framework/replay: disable AA accounting when comparing with no tolerance
[piglit.git] / tests / spec / ext_packed_depth_stencil / CMakeLists.gl.txt
blob9cb3791e318a6b5a5e2d14d87832647d746b331e
1 include_directories(
2         ${GLEXT_INCLUDE_DIR}
3         ${OPENGL_INCLUDE_PATH}
6 link_libraries (
7         piglitutil_${piglit_target_api}
8         ${OPENGL_gl_LIBRARY}
11 piglit_add_executable (ext_packed_depth_stencil-depth-stencil-texture depth-stencil-texture.c)
12 piglit_add_executable (ext_packed_depth_stencil-errors errors.c)
13 piglit_add_executable (ext_packed_depth_stencil-readdrawpixels readdrawpixels.c)
14 piglit_add_executable (ext_packed_depth_stencil-readpixels-24_8 readpixels-24_8.c)
15 piglit_add_executable (ext_packed_depth_stencil-getteximage getteximage.c)
16 piglit_add_executable (ext_packed_depth_stencil-texsubimage texsubimage.c)
18 # vim: ft=cmake: