summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-10Unify options handling between UXA and SNAsna-optionEugeni Dodonov8-99/+85
2011-11-10Enable SNA via a configuration file option.Eugeni Dodonov5-21/+100
2011-11-09sna/gen3: Pack video framesChris Wilson1-81/+125
2011-11-09sna/video: Pass texture video limits to the clientChris Wilson1-14/+9
2011-11-09sna: Clear kgem->busy when all requests have been processedChris Wilson1-0/+1
2011-11-09sna/video: Use the normal bo cache for texture video streamsChris Wilson4-30/+41
2011-11-09sna: Track purgeability separately from reusabilityChris Wilson2-43/+52
2011-11-09sna: Handle non-reusable bo more correctly during retireChris Wilson1-11/+13
2011-11-09sna: Safety first; make all flinked bo unreusableChris Wilson2-3/+1
2011-11-09sna/video: Pass cropped source dimensions along with frame dataChris Wilson4-55/+46
2011-11-09sna/video: Tidy up copy routinesChris Wilson2-76/+51
2011-11-08sna: Protect against NULL deference of damage after reductionChris Wilson1-2/+4
2011-11-08sna: Convert stippled spans to rectsChris Wilson1-23/+37
2011-11-08sna: Use the blitter for overlapping lines if the alu doesn't read dstChris Wilson1-3/+2
2011-11-08sna: Avoid the penalty of only writing partial channels with glyphsChris Wilson1-2/+2
2011-11-08sna: Tidy sna_copy_bitmap_bltChris Wilson1-46/+37
2011-11-08sna: Pack clipped stippled uploadsChris Wilson1-134/+134
2011-11-08sna: Begin hooking up valgrind/memcheckChris Wilson3-8/+41
2011-11-08sna: Handle creation of large Screen pixmap when the GPU is wedgedChris Wilson1-9/+22
2011-11-08sna: Add some error messages to explain why we failed to create the screenChris Wilson1-4/+23
2011-11-08sna: Fixes for DBG_NO_HW (i.e. simulated GPU hanges);Chris Wilson2-1/+10
2011-11-08sna/trapezoids: Use ints for the offsets to accommodate multiplicationChris Wilson2-23/+29
2011-11-07sna/glyphs: Bypass masks for single glyphsChris Wilson2-4/+10
2011-11-07sna/io: Minor tidy of setting command flagsChris Wilson1-3/+2
2011-11-07sna: Avoid overwriting an upload buffer during readbackChris Wilson1-12/+21
2011-11-07sna/composite: Minor fixes in operator and colour reductionChris Wilson1-54/+36
2011-11-07sna: Expand multiplies of two 16-bit values to a full 32-bit rangeChris Wilson2-13/+16
2011-11-07sna: Add some more debugging in the hunt for overflowsChris Wilson2-11/+90
2011-11-07sna/blt: Small cleanupsChris Wilson1-44/+31
2011-11-07sna/gen3: Fix false reduction of ComponentAlpha with white sourceChris Wilson1-7/+11
2011-11-07sna: Fix 16-bit overflow of rowlength for memcpyChris Wilson1-4/+5
2011-11-07sna/glyph: Fallback if we fail to clear the scratch pixmap for the glyph maskChris Wilson1-10/+14
2011-11-07test: Compile fix for make checkChris Wilson1-1/+1
2011-11-06sna: Beware unsigned promotion of int16_t to uint32_tChris Wilson4-4/+4
2011-11-06sna: Self-intersection of wide PolyLine are only drawn onceChris Wilson1-1/+1
2011-11-06test: Add a basic line testerChris Wilson18-21/+188
2011-11-05sna: Add the pixman version to the debug outputChris Wilson1-0/+1
2011-11-05sna: For a 32k max window size, we need to handle up to 128k stridesChris Wilson3-3/+3
2011-11-05sna: Extend the zero-line segments by oneChris Wilson1-4/+4
2011-11-05sna/glyphs: Fix clip detection for small masksChris Wilson1-6/+11
2011-11-05sna: Constrain GPU pixmaps to always fit within the blitterChris Wilson1-6/+21
2011-11-05sna: Do the supported PictOp check firstChris Wilson6-38/+36
2011-11-05sna: Render small glyph masks on the CPUChris Wilson1-72/+161
2011-11-05sna/gen3: Initiailse the op for fill_boxes()Chris Wilson1-23/+13
2011-11-05sna: s/flush/vblank/ fixes for DBG()Chris Wilson1-2/+2
2011-11-04sna: Run the deferred flush at vrefreshChris Wilson4-8/+8
2011-11-04sna: Drain the delayed timer after forcing a flushChris Wilson1-1/+10
2011-11-04sna: Convert GXcopy with -1 to GXsetChris Wilson1-7/+15
2011-11-04sna: Add some asserts to detect buffer overflow.Chris Wilson1-0/+3
2011-11-04sna/gen5: Prefer using the BLT for many solid fillsChris Wilson1-2/+13