summaryrefslogtreecommitdiff
path: root/tests/spec/gl-2.0
AgeCommit message (Expand)AuthorFilesLines
2016-11-23gl-2.0: Remove unused variable.Vinson Lee1-4/+4
2016-11-17Add gl-2.0/vertexattribpointer-size-3 testNicolai Hähnle2-0/+269
2016-05-09Fix asprintf warningsMarek Olšák1-2/+2
2016-02-10glsl: tidy up link empty program testsTimothy Arceri2-0/+118
2015-10-06Port the two sided stencil extension tests from Glean to Piglit.Juliet Fru2-0/+752
2015-09-29Remove unnecessary linking with libGLUIan Romanick2-2/+0
2015-08-13gl-2.0: Add test for re-using shader objectsTopi Pohjolainen2-0/+106
2015-07-07gl-2.0-large-point-fs: new test of large points with fragment shadersBrian Paul2-0/+152
2015-03-26gl-2.0: port const vertex attrib webgl test to piglitIlia Mirkin2-0/+137
2015-01-07gl-2.0-vertexattribpointer: Fix GCC maybe-uninitialized warning.Vinson Lee1-0/+1
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace8-8/+8
2014-06-03gl-2.0/vertexattribpointer: new test for glVertexAttribPointerBrian Paul2-0/+272
2014-05-13gl-2.0: use default window sizeBrian Paul2-4/+0
2014-04-25gl-2.0: Verify results of program validation when a conflicting sampler confi...Ian Romanick2-0/+208
2014-03-18gl-2.0: Test edgeflag in immediate mode with shader.Fabian Bieler2-0/+106
2013-08-07Verify that vertex shader attributes are assigned in order starting w/0Ian Romanick2-0/+112
2013-06-04piglit: Always request GNU C extensions.Eric Anholt1-1/+0
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt3-25/+4
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák2-2/+2
2013-01-22gl-2.0: remove explicit 100 x 100 window sizeBrian Paul3-9/+0
2012-11-30util/gl: Kill shader wrapper functionsChad Versace1-1/+1
2012-10-29clip-flag-behavior: use piglit_check_gl_error() function instead of local codeBrian Paul1-26/+12
2012-10-15Fix missing glu.h inclusionsMarek Olšák1-0/+1
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace4-0/+8
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace4-16/+28
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace4-4/+4
2012-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes1-4/+1
2012-08-09Add tests for glEdgeFlag().Eric Anholt2-0/+125
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič2-2/+2
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič3-3/+3
2012-06-20tests: Let each test define main()Chad Versace3-6/+12
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace2-4/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace2-3/+3
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith2-2/+0
2011-12-13gl-2.0: Revert accidental change.José Fonseca1-1/+1
2011-12-12gl-2.1/minmax: Test for minimum maximums of glGet* Values.Eric Anholt1-1/+1
2011-11-30Define asprintf on Windows, and use it on vertex-program-two-side.José Fonseca1-15/+15
2011-10-03clip-flag-behavior: remove unused varBrian Paul1-1/+0
2011-09-28Test basic behavior of clip flags.Paul Berry2-0/+183
2011-09-26vertex-program-two-side: Always draw all the quads.Eric Anholt1-8/+4
2011-09-26vertex-program-two-side: Make the argument handling processing more obvious.Eric Anholt1-38/+35
2011-09-26vertex-program-two-side: Draw the primary and secondary colors separately.Eric Anholt1-80/+69
2011-09-20vertex-program-two-side: Use sprintf instead of asprintf.José Fonseca1-25/+25
2011-09-19vertex-program-two-side: New test for VERTEX_PROGRAM_TWO_SIDE.Eric Anholt3-0/+252
2011-08-24gl-2.0: Add getattriblocation-conventional testIan Romanick4-0/+78