summaryrefslogtreecommitdiff
path: root/tests/spec/arb_shader_objects
AgeCommit message (Expand)AuthorFilesLines
2022-05-04arb_shader_objects: add test deleting non-existent objectErik Faye-Lund2-0/+72
2017-08-22arb_shader_objects: set KHR_no_error statusSamuel Pitoiset6-4/+20
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace6-6/+6
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt5-33/+6
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák4-4/+4
2013-04-06arb_shader_objects: use default window size to fix Windows runBrian Paul5-10/+0
2013-01-23arb_shader_objects: remove explicit 100x100 window sizeBrian Paul1-2/+0
2012-11-30util/gl: Kill shader wrapper functionsChad Versace5-36/+36
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace6-0/+12
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace6-24/+42
2012-10-09tests: Remove direct includes of piglit-framework.hChad Versace1-1/+0
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace6-6/+6
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č6-6/+6
2012-06-20tests: Let each test define main()Chad Versace6-17/+24
2012-05-23Merge branch 'waffle-v10' of git://people.freedesktop.org/~chadversary/piglitChad Versace1-2/+0
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-05-22GL_ARB_shader_objects: Test for error on glGetActiveUniform() in begin/end.Eric Anholt2-0/+83
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-5/+5
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
2012-01-06Modify piglit_check_gl_error() to return a boolean.Paul Berry2-5/+8
2011-11-08arb_shader_objects: Test glGetUniformLocation on an array of struct of arrayIan Romanick2-0/+113
2011-10-10arb_shader_objects: Verify that glBindAttribLocation doesn't keep the name ptrIan Romanick2-0/+92
2011-10-10delete-repeat: New test for mismatched glDeleteProgram().Eric Anholt2-0/+110
2011-09-22clear-with-deleted: New test for a metaops refcounting bug.Eric Anholt2-0/+130
2011-08-30ARB_shader_objects/getuniform: New test for glGetUniform* on various types.Eric Anholt3-0/+342