summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2014-03-31sna: Search cursor cache firstChris Wilson
2014-03-28sna: Suppress a compiler warningChris Wilson
2014-03-28sna: Only transform the temporary cursor coordinatesChris Wilson
2014-03-28sna: Our cursors are always square.Chris Wilson
2014-03-28sna: Virtual CRTCs are last, so break loops earlyChris Wilson
2014-03-28sna: Cursors are invariantChris Wilson
2014-03-28sna: drmGetCap is too recent for our supported versions of libdrmChris Wilson
2014-03-28sna: RefCursor is too recentChris Wilson
2014-03-27sna: Fix 2-color to ARGB cursor conversionChris Wilson
2014-03-27sna: Cursors only need to be cleared when they are shrunkChris Wilson
2014-03-27sna: Reorder the cursor cache searchChris Wilson
2014-03-27sna: Clear the surrounding areas of small cursorsChris Wilson
2014-03-27sna: Support variable sized cursorsChris Wilson