summaryrefslogtreecommitdiff
path: root/tests/spec/arb_vertex_program
AgeCommit message (Expand)AuthorFilesLines
2015-11-13arb_vertex_program: Use glGetProgramivARB, not glGetProgramiv.Matt Turner1-2/+2
2015-11-13arb_vertex_program: Remove unnecessary fragment programs.Matt Turner23-138/+0
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-06-18Port vp-two-constants.vpfp to shader_runnerKenneth Graunke1-0/+29
2015-06-18Port vp-sge-alias.vpfp to shader_runnerKenneth Graunke1-0/+29
2015-06-18Port vp-min.vpfp to shader_runnerKenneth Graunke1-0/+32
2015-06-18Port vp-max.vpfp to shader_runnerKenneth Graunke1-0/+32
2015-06-18Port vp-exp-alias.vpfp to shader_runnerKenneth Graunke1-0/+31
2015-06-18Port vp-constant-negate.vpfp to shader_runnerKenneth Graunke1-0/+33
2015-06-18Port vp-constant-array.vpfp to shader_runnerKenneth Graunke1-0/+30
2015-06-18Port vp-constant-array-huge.vpfp to shader_runnerKenneth Graunke1-0/+149
2015-06-18Port vp-arl-neg-array.vpfp to shader_runnerKenneth Graunke1-0/+35
2015-06-18Port vp-arl-neg-array-2.vpfp to shader_runnerKenneth Graunke1-0/+35
2015-06-18Port vp-arl-local-array.vpfp to shader_runnerKenneth Graunke1-0/+33
2015-06-18Port vp-arl-env-array.vpfp to shader_runnerKenneth Graunke1-0/+33
2015-06-18Port vp-arl-constant-array.vpfp to shader_runnerKenneth Graunke1-0/+34
2015-06-18Port vp-arl-constant-array-varying.vpfp to shader_runnerKenneth Graunke1-0/+36
2015-06-18Port vp-arl-constant-array-huge.vpfp to shader_runnerKenneth Graunke1-0/+166
2015-06-18Port vp-arl-constant-array-huge-varying.vpfp to shader_runnerKenneth Graunke1-0/+170
2015-06-18Port vp-arl-constant-array-huge-relative-offset.vpfp to shader_runnerKenneth Graunke1-0/+164
2015-06-18Port vp-arl-constant-array-huge-overwritten.vpfp to shader_runnerKenneth Graunke1-0/+153
2015-06-18Port vp-arl-constant-array-huge-offset.vpfp to shader_runnerKenneth Graunke1-0/+164
2015-06-18Port vp-arl-constant-array-huge-offset-neg.vpfp to shader_runnerKenneth Graunke1-0/+165
2015-06-18Port fogcoord-dph.vpfp to shader_runnerKenneth Graunke1-0/+29
2015-06-18Port fogcoord-dp4.vpfp to shader_runnerKenneth Graunke1-0/+29
2015-06-18Port fogcoord-dp3.vpfp to shader_runnerKenneth Graunke1-0/+29
2015-06-18Port dataflow-bug.vpfp to shader_runnerKenneth Graunke1-0/+47
2015-06-18Port big-param.vpfp to shader_runnerKenneth Graunke1-0/+43
2015-06-18Port arl.vpfp to shader_runnerKenneth Graunke1-0/+34
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace5-5/+5
2014-05-14arb_vertex_program: use default window sizeBrian Paul3-9/+0
2014-05-13arb_vertex_program: use default window sizeBrian Paul1-2/+0
2014-03-22arb_vertex_program/minmax: fix fragment program limit checkingMarek Olšák1-1/+4
2013-09-25GL_ARB_vertex_program: Add a tests for Mesa code I was changing.Eric Anholt3-0/+207
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák3-3/+3
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace3-0/+6
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace3-12/+21
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace3-3/+3
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič3-3/+3
2012-06-20tests: Let each test define main()Chad Versace3-7/+12
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-3/+3
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca1-0/+1
2012-03-03don't write generated header to the source directoryDylan Noblesmith1-1/+0
2011-12-27ARB_vertex_program/minmax: Remove unnecessary header.Vinson Lee1-1/+0
2011-12-12ARB_vertex_program/minmax: New test for minimum maximums.Eric Anholt2-0/+113
2011-07-06getlocal4d-with-error: New test for a bug in glGetProgramLocalParameter4dARB()Eric Anholt2-0/+89
2011-07-06getenv4d-with-error: New test for a bug in glGetProgramEnvParameter4dARB().Eric Anholt3-0/+105