From ee34e6ef716bb630440299ac1efbc2055ef09ffd Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 12 Jun 2006 16:26:29 +0000 Subject: Add support for GL_APPLE_vertex_array_object. Several test programs and demos are also added. Adding basic support to drivers should be as easy as just enabling the extension, though thorough test would also be required. --- progs/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'progs/tests/Makefile') diff --git a/progs/tests/Makefile b/progs/tests/Makefile index 7f6655dd54..5f5453b86a 100644 --- a/progs/tests/Makefile +++ b/progs/tests/Makefile @@ -64,6 +64,8 @@ SOURCES = \ texobjshare.c \ texrect.c \ texwrap.c \ + vao-01.c \ + vao-02.c \ vparray.c \ vptest1.c \ vptest2.c \ -- cgit v1.2.3