summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-11-09sna: Safety first; make all flinked bo unreusableChris Wilson
2011-11-09sna/video: Pass cropped source dimensions along with frame dataChris Wilson
2011-11-09sna/video: Tidy up copy routinesChris Wilson
2011-11-08sna: Protect against NULL deference of damage after reductionChris Wilson
2011-11-08sna: Convert stippled spans to rectsChris Wilson
2011-11-08sna: Use the blitter for overlapping lines if the alu doesn't read dstChris Wilson
2011-11-08sna: Avoid the penalty of only writing partial channels with glyphsChris Wilson
2011-11-08sna: Tidy sna_copy_bitmap_bltChris Wilson
2011-11-08sna: Pack clipped stippled uploadsChris Wilson
2011-11-08sna: Begin hooking up valgrind/memcheckChris Wilson
2011-11-08sna: Handle creation of large Screen pixmap when the GPU is wedgedChris Wilson
2011-11-08sna: Add some error messages to explain why we failed to create the screenChris Wilson
2011-11-08sna: Fixes for DBG_NO_HW (i.e. simulated GPU hanges);Chris Wilson
2011-11-08sna/trapezoids: Use ints for the offsets to accommodate multiplicationChris Wilson
2011-11-07sna/glyphs: Bypass masks for single glyphsChris Wilson
2011-11-07sna/io: Minor tidy of setting command flagsChris Wilson
2011-11-07sna: Avoid overwriting an upload buffer during readbackChris Wilson
2011-11-07sna/composite: Minor fixes in operator and colour reductionChris Wilson
2011-11-07sna: Expand multiplies of two 16-bit values to a full 32-bit rangeChris Wilson
2011-11-07sna: Add some more debugging in the hunt for overflowsChris Wilson
2011-11-07sna/blt: Small cleanupsChris Wilson
2011-11-07sna/gen3: Fix false reduction of ComponentAlpha with white sourceChris Wilson
2011-11-07sna: Fix 16-bit overflow of rowlength for memcpyChris Wilson
2011-11-07sna/glyph: Fallback if we fail to clear the scratch pixmap for the glyph maskChris Wilson
2011-11-06sna: Beware unsigned promotion of int16_t to uint32_tChris Wilson
2011-11-06sna: Self-intersection of wide PolyLine are only drawn onceChris Wilson
2011-11-05sna: Add the pixman version to the debug outputChris Wilson
2011-11-05sna: For a 32k max window size, we need to handle up to 128k stridesChris Wilson
2011-11-05sna: Extend the zero-line segments by oneChris Wilson
2011-11-05sna/glyphs: Fix clip detection for small masksChris Wilson
2011-11-05sna: Constrain GPU pixmaps to always fit within the blitterChris Wilson
2011-11-05sna: Do the supported PictOp check firstChris Wilson
2011-11-05sna: Render small glyph masks on the CPUChris Wilson
2011-11-05sna/gen3: Initiailse the op for fill_boxes()Chris Wilson
2011-11-05sna: s/flush/vblank/ fixes for DBG()Chris Wilson
2011-11-04sna: Run the deferred flush at vrefreshChris Wilson
2011-11-04sna: Drain the delayed timer after forcing a flushChris Wilson
2011-11-04sna: Convert GXcopy with -1 to GXsetChris Wilson
2011-11-04sna: Add some asserts to detect buffer overflow.Chris Wilson
2011-11-04sna/gen5: Prefer using the BLT for many solid fillsChris Wilson
2011-11-04sna: Add earlier guards against to wedged to sna_glyph_bltChris Wilson
2011-11-04sna/gen5: Also experiment with lazy spans hereChris Wilson
2011-11-04sna/gen6: Enable spans interface for boxesChris Wilson
2011-11-04sna: Silly compile fix, escaped when testing uxaChris Wilson
2011-11-04sna: Ensure operations on a ShmPixmap are synchronous with clientsChris Wilson
2011-11-04sna/gen6: Poor man's spans layered on top of the exisiting compositeChris Wilson
2011-11-04sna: Make sure the alpha map is accessible by the CPU on fallbacksChris Wilson
2011-11-04sna: Don't reuse partial vmapped boChris Wilson
2011-11-04sna: Submit the batch on the next blockhander if operation overflowsChris Wilson
2011-11-03sna: Compute the correct extents for the PolyRectangleChris Wilson