summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-28sna/trapezoids: Handle mono traps just in caseChris Wilson
2014-06-27uxa: Update Screen Pixmap width/height firstChris Wilson
2014-06-27sna/dri2: DBG compile fixesChris Wilson
2014-06-27sna/glyphs: Add DBG option for glyph toleranceChris Wilson
2014-06-27sna/glyphs: Add DBG option for forcing glyphs-to-dstChris Wilson
2014-06-27sna: Check source bo is suitable for BLT before doing soChris Wilson
2014-06-27sna: Only reuse pinned batches for 830/845Chris Wilson
2014-06-27sna/dri2: Slightly improved DBG messagesChris Wilson
2014-06-27sna: Tidy selection of a near-miss active buffer.Chris Wilson
2014-06-26sna: Fix userptr defines to match i915_drm.hChris Wilson
2014-06-26sna: Remove scare quotes from hotplug detection "enabled"Chris Wilson
2014-06-26sna/dri2: Hook into ClientGone callback to clear dangling referencesChris Wilson
2014-06-26sna: Make output destroy more defensiveChris Wilson
2014-06-25sna/dri2: Compile fixes for ancient XorgChris Wilson
2014-06-25sna: Fix uninitialisable variableChris Wilson
2014-06-25sna: Improve throttling during bo allocationChris Wilson
2014-06-25sna: Only mark throttle as done after successChris Wilson
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