summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_draw.c
Commit message (Expand)AuthorAgeFilesLines
* svga: skip assertion when index_bias < 0Brian Paul2011-09-221-1/+1
* gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom2011-07-011-3/+10
* gallium/svga: Make use of u_upload_flush().Thomas Hellstrom2011-07-011-2/+2
* svga: Rebind framebuffer and tss bindings strictly when necessary.José Fonseca2011-04-121-0/+14
* svga: Fix resource leak; undo temporary workaround.José Fonseca2011-02-031-7/+0
* svga: Temporarily disable buffer DMA upload coalescing.José Fonseca2011-02-031-0/+7
* svga: Flush upload buffers or we get assertsJosé Fonseca2011-02-021-0/+7
* svga, glhd: Remove incorrect assert and add noteJakob Bornecrantz2010-12-161-1/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-19/+19
* svga: check min_index, max_index before assertionsBrian Paul2010-02-111-2/+6
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.Michel Dänzer2010-01-041-1/+2
* svga: add DEBUG_CACHE optionKeith Whitwell2009-11-271-0/+7
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+370