From: Brian Paul Date: Wed, 18 Mar 2009 16:23:31 +0000 (-0600) Subject: tests: remove/update old comments X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c460cfd2b3519724afa9a9ccdb7a117b52c0dea;p=mesa.git tests: remove/update old comments --- diff --git a/progs/trivial/tri-fbo-tex-mip.c b/progs/trivial/tri-fbo-tex-mip.c index 6a6254fa50f..07443695011 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 diff --git a/progs/trivial/tri-fbo-tex.c b/progs/trivial/tri-fbo-tex.c index 253f9310db4..72b4cf3683d 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