summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_draw.c
Commit message (Expand)AuthorAgeFilesLines
* svga: Use the correct element size.José Fonseca2011-07-011-1/+1
* svga: Fix multiple uploads of the same user-buffer.Thomas Hellstrom2011-07-011-20/+81
* svga: fix incorrect user buffer size computation for instance divisor caseBrian Paul2011-07-011-3/+3
* svga: fix incorrect user buffer size computationBrian Paul2011-07-011-1/+3
* gallium/svga: Upload only parts of user-buffers that we actually useThomas Hellstrom2011-07-011-1/+129
* svga: Flush when switching between HW to SW TNL, after updating need_swtnl.José Fonseca2011-07-011-8/+15
* svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca2011-03-161-12/+0
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-1/+1
* svga: flush when transitioning between HW and SW rendering pathsBrian Paul2011-02-161-0/+8
* svga: Remove redundant svga_draw_range_elements.Chia-I Wu2010-08-251-58/+24
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-25/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+24
* svga: Implement index bias.José Fonseca2010-04-191-6/+10
* Squashed commit of the following:Keith Whitwell2010-04-101-3/+3
* svga: remove dead debug sleepKeith Whitwell2010-02-081-5/+0
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * svga: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
* | gallium: remove return value from draw callsKeith Whitwell2009-12-211-15/+13
|/
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+261