OSDN Git Service

Move guts of vertex array drawing into the 'draw' module.
authorBrian <brian.paul@tungstengraphics.com>
Mon, 20 Aug 2007 21:11:11 +0000 (15:11 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 20 Aug 2007 21:11:11 +0000 (15:11 -0600)
commit0a262998ef2813d19e9fee01d3e5808416e9cb04
tree6deb441008fbf668d863e2cea01a9ea559f74bcb
parenta83b72a67263faf21bf16ff879c9718660684aed
Move guts of vertex array drawing into the 'draw' module.
12 files changed:
src/mesa/pipe/draw/draw_arrays.c [new file with mode: 0644]
src/mesa/pipe/draw/draw_context.c
src/mesa/pipe/draw/draw_context.h
src/mesa/pipe/draw/draw_prim.c
src/mesa/pipe/draw/draw_prim.h
src/mesa/pipe/draw/draw_private.h
src/mesa/pipe/draw/draw_vb.c
src/mesa/pipe/softpipe/sp_draw_arrays.c
src/mesa/pipe/softpipe/sp_state_derived.c
src/mesa/pipe/softpipe/sp_state_fs.c
src/mesa/pipe/softpipe/sp_state_vertex.c
src/mesa/sources