summaryrefslogtreecommitdiff
path: root/tests/spec/gl-2.0/vertex-program-two-side.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-26Delete spurious version checksIan Romanick1-1/+0
2019-06-04tests/vertex-program-two-side: Memory leakYevhenii Kolesnikov1-0/+2
2018-12-10tests: Fix indent in gl-1.0/vertex-program-two-sideDylan Baker1-3/+3
2018-06-01vertex-program-two-side: Fix GCC format-security warnings.Vinson Lee1-8/+8
2018-05-30ARB_tessellation_shader: test gl_*Color built-ins with tessellation shadersTimothy Arceri1-10/+147
2018-05-25gl-3.2-compat: test gl_*Color built-ins with geometry shadersTimothy Arceri1-50/+145
2017-05-18tests: mark KHR_no_error compatible testsTimothy Arceri1-0/+1
2016-05-09Fix asprintf warningsMarek Olšák1-2/+2
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
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 Anholt1-11/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2013-01-22gl-2.0: remove explicit 100 x 100 window sizeBrian Paul1-3/+0
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-09-10Convert simple if(piglit_get_gl_version() < N) { SKIP } to requireChris Forbes1-4/+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-2/+4
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2011-11-30Define asprintf on Windows, and use it on vertex-program-two-side.José Fonseca1-15/+15
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 Anholt1-0/+235