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/demos/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'progs/demos/Makefile') diff --git a/progs/demos/Makefile b/progs/demos/Makefile index c7a4cc7b82..87b5b84b3d 100644 --- a/progs/demos/Makefile +++ b/progs/demos/Makefile @@ -60,6 +60,7 @@ PROGS = \ trispd \ tunnel \ tunnel2 \ + vao_demo \ winpos -- cgit v1.2.3