aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_draw.c
Commit message (Expand)AuthorAgeFilesLines
* 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