summaryrefslogtreecommitdiffstats
path: root/progs/trivial/tri-fbo-tex-mip.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-03-18 10:23:31 -0600
committerBrian Paul <brianp@vmware.com>2009-03-18 10:24:19 -0600
commit4c460cfd2b3519724afa9a9ccdb7a117b52c0dea (patch)
tree2604b0f0689d8fa6db5b4e730d703202f1f3c2f0 /progs/trivial/tri-fbo-tex-mip.c
parent0b0e2159f2e9e9278c058d06387948f54e537d08 (diff)
downloadexternal_mesa3d-4c460cfd2b3519724afa9a9ccdb7a117b52c0dea.zip
external_mesa3d-4c460cfd2b3519724afa9a9ccdb7a117b52c0dea.tar.gz
external_mesa3d-4c460cfd2b3519724afa9a9ccdb7a117b52c0dea.tar.bz2
tests: remove/update old comments
Diffstat (limited to 'progs/trivial/tri-fbo-tex-mip.c')
-rw-r--r--progs/trivial/tri-fbo-tex-mip.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/progs/trivial/tri-fbo-tex-mip.c b/progs/trivial/tri-fbo-tex-mip.c
index 6a6254f..0744369 100644
--- a/progs/trivial/tri-fbo-tex-mip.c
+++ b/progs/trivial/tri-fbo-tex-mip.c
@@ -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>