summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_draw.c
Commit message (Expand)AuthorAgeFilesLines
* svga: silence some MSVC signed/unsigned comparison warningsBrian Paul2012-10-161-1/+1
* svga: Disable bogus assertions concerning min_index/max_index.José Fonseca2012-03-091-8/+7
* svga: Flush the hwtnl primitives before writing to buffers.José Fonseca2011-10-311-0/+33
* svga: clean up return values and error codesBrian Paul2011-09-231-1/+1
* 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