summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)AuthorFilesLines
2011-08-31sna/gen6: Prefer the BLT ring, except for copies on behalf of DRIChris Wilson2-4/+22
2011-08-31sna/trapezoids: Refactor to project the trapezoid only onceChris Wilson1-34/+35
2011-08-30sna/trapezoids: Reject invalid traps after projecting onto the sample gridChris Wilson1-12/+13
2011-08-30sna/trapezoids: Allocate sufficient space for a8 mask for mono trapsChris Wilson1-43/+37
2011-08-29sna: Retain the GTT space used for an upload bufferChris Wilson1-1/+15
2011-08-29sna: Free the buffers immediately upon releaseChris Wilson1-4/+5
2011-08-29sna: Cleanup up the cache upon closeChris Wilson3-0/+42
2011-08-29sna/video: Defend against PutImage to a broken screenChris Wilson1-0/+3
2011-08-29sna/trapezoids: Use the tor scan converter to compute the low precision maskChris Wilson1-169/+228
2011-08-27sna/trapezoids: Reduce imprecise sampling to 4x4Chris Wilson1-12/+9
2011-08-27sna/accel: Simplify single pixel read-backChris Wilson1-57/+69
2011-08-25sna/video: Flush the video state at the end of the operationChris Wilson4-0/+9
2011-08-25sna: Clear structures across server resetChris Wilson3-7/+7
2011-08-25sna/dri2: Add some debug around the use of the Resource databaseChris Wilson1-2/+17
2011-08-25sna/display: Destroy shadow dataChris Wilson1-0/+5
2011-08-24sna/gen3: reset blend state after applying CA passChris Wilson1-0/+2
2011-08-24sna/render: allow CLAMP_TO_EDGE for outside samples of extract regions as wellChris Wilson1-30/+35
2011-08-11sna/trapezoids: Speedup tor rasteriserChris Wilson1-287/+207
2011-08-11sna/gradient: Use a high-precision ramp for a color step rather than fallbackChris Wilson1-2/+2
2011-08-11sna/damage: Take advantage of marking all-damagedChris Wilson1-0/+6
2011-07-30Fix typos for distcheckChris Wilson1-2/+2
2011-07-30sna: Mark the stencil as untiledChris Wilson1-3/+13
2011-07-30sna: Port IVB acceleration code (Xrender + Xv)Chris Wilson6-2/+4815
2011-07-30sna: Include the pixmap size in the debug info for moving to cpuChris Wilson1-1/+2
2011-07-26sna: Revert enabling scan-line wait on SNBChris Wilson1-0/+4
2011-07-20sna: Enable gen6 scan-line waitingChris Wilson1-5/+16
2011-07-13sna: Fast-path single span boxesChris Wilson4-1/+49
2011-07-13sna/damage: Avoid testing against a completey damaged regionChris Wilson6-17/+52
2011-07-13sna/gen3: Tune emit_spans_primitive_constantChris Wilson1-9/+3
2011-07-13sna/glyphs: Discard GLYPH_PICTURE hint if the glyph doesn't fit into the cacheChris Wilson1-1/+3
2011-07-13sna: Add some extra debugging to the texture upload fallback pathsChris Wilson1-3/+7
2011-07-13sna/dri: Fix a couple of typosChris Wilson1-2/+2
2011-07-13sna/dri: Remove the unused id/type members for Resource trackingChris Wilson1-20/+12
2011-07-12dri: Always initialise resource members of DRI2FrameEventChris Wilson1-0/+14
2011-07-11sna/dri: Add some simple debuggingChris Wilson1-1/+13
2011-07-11sna/dri: Refactor common code for assigning a pixmap to the DRI2 bufferChris Wilson1-18/+15
2011-07-11dri: Prevent abuse of the Resource databaseChris Wilson1-26/+88
2011-07-09sna: Clamp results for computing BoxRec coords from xRectangleChris Wilson2-28/+59
2011-07-09sna/accel: Fix fallback for depth=1 copyChris Wilson1-11/+19
2011-07-08sna: A buffer only needs a flush if it remains dirty at the end of the batchChris Wilson3-4/+8
2011-07-08sna/gen3: So we also need to ensure stippling is cleared...Chris Wilson1-1/+4
2011-07-08sna/gen3: Restore disabling the use of stencil/fog in the invariantChris Wilson1-2/+3
2011-07-08sna/dri: Enable chaining of page-flipsChris Wilson1-38/+135
2011-07-07sna/dri: Remove redundant NULL check in referenceChris Wilson1-4/+2
2011-07-07sna: Take advantage of the needs_flush tracking on the front bufferChris Wilson2-0/+11
2011-07-06sna: Check against an execbuffer reference before discarding partialsChris Wilson1-2/+2
2011-07-06sna: Compute aligned tiled heights for gen2 correctlyChris Wilson1-3/+6
2011-07-05sna: Reset unused partial buffersChris Wilson1-55/+61
2011-07-05sna: Discard unused partial buffersChris Wilson1-1/+26
2011-07-05sna/gen2: Restore invariant ENABLESChris Wilson1-0/+18