summaryrefslogtreecommitdiff
path: root/tests/fbo/fbo-clear-formats.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-13fbo-formats: add texture_stencil8 supportDave Airlie1-2/+6
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2013-12-02all.tests: make fbo format tests concurrentMarek Olšák1-2/+8
2013-12-02fbo-clear-formats: fix the stencil clear testMarek Olšák1-2/+2
2013-10-08piglit: silence piglit_report_subtest_result() format warningsBrian Paul1-1/+1
2013-05-09fbo-clear-formats: Return texture name as uint.Fabian Bieler1-1/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-03-19fbo-clear-formats: clean up error handlingBrian Paul1-4/+15
2013-01-21fbo-clear-formats: Report subtest results.Eric Anholt1-0/+5
2013-01-04fbo-clear-formats: set the depth attachment even though we only test stencilMarek Olšák1-2/+2
2012-10-26fbo-clear-formats: test stencil glClearMarek Olšák1-20/+140
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace1-0/+2
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace1-4/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+5
2012-06-07fbo: Remove test_desc::base.Paul Berry1-1/+1
2012-06-07fbo: Use format_desc::base_internal_format rather than test_desc::base.Paul Berry1-1/+1
2012-06-07fbo: Rearrange if tests for GL_DEPTH32F_STENCIL8 behaviour.Paul Berry1-8/+6
2012-03-07Stop using GLEW extension macrosPaul Berry1-1/+1
2011-12-30fbo-clear-formats: delete incomplete FBODave Airlie1-0/+1
2011-06-21fbo-clear-formats: fix testing GL_DEPTH32F_STENCIL8Marek Olšák1-2/+7
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2011-04-08fbo-clear-formats: Add depth clearingFabian Bieler1-2/+47
2011-03-16fbo-clear-formats: print incomplete status on the same line as the formatMarek Olšák1-2/+6
2011-03-13Consolidate the code of the fbo-*-formats testsMarek Olšák1-122/+3
2011-03-04fbo-blending-formats: test blending with various colorbuffer formatsMarek Olšák1-17/+1
2011-01-11fbo-*-formats: Don't trigger GL errors in !GLEW_ARB_depth_texture case.Eric Anholt1-2/+6
2011-01-09fbo-clear-formats: Ensure variable color is initialized.Vinson Lee1-0/+5
2011-01-07fbo-clear-formats: Hide MSVC loss with the other MSVC loss in piglit-util.hEric Anholt1-7/+0
2011-01-06fbo-clear-formats: Define bool on MSVC.Vinson Lee1-0/+6
2011-01-06fbo-clear-formats: New test for glClear to FBO texture formats.Eric Anholt1-0/+517