diff options
author | Brian Paul <[email protected]> | 2008-04-30 14:43:28 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-04-30 15:30:29 -0600 |
commit | 07b551f7cfc02cb16225298414b145b306b360b4 (patch) | |
tree | 033446ca2c3fef1b0b10516e67a2a778876bb3ff /progs/xdemos/Makefile | |
parent | bd5b99d3890f162ec0928a589b6afbc8e67580b7 (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 d1d7fecea1c..896b1608780 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -23,6 +23,7 @@ PROGS = glthreads \ overlay \ pbinfo \ pbdemo \ + sharedtex \ texture_from_pixmap \ wincopy \ xfont \ |