diff options
author | Brian Paul <[email protected]> | 2003-03-29 17:01:00 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-03-29 17:01:00 +0000 |
commit | 6061df09a45c42745253965df012ddf76910ea33 (patch) | |
tree | acd5b5c2c78ce779208e832362b592105b42c15c /src/mesa/main/Makefile.BeOS-R5 | |
parent | c13a05547de406985b3bf3f5e4473eff050b5ac7 (diff) |
Basic infrastructure for GL_ARB_vertex_buffer_object.
Diffstat (limited to 'src/mesa/main/Makefile.BeOS-R5')
-rw-r--r-- | src/mesa/main/Makefile.BeOS-R5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/Makefile.BeOS-R5 b/src/mesa/main/Makefile.BeOS-R5 index c1da7f3f072..43f6ac1f835 100644 --- a/src/mesa/main/Makefile.BeOS-R5 +++ b/src/mesa/main/Makefile.BeOS-R5 @@ -63,6 +63,7 @@ MESA_CORE_SRCS = \ accum.c \ attrib.c \ blend.c \ + bufferobj.c \ buffers.c \ clip.c \ colortab.c \ |