summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-09-28sna: Avoid reads from a GTT mmapped upload bufferChris Wilson
2013-09-28sna: OsSigHandler expects 0 on handledChris Wilson
2013-09-27sna: Fix regression in picture extractionChris Wilson
2013-09-27sna: Only flush the scanout if we successfully upload it to the GPUChris Wilson
2013-09-27sna: Make sure we do not try to upload indirectly if the GPU is wedgedChris Wilson
2013-09-27sna: Disable the promotion of large bo as flushChris Wilson
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson
2013-09-27sna: Mark all large cached buffers as purgeableChris Wilson
2013-09-27sna: Make sure the transformed CRTC box is clipped correctly.Chris Wilson
2013-09-27sna: Trigger fallback after intermediate pixmap allocation failureChris Wilson
2013-09-27sna/gen4+: Handle very large copies more gracefullyChris Wilson
2013-09-27sna: In desperation, query the actual available aperture spaceChris Wilson
2013-09-26sna: Drop the REPLACES hint for a pinned target boChris Wilson
2013-09-26sna: Simplify the clearing of a transformed frontbufferChris Wilson
2013-09-26sna: Remove a bogus assertChris Wilson
2013-09-26sna: Eliminate a DBG compile warn for 32-bit buildsChris Wilson
2013-09-25sna: Promote self-copies to the GPUChris Wilson
2013-09-25sna: Micro-optimise copiesChris Wilson
2013-09-25sna: Check that the bo exists before attempting to undo itChris Wilson
2013-09-25sna: Add a few more asserts around tracking of bo->exec vs bo->requestChris Wilson
2013-09-25sna/gen[35]: Remove dead code for choosing between BLT/render compositeChris Wilson
2013-09-25sna/gen6+: Fallback to BLT composite if fallback is forcedChris Wilson
2013-09-25sna: Clear CPU damage when uploading partial images inplaceChris Wilson
2013-09-25sna: Add some DBG for early flushesChris Wilson
2013-09-25sna: Separate out copy preferrence from operating in place decisionChris Wilson
2013-09-23sna/dri: Prevent a NULL dereference in a DBG msgChris Wilson
2013-09-23sna/dri: Clear the clear hint upon applying DRI damageChris Wilson
2013-09-23sna: Check OPTION_PREFERRED_MODE rather than M_T_USERPREFChris Wilson
2013-09-23sna/video: Add always-on-top to the list of Xv attributesChris Wilson
2013-09-23sna: Fix cast from u64 to pointer for 32-bit hostsChris Wilson
2013-09-23sna/dri: Sanitize the backbuffer flip cacheChris Wilson
2013-09-23sna/dri: Report saner target_msc values for vblank_mode=0Chris Wilson
2013-09-23sna/dri: Fix SwapbufferWaitChris Wilson
2013-09-23sna: Track CPU/GTT maps independentlyChris Wilson
2013-09-22sna: Both clear PolyGlyph and ImageGlyph are no-opsChris Wilson
2013-09-22sna: Undo region translation after failing to begin ImageGlyphsChris Wilson
2013-09-22sna: ImageGlyphs completely overwrite the destinationChris Wilson
2013-09-21sna: Don't set the mapped hint for inplace tiled accessesChris Wilson
2013-09-21sna: Prevent invalid use of set-write-domain on scanouts when debuggingChris Wilson
2013-09-20uxa: Do not change DPMS mode on unconnected outputsChris Wilson
2013-09-19sna: Do not change DPMS mode on unconnected outputsChris Wilson
2013-09-19sna: Add output names to DBG dpms changesChris Wilson
2013-09-19sna/gen4: Remove long dead code for forced batch emission between CA passesChris Wilson
2013-09-19intel: Fix includes for intel_optionsChris Wilson
2013-09-18sna: Pushed dixPrivateKeyRegistered wrapper into compat-api.hChris Wilson
2013-09-18sna: Wrap use of dixPrivateKeyRegistered for ueventsChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-09-18sna: Fix off-by-one in computation of valid CRTC maskChris Wilson
2013-09-18sna: Disable same-edid detectionChris Wilson
2013-09-17sna: Clamp the possible-crtc mask to the real CRTCsChris Wilson