summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-max-varyings.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2013-06-25glsl-max-varyings: Use glDrawArrays instead of piglit_draw_rect.Fabian Bieler1-5/+22
2013-05-08glsl-max-varyings: Allow up to 256 varyings.Fabian Bieler1-10/+14
2012-11-15glsl-max-varyings: Add a variant that also tests >MAX_VARYING_COMPONENTS.Eric Anholt1-10/+37
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-09-04Convert all glutSwapBuffers to piglit_present_resultsChris Forbes1-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-2/+5
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2011-12-29glsl-max-varyings: Clean up max_varyings misnomer.Paul Berry1-6/+6
2011-07-21glsl-max-varyings: Increase buffer sizes from 1024 to 2048.Vinson Lee1-2/+2
2011-05-23glsl-max-varyings: Fix indentation.Eric Anholt1-1/+1
2011-05-23glsl-max-varyings: Make it probe the whole rectangle drawn per varying.Eric Anholt1-3/+4
2011-05-23glsl-max-varyings: Fill the varyings we shouldn't see with red.Eric Anholt1-8/+8
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-3/+3
2010-07-14glsl-max-varying: use MAX_VARYING instead of 32Brian Paul1-5/+9
2010-07-06glsl-max-varyings: New test for using as many different varyings as we can.Eric Anholt1-0/+264