summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-25sna: Track desired flushes better after starting a new batchChris Wilson
2014-06-25sna: Tweak scanout flushChris Wilson
2014-06-25sna: Throttle before doing a TearFree buffer replacementChris Wilson
2014-06-25sna: And fix the typo...Chris Wilson
2014-06-25sna: Disable userptr for bdwChris Wilson
2014-06-25sna: Check all connectors for reuseChris Wilson
2014-06-24Add marketing names for BroadwellRodrigo Vivi
2014-06-24Add reserved PCD IDs for BroadwellChris Wilson
2014-06-24sna: Add yet more DBG messages to MST discoveryChris Wilson
2014-06-24intel: Add a note about the myriad places we have identifier stringsChris Wilson
2014-06-24intel: Wait for our expected device node to appearChris Wilson
2014-06-24sna: Add some more DBG around connector discoveryChris Wilson
2014-06-24sna: Ensure serial is not 0 for runtime MST discoveryChris Wilson
2014-06-24sna: Fix the usual "x = y" typos in creating boxesChris Wilson
2014-06-24sna/glyphs: Clip damage to dstChris Wilson
2014-06-24sna: Trim composite region against dst clip extentsChris Wilson
2014-06-24intel: Wait for the DRM device to loadChris Wilson
2014-06-24sna: Decompose self-copy into overlapping/non-overlapping regionsChris Wilson
2014-06-24sna/dri2: Add a dash more assertsChris Wilson
2014-06-23sna: Disable CRTC after MST topology changeChris Wilson
2014-06-23sna: Silence compiler warning for shadowed variableChris Wilson
2014-06-23sna: Allow scratch pixmap to allocate linear GPU boChris Wilson
2014-06-23sna: Promote to full GPU bo after forced migration away from CPU boChris Wilson
2014-06-23sna: Prefer rendering on the CPU to avoid damage migrationChris Wilson
2014-06-23sna: Force creation of GPU bo for drawing if need beChris Wilson
2014-06-23sna/gen6+: Initialise src offset before useChris Wilson
2014-06-23sna: Fix flushing empty batchesChris Wilson
2014-06-23sna: Handle old busy_ioctl not reporting the active ringChris Wilson
2014-06-23sna/gen6+: Avoid adjusting copy coordinates until commited to using themChris Wilson
2014-06-23sna/gen4+: Add some more asserts around recreating vertex buffersChris Wilson
2014-06-23sna: Allow the CPU bo to be created if GPU rendering is forcedChris Wilson
2014-06-23sna/gen6+: Encourage the compiler to inline a couple of key functionsChris Wilson
2014-06-23sna: Prefer to render over damage into the GPU boChris Wilson
2014-06-23sna: Do not set CAN_CREATE_GPU flag for untiled allocationsChris Wilson
2014-06-23sna: Rename IGNORE_CPU to IGNORE_DAMAGE to better reflect its purposeChris Wilson
2014-06-23sna: Add DBG breadcrumbs to sna_output_discover()Chris Wilson
2014-06-23sna/gen4+: Add box emitters for the generic vertex pathsChris Wilson
2014-06-23sna: Inject a batch flush before adding a fresh boChris Wilson
2014-06-23sna: Add missing string for DBGChris Wilson
2014-06-22sna: Disable unused CRTC after undock eventsChris Wilson
2014-06-22sna: Track CRTC mode changes and discard old flipsChris Wilson
2014-06-22sna: Clean up CRTC on CloseScreenChris Wilson
2014-06-21sna: Discard write hint from a couple more move-to-gpuChris Wilson
2014-06-21sna: Clear the transform flag on disabling the CRTCChris Wilson
2014-06-20sna: Avoid blending with the render engine on snoopable boChris Wilson
2014-06-20sna: Be more flexible in converting random subsamples to 8x8 tilesChris Wilson
2014-06-20sna: Mark up const boxes to keep the compiler happyChris Wilson
2014-06-20sna: Feed more operations into the 8x8 BLT tilerChris Wilson
2014-06-20sna: Color patterns for BLT are required to be aligned to 256 byte boundariesChris Wilson
2014-06-20sna/dri2: Don't decouple front buffer tracking for invalid SwapBuffer callsChris Wilson