summaryrefslogtreecommitdiff
path: root/progs/xdemos/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-04-30 14:43:28 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-04-30 15:30:29 -0600
commit07b551f7cfc02cb16225298414b145b306b360b4 (patch)
tree033446ca2c3fef1b0b10516e67a2a778876bb3ff /progs/xdemos/Makefile
parentbd5b99d3890f162ec0928a589b6afbc8e67580b7 (diff)
added xdemos/sharedtex.c test
Test that modifications to a texture object in one rendering context are seen in a second rendering context. Press 't' to change the texture's image/colors.
Diffstat (limited to 'progs/xdemos/Makefile')
-rw-r--r--progs/xdemos/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index d1d7fecea1..896b160878 100644
--- a/progs/xdemos/Makefile
+++ b/progs/xdemos/Makefile
@@ -23,6 +23,7 @@ PROGS = glthreads \
overlay \
pbinfo \
pbdemo \
+ sharedtex \
texture_from_pixmap \
wincopy \
xfont \