summaryrefslogtreecommitdiff
path: root/tests/shaders/glsl-fs-pointcoord.c
AgeCommit message (Expand)AuthorFilesLines
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-5/+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-3/+4
2012-03-23piglit-dispatch: Switch to using piglit-dispatch instead of GLEW.Paul Berry1-7/+0
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2011-06-05glsl-fs-pointcoord: Fix positioning when max point size is odd.Eric Anholt1-1/+1
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2011-03-14s/WIN32/_WIN32/José Fonseca1-1/+1
2011-03-13Portability build fixes for MinGW.José Fonseca1-0/+4
2011-02-17Import GLEWMarek Olšák1-1/+1
2011-02-04glsl-fs-pointcoord: Remove redundant code.Eric Anholt1-2/+0
2010-07-26glsl-fs-pointcoord.c: clamp point_size to window sizeBrian Paul1-0/+2
2010-07-23glsl-fs-pointcoord: Add a little safety in case max point size is huge.Eric Anholt1-0/+5
2010-04-09glsl-fs-pointcoord: New test for using gl_PointCoord in the FS.Eric Anholt1-0/+111