summaryrefslogtreecommitdiff
path: root/tests/spec/arb_color_buffer_float
AgeCommit message (Expand)AuthorFilesLines
2017-07-06arb_color_buffer_float: set KHR_no_error statusTimothy Arceri1-0/+1
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-03-25arb_color_buffer_float: Don't try to use MRT if number of draw buffers is 1.Eric Anholt1-5/+13
2015-03-25arb_color_buffer_float: Actually use the enum names.Eric Anholt1-6/+10
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2013-12-02all.tests: make ARB_color_buffer_float tests concurrentMarek Olšák1-1/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
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-3/+7
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace1-1/+1
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č1-1/+1
2012-06-20tests: Let each test define main()Chad Versace1-3/+3
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-8/+8
2012-03-07Stop using GLEW extension macrosPaul Berry3-6/+6
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-12-05arb_color_buffer_float-render: Remove dead code.Vinson Lee1-1/+1
2011-10-13arb_color_buffer_float/render: refactor code for easier debuggingBrian Paul1-124/+143
2011-09-16arb_color_buffer_float/render: rewrap up very long lineBrian Paul1-1/+11
2011-07-13ARB_color_buffer_float/mixed-mrt: Skip if <2 draw buffers available.Eric Anholt1-0/+8
2011-07-12arb_color_buffer_float-render: fix fog with vpVadim Girlin1-0/+2
2011-07-08arb_color_buffer_float-render fix for RGBA8_SNORMVadim Girlin1-1/+1
2011-05-13Make TIFF an optional dependency.José Fonseca1-1/+0
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2011-04-17arb_color_buffer_float-mrt: Fix handling of buffer0's fixedness.Eric Anholt1-2/+2
2011-03-16arb_color_buffer_float: test RGBA8_SNORMMarek Olšák9-78/+138
2011-03-13arb_color_buffer_float/queries: Move declaration to block start.José Fonseca1-1/+2
2011-03-13Improve/split the ARB_color_buffer_float testsMarek Olšák9-117/+170
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca1-0/+1
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace2-23/+26
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-5/+0
2011-02-17Remove unnecessary OpenGL extension definesMarek Olšák1-7/+0
2011-02-17Import GLEWMarek Olšák1-2/+0
2010-08-30arb_color_buffer_float: Define GL_COLOR_ATTACHMENT[01] if not defined.Vinson Lee1-0/+7
2010-08-30arb_color_buffer_float: Fix MSVC build.Vinson Lee8-9/+15
2010-08-30New testsuite for ARB_color_buffer_float (v2)Luca Barbieri10-0/+1242