summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-012.99.909 snapshot2.99.909Chris Wilson2-1/+13
2014-02-01sna: Apply drawable offsets to partial CPU damage being replacedChris Wilson1-0/+3
2014-02-01sna: Don't discard the GPU prior to using it for stashing CPU damageChris Wilson1-9/+10
2014-02-01sna: Remark the region as damaged after uploading the rest to the GPUChris Wilson1-6/+4
2014-02-01sna: Only discard CPU damage for an replacing regionChris Wilson2-5/+24
2014-02-01glamor: Enable Xv supportChris Wilson4-3/+27
2014-02-012.99.908 snapshot2.99.908Chris Wilson2-1/+62
2014-01-31sna: remove short-circuit for move-to-CPU when damage covers regionChris Wilson1-10/+4
2014-01-31sna: Use 24bpp rendering by default for gen2 againChris Wilson1-6/+1
2014-01-31sna: Balance memory accounting for buffer objectsChris Wilson2-11/+12
2014-01-31sna: Reorder assignments vs DBGChris Wilson1-11/+11
2014-01-31sna: Actually reuse pixmap headers for ordinary pixmapsChris Wilson1-53/+59
2014-01-31sna: Tidy up pixmap header allocationsChris Wilson2-9/+37
2014-01-31sna: Show the memory debug info againChris Wilson1-8/+6
2014-01-30sna: Silence a compiler warning for mismatching const stringsChris Wilson1-1/+1
2014-01-30sna: Suppress warning for freeing a "constant" stringChris Wilson1-1/+1
2014-01-30sna: Handle char *backlight_ifaceChris Wilson1-4/+4
2014-01-30sna: Constify GCFunc to quieten the compiler.Chris Wilson2-2/+2
2014-01-29sna: Fix format specifier typo ('%D') in DBGChris Wilson1-1/+1
2014-01-29sna: Always clear the domain even only a potential syncChris Wilson1-6/+4
2014-01-29sna: We can only retire a bo if is not referenced by the current batchChris Wilson1-2/+4
2014-01-29sna: Add assertions for set/get bindingChris Wilson1-0/+4
2014-01-29sna/gen4+: Assert that the cached binding location is validChris Wilson5-0/+5
2014-01-29sna: Do not use color corrected pixel values for comparing against gcChris Wilson1-26/+24
2014-01-29sna/gen6+: Encourage inplace uploads for CompositeChris Wilson3-3/+9
2014-01-29sna: Skip undamaged TearFree redisplaysChris Wilson1-6/+30
2014-01-28Allow selection of glamor as the default acceleration methodChris Wilson3-7/+23
2014-01-28sna: Check for a hang after a spurious error return from set-domain-ioctlChris Wilson1-22/+31
2014-01-28sna: Be a little more assertive in retiring after set-domainChris Wilson1-4/+39
2014-01-28sna: Cancel the backlight change if set-property(DPMS) failsChris Wilson1-5/+6
2014-01-27sna: Rearrange damage allocation to handle malloc failure more gracefullyChris Wilson1-151/+201
2014-01-27sna: Use signal-safe DBGChris Wilson1-1/+11
2014-01-24sna/gen3+: Allow for spill when aligning verticesChris Wilson3-3/+3
2014-01-24sna/gen2+: Inspect composite flags to discard unneeded CPU damageChris Wilson7-70/+97
2014-01-23sna/gen2,3: Don't set BLT_DST_TILEDChris Wilson1-4/+4
2014-01-23sna: Protect against fake CRTCs during initial probeChris Wilson1-1/+3
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson16-75/+87
2014-01-23glamor: Don't require the glamoregl module to be pre-loaded with xserver >= 1.15Chris Wilson1-0/+2
2014-01-22sna: Assert that the fill box is within boundsChris Wilson1-3/+13
2014-01-21sna: Restore gc->serialNumber correctly after falling backChris Wilson1-3/+4
2014-01-21sna: Initialise the TearFree shadow output from the current front bufferChris Wilson1-0/+14
2014-01-21sna/gen4: Add an ALWAYS_FLUSH debugging optionChris Wilson1-5/+7
2014-01-21sna: Drop bogus assert added in recent patchesChris Wilson1-2/+0
2014-01-21sna: Reduce zeal of new gc->pCompositeClipChris Wilson1-1/+1
2014-01-21sna: Fix typo in assertion from previous commitChris Wilson1-1/+1
2014-01-21sna: More assertions for tracking gc->pCompositeClipChris Wilson2-6/+13
2014-01-20sna: build fix for OpenBSDMark Kettenis1-0/+1
2014-01-20sna: Include serial numbers in ValidateGC DBGChris Wilson1-1/+6
2014-01-20sna: Short-cut the fallback for XCopyArea with depth < 8Chris Wilson1-3/+3
2014-01-20sna: Add some more DBG output around the clipping in sna_do_copy()Chris Wilson1-4/+18