Mesa (master): tests: remove/update old comments

Brian Paul brianp at kemper.freedesktop.org
Wed Mar 18 16:24:42 UTC 2009


Module: Mesa
Branch: master
Commit: 4c460cfd2b3519724afa9a9ccdb7a117b52c0dea
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c460cfd2b3519724afa9a9ccdb7a117b52c0dea

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Mar 18 10:23:31 2009 -0600

tests: remove/update old comments

---

 progs/trivial/tri-fbo-tex-mip.c |   10 +---------
 progs/trivial/tri-fbo-tex.c     |   10 +---------
 2 files changed, 2 insertions(+), 18 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>
diff --git a/progs/trivial/tri-fbo-tex.c b/progs/trivial/tri-fbo-tex.c
index 253f931..72b4cf3 100644
--- a/progs/trivial/tri-fbo-tex.c
+++ b/progs/trivial/tri-fbo-tex.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>




More information about the mesa-commit mailing list