summaryrefslogtreecommitdiff
path: root/tests/shaders/vpfp-generic.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-02Delete vpfp-generic.Kenneth Graunke1-415/+0
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
2013-01-14test/shaders: remove explicit 100x100 window sizesBrian 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-3/+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-16/+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-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-7/+7
2010-11-05vpfp-generic: Disable unused functions.Vinson Lee1-0/+2
2010-07-21vpfp-generic: glFlush() after drawing is complete so results are visible.Eric Anholt1-0/+2
2010-01-26vpfp-generic: Check for ARB_fragment_coord_conventions or SKIP when required.Eric Anholt1-0/+8
2009-11-10vp-*array*.vpfp: New tests for VP constant handling.Eric Anholt1-0/+2
2009-10-15vpfp-generic: Unify NV_vp and ARB_vp code pathsIan Romanick1-42/+22
2009-10-15vpfp-generic: Refactor and use piglit-framework.Ian Romanick1-33/+17
2009-10-15Use GLEW for vp / fp code instead of piglit "pgl" wrappersIan Romanick1-3/+3
2009-09-29Move most piglit tests to using the framework.Eric Anholt1-12/+0
2009-09-20Add basic tests for NV_vertex_programNicolai Hähnle1-7/+71
2009-08-21vpfp-generic: Check for OpenGL 1.3 for glMultiTexCoord4fv.Vinson Lee1-0/+7
2009-07-24vpfp-generic: Extend script syntax to include program.localNicolai Hähnle1-0/+20
2009-07-12vpfp-generic: Remove incorrect glReadBuffer callNicolai Hähnle1-1/+0
2009-07-12New generic test for ARB_vertex|fragment_programNicolai Hähnle1-0/+368