summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-03add explicitARB_blend_func_extendedDave Airlie1-0/+335
2012-03-31ARB_blend_func_extended: test all blending modesDave Airlie4-1/+355
2012-03-31glslparsertest doesn't use commasDave Airlie3-3/+3
2012-04-01tests/all.tests: add ARB_blend_func_extended tests to all.testsDave Airlie1-0/+7
2012-03-31arb blend func extended - check errors at glBeginDave Airlie2-0/+119
2012-03-31blend-api: fix copyright as pointed out by Eric.Dave Airlie1-1/+1
2012-03-31arb_explicit_location: test for index specified without locationDave Airlie1-0/+16
2012-03-27Add a test for GL_EXT_unpack_subimage on GLES2Neil Roberts5-0/+268
2012-03-26gl-3.0/minmax: Fix printf format warnings.Vinson Lee1-2/+2
2012-03-26html: Use isinstance(x, basestring) rather than "str" and "unicode."Kenneth Graunke1-1/+1
2012-03-26Add GLSL tests for loops with function calls that have side-effects.Kenneth Graunke2-0/+56
2012-03-26glsl-1.40: Add a test for vertex shaders that don't write gl_Position.Eric Anholt5-0/+147
2012-03-26GL_EXT_transform_feedback/negative-prims: New test for error behavior.Eric Anholt3-0/+183
2012-03-26textureSize: Add GLSL 1.40 textureSize() to all.tests.Eric Anholt1-1/+10
2012-03-26textureSize: Add support for testing rectangle textures in 1.40.Eric Anholt2-9/+22
2012-03-26textureSize: Add support for running these tests in GLSL 1.40 mode.Eric Anholt3-13/+37
2012-03-26textureSize: Bail out if we fail to link.Eric Anholt1-0/+6
2012-03-26piglit-dispatch: Define GLAPI too.José Fonseca1-1/+10
2012-03-26cmake: Add GLUT_INCLUDE_DIR to glean.José Fonseca1-0/+1
2012-03-23glean: use piglit_get_proc_address().Paul Berry2-26/+4
2012-03-23Remove GLEW workarounds.Paul Berry2-11/+0
2012-03-23piglit-dispatch: Remove GLEW.Paul Berry2-32100/+0
2012-03-23piglit-dispatch: Switch to using piglit-dispatch instead of GLEW.Paul Berry8-28/+15
2012-03-23piglit-dispatch: Remaining infrastructure.Paul Berry4-1/+598
2012-03-23cmake: Make each *.o depend on generated piglit_dispatch headersChad Versace1-6/+12
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace76-649/+649
2012-03-23cmake: Define wrapper functions piglit_add_{executable,library}Chad Versace1-0/+26
2012-03-23cmake: Move utility functions into piglit_util.cmakeChad Versace3-23/+50
2012-03-23piglit-dispatch: Code generation scripts.Paul Berry7-1/+1209
2012-03-23piglit-dispatch: Additions to OpenGL API spec files.Paul Berry1-10/+13
2012-03-23piglit-dispatch: Corrections to OpenGL API spec files.Paul Berry2-36/+3
2012-03-23piglit-dispatch: Introduce OpenGL API spec files.Paul Berry3-0/+39714
2012-03-23Remove NVX_gpu_memory_info enums from piglit-util-enum.cPaul Berry1-5/+5
2012-03-23Fixup APIENTRY macro on ApplePaul Berry1-0/+7
2012-03-23Add glewInit() calls to GLX_ARB_create_context tests.Paul Berry2-0/+2
2012-03-23Add glewInit() calls to glx tests.Paul Berry15-0/+15
2012-03-23glean: use piglit-util and initialize GLEW.Paul Berry2-0/+8
2012-03-23Only define bool in non-C++ builds.Paul Berry1-0/+2
2012-03-22sampler-incomplete: test texture (in)completeness with sampler objectsBrian Paul3-0/+144
2012-03-22glsl-{fs|vs}-loop-300.shader_test: test simple loops of 300 iterationsBrian Paul2-0/+73
2012-03-21Use nearest filtering in the texelFetch() and textureSize() tests.Kenneth Graunke2-4/+4
2012-03-21cmake: Add GLEXT_INCLUDE_DIR include to arb_texture_buffer_object.José Fonseca1-0/+1
2012-03-20glsl-1.30: Add some specific tests for mix(, genbtype) with inf/nan.Eric Anholt2-0/+97
2012-03-20glsl-1.30: Add tests for mix(gentype, gentype, genbtype).Eric Anholt1-0/+2
2012-03-20glsl-1.40: Test that the deprecated structure definitions are gone.Eric Anholt7-0/+49
2012-03-20glsl-1.40: New test that ftransform() is gone.Eric Anholt1-0/+10
2012-03-20GL_ARB_texture_buffer_object/negative-bad-format: New test for error behaviorEric Anholt3-0/+65
2012-03-19GL_ARB_texture_buffer_object/negative-bad-target: New test for error behavior.Eric Anholt3-0/+70
2012-03-19GL_ARB_texture_buffer_object/negative-bad-bo: New test for error behavior.Eric Anholt1-0/+58
2012-03-19GL_ARB_texture_buffer_object: Add a first test for the extension.Eric Anholt5-0/+90