diff options
author | Eric Anholt <eric@anholt.net> | 2011-09-08 16:54:47 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2011-09-19 11:21:39 -0700 |
commit | aeb9b6bb7294ebe80b71272924592972cfaf4d11 (patch) | |
tree | 1e72e973cc66e4dd788f8f31d98a00748d1b366a /tests/spec/nv_conditional_render/CMakeLists.gl.txt | |
parent | 9d8e8994741bb03add4efde6c7f07e194a765993 (diff) |
nv_conditional_render: Add some more tests of API implementation.
Diffstat (limited to 'tests/spec/nv_conditional_render/CMakeLists.gl.txt')
-rw-r--r-- | tests/spec/nv_conditional_render/CMakeLists.gl.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/spec/nv_conditional_render/CMakeLists.gl.txt b/tests/spec/nv_conditional_render/CMakeLists.gl.txt index 39f23d57f..175c5aa27 100644 --- a/tests/spec/nv_conditional_render/CMakeLists.gl.txt +++ b/tests/spec/nv_conditional_render/CMakeLists.gl.txt @@ -11,12 +11,15 @@ link_libraries ( ${GLUT_glut_LIBRARY} ) +add_executable (nv_conditional_render-begin-while-active begin-while-active.c) +add_executable (nv_conditional_render-begin-zero begin-zero.c) add_executable (nv_conditional_render-bitmap bitmap.c) add_executable (nv_conditional_render-blitframebuffer blitframebuffer.c) add_executable (nv_conditional_render-clear clear.c) add_executable (nv_conditional_render-copypixels copypixels.c) add_executable (nv_conditional_render-copyteximage copyteximage.c) add_executable (nv_conditional_render-copytexsubimage copytexsubimage.c) +add_executable (nv_conditional_render-dlist dlist.c) add_executable (nv_conditional_render-drawpixels drawpixels.c) add_executable (nv_conditional_render-generatemipmap generatemipmap.c) add_executable (nv_conditional_render-vertex_array vertex_array.c) |