diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-13 02:38:35 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2003-06-13 02:38:35 +0000 |
commit | 86258034d5527ba78dd00da65336ff27e1925143 (patch) | |
tree | 6e4889508107ca1feb3a572ce592ae2647d623cc /progs/demos/Makefile.X11 | |
parent | b17a722ca3989e8563ee04cb2939f4835f8a171e (diff) |
GL_ARB_occlusion_query demo.
Diffstat (limited to 'progs/demos/Makefile.X11')
-rw-r--r-- | progs/demos/Makefile.X11 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/Makefile.X11 b/progs/demos/Makefile.X11 index ee98f59da9..0fa11f4aed 100644 --- a/progs/demos/Makefile.X11 +++ b/progs/demos/Makefile.X11 @@ -15,6 +15,7 @@ LIB_DEP = $(LIBDIR)/$(GL_LIB) $(LIBDIR)/$(GLU_LIB) $(LIBDIR)/$(GLUT_LIB) PROGS = \ arbfplight \ + arbocclude \ bounce \ clearspd \ cubemap \ |