summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-01-30sna: Suppress warning for freeing a "constant" stringChris Wilson
2014-01-30sna: Handle char *backlight_ifaceChris Wilson
2014-01-30sna: Constify GCFunc to quieten the compiler.Chris Wilson
2014-01-29sna: Fix format specifier typo ('%D') in DBGChris Wilson
2014-01-29sna: Always clear the domain even only a potential syncChris Wilson
2014-01-29sna: We can only retire a bo if is not referenced by the current batchChris Wilson
2014-01-29sna: Add assertions for set/get bindingChris Wilson
2014-01-29sna/gen4+: Assert that the cached binding location is validChris Wilson
2014-01-29sna: Do not use color corrected pixel values for comparing against gcChris Wilson
2014-01-29sna/gen6+: Encourage inplace uploads for CompositeChris Wilson
2014-01-29sna: Skip undamaged TearFree redisplaysChris Wilson
2014-01-28Allow selection of glamor as the default acceleration methodChris Wilson
2014-01-28sna: Check for a hang after a spurious error return from set-domain-ioctlChris Wilson
2014-01-28sna: Be a little more assertive in retiring after set-domainChris Wilson
2014-01-28sna: Cancel the backlight change if set-property(DPMS) failsChris Wilson
2014-01-27sna: Rearrange damage allocation to handle malloc failure more gracefullyChris Wilson
2014-01-27sna: Use signal-safe DBGChris Wilson
2014-01-24sna/gen3+: Allow for spill when aligning verticesChris Wilson
2014-01-24sna/gen2+: Inspect composite flags to discard unneeded CPU damageChris Wilson
2014-01-23sna/gen2,3: Don't set BLT_DST_TILEDChris Wilson
2014-01-23sna: Protect against fake CRTCs during initial probeChris Wilson
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson
2014-01-23glamor: Don't require the glamoregl module to be pre-loaded with xserver >= 1.15Chris Wilson
2014-01-22sna: Assert that the fill box is within boundsChris Wilson
2014-01-21sna: Restore gc->serialNumber correctly after falling backChris Wilson
2014-01-21sna: Initialise the TearFree shadow output from the current front bufferChris Wilson
2014-01-21sna/gen4: Add an ALWAYS_FLUSH debugging optionChris Wilson
2014-01-21sna: Drop bogus assert added in recent patchesChris Wilson
2014-01-21sna: Reduce zeal of new gc->pCompositeClipChris Wilson
2014-01-21sna: Fix typo in assertion from previous commitChris Wilson
2014-01-21sna: More assertions for tracking gc->pCompositeClipChris Wilson
2014-01-20sna: build fix for OpenBSDMark Kettenis
2014-01-20sna: Include serial numbers in ValidateGC DBGChris Wilson
2014-01-20sna: Short-cut the fallback for XCopyArea with depth < 8Chris Wilson
2014-01-20sna: Add some more DBG output around the clipping in sna_do_copy()Chris Wilson
2014-01-20sna: Increase limit on number of possible outputsChris Wilson
2014-01-20sna: Yield the processor if the kernel reports EAGAINChris Wilson
2014-01-19sna: Use device minor to narrow search for debugfs filesChris Wilson
2014-01-19sna: Always emit an error message when an execbuffer failsChris Wilson
2014-01-19sna: Discard pending wait_for_shadow updates before the TearFree flipChris Wilson
2014-01-18sna: Refactor common routines for debugfs file dumpingChris Wilson
2014-01-18sna: Fix typo in debugfs pathsChris Wilson
2014-01-18sna: Dump fence registers upon starvationChris Wilson
2014-01-17intel: Silence a compiler warning (-Wshadow)Chris Wilson
2014-01-17Provide DRI2DriverVDPAU for future compatibilityRinat
2014-01-17sna: Nullify pixmap->devPrivate.ptr after promoting CPU bo to GPUChris Wilson
2014-01-17sna: Intensify the move-to-cpu pointer paranoiaChris Wilson
2014-01-17sna: Cull the DBG spew to stderrChris Wilson
2014-01-16sna: Regularly check that the devPrivate.ptr is validChris Wilson
2014-01-16sna: Avoid allocating temporary storage for TearFree rotationsChris Wilson