summaryrefslogtreecommitdiff
path: root/tests/spec/nv_conditional_render
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-09-22nv_conditional_render: reinstate width/height for mipmap generationIlia Mirkin1-0/+5
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace12-12/+12
2014-05-13nv_conditional_render: use default window sizeBrian Paul12-35/+0
2014-05-07nv_conditional_render/blitframebuffer: remove unused 'red' variableBrian Paul1-1/+0
2014-05-01Fix expected behavior of glBlitFramebuffer() with conditional renderingAnuj Phogat1-10/+12
2014-04-15remove executable bits from C files.Dave Airlie1-0/+0
2014-01-06NV_conditional_render: glBeginConditionalRenderNV begin zeroJin Zhou1-9/+7
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák1-1/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák12-12/+12
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace12-0/+24
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace12-48/+84
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace12-12/+12
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes12-48/+12
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes10-10/+10
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič12-12/+12
2012-06-20tests: Let each test define main()Chad Versace12-36/+48
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-12/+12
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry12-12/+12
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry2-2/+4
2011-09-19nv_conditional_render: Add some more tests of API implementation.Eric Anholt4-0/+238
2011-07-12nv_conditional_render-bitmap: set raster positionVadim Girlin1-0/+1
2011-05-29NV_conditional_render/blitframebuffer: test BlitFramebuffer isn't killedMarek Olšák2-0/+142
2011-05-29NV_conditional_render/copytexsubimage: test CopyTexSubImage2D isn't killedMarek Olšák2-0/+125
2011-05-29NV_conditional_render/copyteximage: test CopyTexImage2D isn't killedMarek Olšák2-0/+125
2011-05-29NV_conditional_render/generatemipmap: require EXT_framebuffer_objectMarek Olšák1-0/+1
2011-05-13Make TIFF an optional dependency.José Fonseca1-1/+0
2011-04-23Add tests for NV_conditional_render.Eric Anholt8-0/+670