summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-24Update for glamor in the 1.16 server.glamor-dri3Eric Anholt2-2/+8
2014-02-24legacy/i810: Eliminate a shadow declaration warningKeith Packard1-2/+2
2014-02-24Fix compile on 64-bit systems.Kenneth Graunke1-1/+1
2014-02-24Include xorg-server.h from new DRI3/Present code.Kenneth Graunke2-0/+2
2014-02-24Bump vblank error check from 200 frames to 1000 framesKeith Packard1-2/+5
2014-02-24Check all of the flip preconditions in the actual flip caseKeith Packard1-1/+1
2014-02-24The DRM fd isn't actually non-blocking; use poll to check for eventsKeith Packard1-2/+11
2014-02-24Flip to rotate_fb if presentKeith Packard1-5/+9
2014-02-24Add Present extension supportKeith Packard5-0/+445
2014-02-24Add DRI3 and miSyncShm supportKeith Packard7-0/+345
2014-02-24Restructure DRM event handling.Keith Packard3-56/+390
2014-02-24Support 64-bit MSC values. Handle kernel vageries about MSC reportingKeith Packard3-96/+156
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
2014-01-20intel-virtual-output: Tidy some DBG for copying new modesChris Wilson1-4/+8
2014-01-20sna: Increase limit on number of possible outputsChris Wilson1-2/+3