summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_draw.c
AgeCommit message (Collapse)Author
2010-02-11svga: check min_index, max_index before assertionsBrian Paul
It's possible for min_index and max_index to be ~0 if the min/max values were not actually set or computed in the state tracker. Skip some assertions in that case. This only effects the debug build error checking. (cherry picked from commit 408f32dc165b36eb5ec0e2bbc7dcecd28f3a62d3)
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-04svga: Fix debug build crash when rendering to depth/stencil renderbuffer only.Michel Dänzer
2009-11-27svga: add DEBUG_CACHE optionKeith Whitwell
2009-11-17svga: Add svga driverJakob Bornecrantz