tests: remove/update old comments
authorBrian Paul <brianp@vmware.com>
Wed, 18 Mar 2009 16:23:31 +0000 (10:23 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 18 Mar 2009 16:24:19 +0000 (10:24 -0600)
progs/trivial/tri-fbo-tex-mip.c
progs/trivial/tri-fbo-tex.c

index 6a6254fa50f735fb9e5fcdf9468a7b19b236cdf4..0744369501163e1f33ba990d8dac4dd6922ccd59 100644 (file)
@@ -1,12 +1,4 @@
-/*
- * Test GL_EXT_framebuffer_object render-to-texture
- *
- * Draw a teapot into a texture image with stenciling.
- * Then draw a textured quad using that texture.
- *
- * Brian Paul
- * 18 Apr 2005
- */
+/* Framebuffer object test */
 
 
 #include <GL/glew.h>
index 253f9310db48e71d7ea25e0f5bd6d6019ce26054..72b4cf3683dbd3fd2dd10a28b9efd846a3efde4a 100644 (file)
@@ -1,12 +1,4 @@
-/*
- * Test GL_EXT_framebuffer_object render-to-texture
- *
- * Draw a teapot into a texture image with stenciling.
- * Then draw a textured quad using that texture.
- *
- * Brian Paul
- * 18 Apr 2005
- */
+/* Framebuffer object test */
 
 
 #include <GL/glew.h>