summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-16Fix some unused variable warnings.dri3Eric Anholt2-3/+0
2014-04-16dri3: Print log messageAdel Gadllah2-2/+3
2014-04-16Update for glamor in the 1.16 server.Eric Anholt1-0/+7
2014-04-16legacy/i810: Eliminate a shadow declaration warningKeith Packard1-2/+2
2014-04-16Fix compile on 64-bit systems.Kenneth Graunke1-1/+1
2014-04-16Include xorg-server.h from new DRI3/Present code.Kenneth Graunke2-0/+2
2014-04-16Bump vblank error check from 200 frames to 1000 framesKeith Packard1-2/+5
2014-04-16Check all of the flip preconditions in the actual flip caseKeith Packard1-1/+1
2014-04-16The DRM fd isn't actually non-blocking; use poll to check for eventsKeith Packard1-2/+11
2014-04-16Flip to rotate_fb if presentKeith Packard1-5/+9
2014-04-16Add Present extension supportKeith Packard5-0/+445
2014-04-16Add DRI3 and miSyncShm supportKeith Packard7-0/+345
2014-04-16Restructure DRM event handling.Keith Packard3-56/+390
2014-04-16Support 64-bit MSC values. Handle kernel vageries about MSC reportingKeith Packard3-96/+156
2014-04-10sna: Validate the cursor everytime for hw supportChris Wilson1-16/+15
2014-04-10configure: Report which version (lib or module) of glamor is usedChris Wilson1-1/+4
2014-04-10uxa: Fix load_cursor_argb for the new Xorg ABI.Eric Anholt1-2/+18
2014-04-10Use fbpict.h instead of defining its prototypes ourselves.Eric Anholt1-16/+1
2014-04-10Update for glamor in the 1.16 server.Eric Anholt2-3/+11
2014-04-10sna: Remove defunct Cursor interface on fake CRTCChris Wilson1-30/+0
2014-04-10sna: Prepare for an upcoming Cursor API changeChris Wilson1-0/+14
2014-04-09intel-virtual-output: Fix damage boundsChris Wilson1-8/+10
2014-04-09intel: If a non-root user starts X, don't release masterChris Wilson1-0/+16
2014-04-09sna: Use pwrite to update physical cursorsChris Wilson1-11/+42
2014-04-09sna: Handle clipped PutImage uploads more carefullyChris Wilson1-5/+48
2014-04-09sna: Tweak application of WHOLE hint for uploadsChris Wilson2-23/+17
2014-04-09sna: Add some DBG for whole CPU pixmap migrationChris Wilson1-1/+4
2014-04-09sna: Restore empty region checkingChris Wilson1-4/+9
2014-04-08sna: Fix build for older Xorg without OsBlockSIGIO supportChris Wilson1-9/+32
2014-04-08sna: Refactor 3 similar CPU migration promotion checks into oneChris Wilson1-10/+5
2014-04-08sna: Add more assertions before dereferencing sna_crtcChris Wilson1-0/+6
2014-04-08sna: Continue to reprobe for ZaphodHeads with a mixed up configurationChris Wilson1-1/+1
2014-04-07intel-virtual-output: Fixup DBG messagesChris Wilson1-2/+2
2014-04-07sna: Simplify checking for singular damageChris Wilson1-2/+2
2014-04-07sna: Avoid double application of pixel widening for degenerate linesChris Wilson1-10/+15
2014-04-05sna: Avoid discarding damage when applying WHOLE hint to pixmap migrationChris Wilson1-15/+19
2014-04-05sna/gen8: Shrink 3DSTATE_SAMPLE_PATTERN packetChris Wilson1-5/+1
2014-04-05sna/gen8: w/a for NULL depth bufferChris Wilson1-0/+5
2014-04-04sna: Remove unitialized use of 'cursor'Chris Wilson1-16/+16
2014-04-04sna/gen2+: Beware the unattached ShmPixmapChris Wilson7-7/+8
2014-04-04sna/gen7: Move constants MOCS into chipset specific info blocksChris Wilson1-4/+8
2014-04-04sna: Precompute OVER/ADD with solids to convert it into a BLT operationChris Wilson1-2/+125
2014-04-04sna/gen2+: Replace composite sources with solids where possibleChris Wilson8-3/+92
2014-04-03sna: Short-circuit repeated clearing to the same colorChris Wilson1-2/+27
2014-04-02sna: Silence compiler warningChris Wilson1-3/+3
2014-04-02sna: Prevent signal re-entrancy into cursor update routinesChris Wilson2-48/+68
2014-03-31sna: Update tiling flags after reusing inactive VMAChris Wilson1-0/+2
2014-03-31sna: Fix predicate inversion for assertionChris Wilson1-2/+2
2014-03-31sna: Use a cheaper check for a replacement operationChris Wilson1-1/+1
2014-03-31sna: Allow reassignment of inactive VMA if not mapped into the GTTChris Wilson1-3/+7