gallium: restore/rewrite vbuf code for softpipe
authorBrian <brian.paul@tungstengraphics.com>
Wed, 23 Jan 2008 20:17:50 +0000 (13:17 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 23 Jan 2008 20:17:50 +0000 (13:17 -0700)
commit2d37e78e636e5e1e7d5d00230e50a00f7a71e868
tree8fae0ed858c04330908996bc2289e50b8467718f
parentcd3643698eafa0869a8317b002e5b066de0172e7
gallium: restore/rewrite vbuf code for softpipe

Now based on the draw_vbuf code, instead being a custom one-off.
Disabled by default, enable with SP_VBUF env var.
src/mesa/pipe/draw/draw_vbuf.c
src/mesa/pipe/draw/draw_vertex.c
src/mesa/pipe/draw/draw_vertex.h
src/mesa/pipe/i915simple/i915_state_derived.c
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_prim_setup.c
src/mesa/pipe/softpipe/sp_prim_setup.h
src/mesa/pipe/softpipe/sp_prim_vbuf.c
src/mesa/pipe/softpipe/sp_prim_vbuf.h [new file with mode: 0644]
src/mesa/pipe/softpipe/sp_state_derived.c