Basic infrastructure for GL_ARB_vertex_buffer_object.
authorBrian Paul <brian.paul@tungstengraphics.com>
Sat, 29 Mar 2003 17:01:00 +0000 (17:01 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Sat, 29 Mar 2003 17:01:00 +0000 (17:01 +0000)
commit6061df09a45c42745253965df012ddf76910ea33
treeacd5b5c2c78ce779208e832362b592105b42c15c
parentc13a05547de406985b3bf3f5e4473eff050b5ac7
Basic infrastructure for GL_ARB_vertex_buffer_object.
14 files changed:
src/mesa/Makefile.X11
src/mesa/main/Makefile.BeOS-R5
src/mesa/main/Makefile.DJ
src/mesa/main/Makefile.OSMesa16
src/mesa/main/Makefile.X11
src/mesa/main/Makefile.ugl
src/mesa/main/Makefile.win
src/mesa/main/bufferobj.c [new file with mode: 0644]
src/mesa/main/bufferobj.h [new file with mode: 0644]
src/mesa/main/config.h
src/mesa/main/descrip.mms
src/mesa/main/extensions.c
src/mesa/main/mtypes.h
src/mesa/main/state.c