diff options
author | Brian Paul <[email protected]> | 2008-04-30 14:43:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-30 14:45:58 -0600 |
commit | 9a43570f8c8ba5b9803740a47227c296d547631e (patch) | |
tree | 5561c4a4d3621059731292da25f889dcc6b1f91f /progs/xdemos/Makefile | |
parent | 80f68e1b6a0e5bd2da799c659c963e213dbf9e66 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile index 12d1aa2d5f0..c90159bd38c 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -29,6 +29,7 @@ PROGS = \ overlay \ pbinfo \ pbdemo \ + sharedtex \ texture_from_pixmap \ wincopy \ xfont \ |