nv30, nv40: unify nv[34]0_vbo.c
authorLuca Barbieri <luca@luca-barbieri.com>
Sun, 21 Feb 2010 10:12:08 +0000 (11:12 +0100)
committerYounes Manton <younes.m@gmail.com>
Mon, 15 Mar 2010 04:03:03 +0000 (00:03 -0400)
commit6e1d0fc5eba8cda4f4c8f3188f53fec6d2d2e9c3
tree8d7314e1ed530b395717316fdd71ec364df8da2b
parentf9eafeca297497a94c438ea28ed59f3a45ed2566
nv30, nv40: unify nv[34]0_vbo.c

The files are identical, except for swtnl support which is commented
out on nv30 and restart being initialized on nv30 to avoid a compiler
warning.
12 files changed:
src/gallium/drivers/nv30/Makefile
src/gallium/drivers/nv30/nv30_context.c
src/gallium/drivers/nv30/nv30_context.h
src/gallium/drivers/nv30/nv30_vbo.c [deleted file]
src/gallium/drivers/nv40/Makefile
src/gallium/drivers/nv40/nv40_context.c
src/gallium/drivers/nv40/nv40_context.h
src/gallium/drivers/nv40/nv40_vbo.c [deleted file]
src/gallium/drivers/nvfx/Makefile
src/gallium/drivers/nvfx/nvfx_context.h
src/gallium/drivers/nvfx/nvfx_state_emit.c
src/gallium/drivers/nvfx/nvfx_vbo.c [new file with mode: 0644]