diff options
author | Eric Anholt <[email protected]> | 2008-11-04 12:34:29 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2008-11-12 13:07:23 -0800 |
commit | 72bbc89534f682579ab49a7259203724d07db942 (patch) | |
tree | 70d27b41a52015c1b2c48361bf94999ddc1f27c1 /progs/xdemos/Makefile | |
parent | 62ff7ab7206e1b9e195e81ad1a96b579819edb57 (diff) |
Add glsync demo program from jbarnes for testing vblank synchronization.
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 b2596712104..f8f2f15380d 100644 --- a/progs/xdemos/Makefile +++ b/progs/xdemos/Makefile @@ -12,6 +12,7 @@ LIBS = -L$(TOP)/$(LIB_DIR) -l$(GL_LIB) $(APP_LIB_DEPS) PROGS = \ corender \ + glsync \ glthreads \ glxdemo \ glxgears \ |