summaryrefslogtreecommitdiff
path: root/tests/spec/arb_es2_compatibility
AgeCommit message (Expand)AuthorFilesLines
2017-05-18tests: mark KHR_no_error incompatible testsTimothy Arceri1-0/+1
2016-07-22arb_es2_compatibility: remove '#ifdef GL_EXTENSION' guardsEmil Velikov5-25/+0
2016-02-07es2_compat: run glReleaseShaderCompiler before link and use a builtinIlia Mirkin1-5/+10
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru1-2/+4
2014-09-23fbo-missing-attachment-clear: probe correct buffer sizeBrian Paul1-3/+5
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace9-9/+9
2014-05-13arb_es2_compatibility: use default window sizeBrian Paul2-4/+0
2013-12-02Always bind piglit_winsys_fbo instead of 0Marek Olšák1-2/+2
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt2-10/+4
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák2-2/+2
2013-01-14arb_es2_compatibility: remove explicit 100x100 window sizeBrian Paul3-6/+0
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace9-0/+18
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace9-36/+63
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace9-9/+9
2012-10-08fbo-missing-attachment-clear: remove unused err varBrian Paul1-1/+0
2012-10-07Use piglit_check_gl_error() instead of block with [f]printf.Chris Forbes1-8/+2
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes5-20/+5
2012-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes3-3/+3
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č9-9/+9
2012-06-20tests: Let each test define main()Chad Versace9-21/+36
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-9/+9
2012-03-07Stop using GLEW extension macrosPaul Berry4-4/+4
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry5-5/+5
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-07-25Fix several "set-but-not-used" gcc warnings.Eric Anholt1-0/+2
2011-06-06arb_es2_compatibility: Verify FBO blits with missing color doesn't crashIan Romanick2-0/+217
2011-06-06arb_es2_compatibility: Verify clearing FBO with missing color doesn't crashIan Romanick2-1/+116
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šák5-12/+12
2011-04-29arb_es2_compatibility-fixed-type: new test for GL_FIXED vertex typeMarek Olšák2-0/+143
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-22/+25
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-5/+0
2011-02-17Import GLEWMarek Olšák1-2/+0
2011-02-04Modify arb_es2_compatibility-releaseshadercompiler to only use ES2 interfacesIan Romanick1-30/+59
2011-01-15add compile-time checks for GL_ARB_ES2_compatibilityBrian Paul5-0/+23
2011-01-14arb_es2_compatibility: New test for glGetShaderPrecisionFormatIan Romanick2-0/+128
2011-01-14arb_es2_compatibility: Add missing CMakeLists.txtIan Romanick1-0/+28
2011-01-14arb_es2_compatibility: New test for fbo completeness ignoring glDrawBuffers().Eric Anholt1-0/+106
2011-01-14arb_es2_compatibility: New test for SHADER_COMPILER always being set.Eric Anholt1-0/+62
2011-01-14arb_es2_compatibility: New test for MAX_*_COMPONENTS / 4 = MAX_*_VECTORSEric Anholt1-0/+88
2011-01-14arb_es2_compatibility: New test for glDepthRangef.Eric Anholt1-0/+83
2011-01-14arb_es2_compability: Add a test for glReleaseShaderCompilerEric Anholt1-0/+103