Demos (master): add missing programs to trivial/Makefile.am

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 5 14:19:08 UTC 2012


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

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Sep 27 15:06:39 2012 -0600

add missing programs to trivial/Makefile.am

---

 src/trivial/Makefile.am |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/trivial/Makefile.am b/src/trivial/Makefile.am
index 5ac0b35..40e8d0c 100644
--- a/src/trivial/Makefile.am
+++ b/src/trivial/Makefile.am
@@ -34,6 +34,7 @@ if HAVE_GLUT
 bin_PROGRAMS = \
 	clear-color \
 	clear-fbo \
+	clear-fbo-scissor \
 	clear-fbo-tex \
 	clear-random \
 	clear-repeat \
@@ -53,6 +54,7 @@ bin_PROGRAMS = \
 	draw2arrays \
 	drawarrays \
 	drawelements \
+	drawelements-large \
 	drawrange \
 	flat-clip \
 	fs-tri \
@@ -112,6 +114,8 @@ bin_PROGRAMS = \
 	quad-unfilled-clip \
 	quad-unfilled-stipple \
 	readpixels \
+	sub-tex \
+	tex-quads \
 	tri-2101010 \
 	tri-2101010-dlist \
 	tri-alpha \
@@ -152,6 +156,7 @@ bin_PROGRAMS = \
 	tri-mask-tri \
 	tri-multitex-vbo \
 	tri-orig \
+	tri-point-line-clipped \
 	tri-query \
 	tri-repeat \
 	tri-scissor-tri \
@@ -185,7 +190,9 @@ bin_PROGRAMS = \
 	vbo-drawelements \
 	vbo-drawrange \
 	vbo-noninterleaved \
+	vbo-tri \
 	vp-array \
+	vp-array-hf \
 	vp-array-int \
 	vp-clip \
 	vp-line-clip \




More information about the mesa-commit mailing list