summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-15sna: Pre-emptively move framebuffers into the DISPLAY cache domainHEADmasterChris Wilson1-0/+41
2014-04-15sna: Mark partial composite operations upfrontChris Wilson9-9/+10
2014-04-15sna: Discard TearFree readback when overdrawingChris Wilson3-10/+56
2014-04-15sna: Fix up cut'n'paste typo in assertionChris Wilson1-1/+1
2014-04-15sna: Add a cursor DBG for a failed pwrite updateChris Wilson1-1/+2
2014-04-14sna: Rearrange cursor reuse to avoid sharing rotationsChris Wilson1-1/+13
2014-04-14sna: Add some bounds checking asserts to damageChris Wilson1-10/+19
2014-04-11sna: Restrict WHOLE hint to PutImage on a complete PixmapChris Wilson1-3/+6
2014-04-11sna: Perform 2-color to ARGB cursor conversion inplaceChris Wilson1-49/+49
2014-04-11sna: Don't redraw cursor if the fg/bg colors do not changeChris Wilson1-5/+17
2014-04-10sna/gen2: Fix CA/a8 blend factorsChris Wilson1-15/+26
2014-04-10sna: Don't set cursor bits to an invalid pointerChris Wilson1-1/+1
2014-04-10sna: Only mark the transform_in_use when required for shadow fbChris Wilson1-7/+9
2014-04-10sna: Only reload an active HW cursorChris Wilson1-18/+32
2014-04-10sna: Don't create slave pixmaps for the virtual CRTCChris Wilson1-11/+0
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