summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-04-15sna: Mark partial composite operations upfrontChris Wilson
2014-04-15sna: Discard TearFree readback when overdrawingChris Wilson
2014-04-15sna: Fix up cut'n'paste typo in assertionChris Wilson
2014-04-15sna: Add a cursor DBG for a failed pwrite updateChris Wilson
2014-04-14sna: Rearrange cursor reuse to avoid sharing rotationsChris Wilson
2014-04-14sna: Add some bounds checking asserts to damageChris Wilson
2014-04-11sna: Restrict WHOLE hint to PutImage on a complete PixmapChris Wilson
2014-04-11sna: Perform 2-color to ARGB cursor conversion inplaceChris Wilson
2014-04-11sna: Don't redraw cursor if the fg/bg colors do not changeChris Wilson
2014-04-10sna/gen2: Fix CA/a8 blend factorsChris Wilson
2014-04-10sna: Don't set cursor bits to an invalid pointerChris Wilson
2014-04-10sna: Only mark the transform_in_use when required for shadow fbChris Wilson
2014-04-10sna: Only reload an active HW cursorChris Wilson
2014-04-10sna: Don't create slave pixmaps for the virtual CRTCChris Wilson
2014-04-10sna: Validate the cursor everytime for hw supportChris Wilson
2014-04-10uxa: Fix load_cursor_argb for the new Xorg ABI.Eric Anholt
2014-04-10Use fbpict.h instead of defining its prototypes ourselves.Eric Anholt
2014-04-10Update for glamor in the 1.16 server.Eric Anholt
2014-04-10sna: Remove defunct Cursor interface on fake CRTCChris Wilson
2014-04-10sna: Prepare for an upcoming Cursor API changeChris Wilson
2014-04-09intel: If a non-root user starts X, don't release masterChris Wilson
2014-04-09sna: Use pwrite to update physical cursorsChris Wilson
2014-04-09sna: Handle clipped PutImage uploads more carefullyChris Wilson
2014-04-09sna: Tweak application of WHOLE hint for uploadsChris Wilson
2014-04-09sna: Add some DBG for whole CPU pixmap migrationChris Wilson
2014-04-09sna: Restore empty region checkingChris Wilson
2014-04-08sna: Fix build for older Xorg without OsBlockSIGIO supportChris Wilson
2014-04-08sna: Refactor 3 similar CPU migration promotion checks into oneChris Wilson
2014-04-08sna: Add more assertions before dereferencing sna_crtcChris Wilson
2014-04-08sna: Continue to reprobe for ZaphodHeads with a mixed up configurationChris Wilson
2014-04-07sna: Simplify checking for singular damageChris Wilson
2014-04-07sna: Avoid double application of pixel widening for degenerate linesChris Wilson
2014-04-05sna: Avoid discarding damage when applying WHOLE hint to pixmap migrationChris Wilson
2014-04-05sna/gen8: Shrink 3DSTATE_SAMPLE_PATTERN packetChris Wilson
2014-04-05sna/gen8: w/a for NULL depth bufferChris Wilson
2014-04-04sna: Remove unitialized use of 'cursor'Chris Wilson
2014-04-04sna/gen2+: Beware the unattached ShmPixmapChris Wilson
2014-04-04sna/gen7: Move constants MOCS into chipset specific info blocksChris Wilson
2014-04-04sna: Precompute OVER/ADD with solids to convert it into a BLT operationChris Wilson
2014-04-04sna/gen2+: Replace composite sources with solids where possibleChris Wilson
2014-04-03sna: Short-circuit repeated clearing to the same colorChris Wilson
2014-04-02sna: Silence compiler warningChris Wilson
2014-04-02sna: Prevent signal re-entrancy into cursor update routinesChris Wilson
2014-03-31sna: Update tiling flags after reusing inactive VMAChris Wilson
2014-03-31sna: Fix predicate inversion for assertionChris Wilson
2014-03-31sna: Use a cheaper check for a replacement operationChris Wilson
2014-03-31sna: Allow reassignment of inactive VMA if not mapped into the GTTChris Wilson
2014-03-31sna: Discard damage tracking for operations to the whole pixmapChris Wilson
2014-03-31sna: Promote to the GPU operations that cover the whole pixmapChris Wilson
2014-03-31sna: Regularly check that damage does exceed the pixmapChris Wilson