Demos (master): Rename opengles2/tri to opengles2/es2tri

Brian Paul brianp at kemper.freedesktop.org
Wed Jan 12 14:39:33 UTC 2011


Module: Demos
Branch: master
Commit: 024df5987e4da9288cc9c62dc71df1812d84a347
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=024df5987e4da9288cc9c62dc71df1812d84a347

Author: Paulo Zanoni <pzanoni at mandriva.com>
Date:   Thu Jan  6 08:14:45 2011 -0800

Rename opengles2/tri to opengles2/es2tri

I want to ship it, but there are other demos called 'tri'.

Signed-off-by: Paulo Zanoni <pzanoni at mandriva.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 src/egl/opengles2/Makefile.am         |    4 ++--
 src/egl/opengles2/{tri.c => es2tri.c} |    0 
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/egl/opengles2/Makefile.am b/src/egl/opengles2/Makefile.am
index d3dab3f..bae8817 100644
--- a/src/egl/opengles2/Makefile.am
+++ b/src/egl/opengles2/Makefile.am
@@ -41,11 +41,11 @@ if HAVE_GLESV2
 noinst_PROGRAMS = \
 	es2_info \
 	es2gears \
-	tri
+	es2tri
 endif
 endif
 
 es2_info_LDADD = $(X11_LIBS)
-tri_LDADD = $(X11_LIBS)
+es2tri_LDADD = $(X11_LIBS)
 
 es2gears_LDADD = ../eglut/libeglut_x11.la
diff --git a/src/egl/opengles2/tri.c b/src/egl/opengles2/es2tri.c
similarity index 100%
rename from src/egl/opengles2/tri.c
rename to src/egl/opengles2/es2tri.c




More information about the mesa-commit mailing list