summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_swtnl_backend.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add usage parameter to pipe_buffer_createMarek Olšák2011-02-151-0/+3
* svga: Add an assert to catch reentrancy.José Fonseca2011-02-031-0/+1
* svga: Correct spelling in swtnl backendJakob Bornecrantz2010-12-161-4/+4
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-1/+1
* gallium: rename draw() to draw_elements() in vbuf codeBrian Paul2010-05-051-4/+4
* svga: Implement index bias.José Fonseca2010-04-191-3/+5
* Squashed commit of the following:Keith Whitwell2010-04-101-22/+20
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* svga: Avoid synchronization issues when doing SW TNL.José Fonseca2010-01-211-3/+5
* svga: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* svga: Ensure buffer size/alignment is not zero.José Fonseca2010-01-181-3/+3
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+349