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 14:45:58 -0600
commit9a43570f8c8ba5b9803740a47227c296d547631e (patch)
tree5561c4a4d3621059731292da25f889dcc6b1f91f /progs/xdemos/Makefile
parent80f68e1b6a0e5bd2da799c659c963e213dbf9e66 (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 12d1aa2d5f..c90159bd38 100644
--- a/progs/xdemos/Makefile
+++ b/progs/xdemos/Makefile
@@ -29,6 +29,7 @@ PROGS = \
overlay \
pbinfo \
pbdemo \
+ sharedtex \
texture_from_pixmap \
wincopy \
xfont \