summaryrefslogtreecommitdiff
path: root/tests/shaders/fp-fog.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák1-1/+1
2012-11-06shaders: remove config.window_width/height = 100 linesBrian Paul1-2/+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-04Get rid of reshape funcsChris Forbes1-19/+2
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/+4
2012-03-07Stop using GLEW extension macrosPaul Berry1-1/+1
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry1-1/+1
2012-02-25Remove unnecessary glewInit callsPaul Berry1-1/+0
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-1/+1
2009-10-15Hide platform issues from tests.Ian Romanick1-21/+6
2009-10-02fp-fog: Fix MSVC build.Vinson Lee1-0/+4
2009-10-02fp-fog: Remove Mac OS specific code.Vinson Lee1-10/+2
2009-10-02Move freeglut_ext.h header to piglit-util.h.Vinson Lee1-3/+0
2009-09-29Move most piglit tests to using the framework.Eric Anholt1-50/+15
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-11/+1
2009-07-21fp-fog: Fix compile errors with MSVC.Vinson Lee1-0/+6
2009-06-23piglit: clean up all warnings with gcc 4.4.0Dave Airlie1-0/+3
2009-05-22MSVC fixes for shaders testsVinson Lee1-12/+12
2009-04-23Mac OS fixes for shaders testsVinson Lee1-0/+16
2009-03-23fp-fog: Just move swapbuffers instead of reading out of GL_FRONT.Eric Anholt1-3/+2
2009-03-23fp-fog: Use the probe util routine so the fail output is more obvious.Eric Anholt1-19/+10
2008-12-16Add new test for passing fog coordinates to fragment programsIan Romanick1-0/+207