summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-28GL_ARB_texture_buffer_object/formats: Add a test for all the format options.tboEric Anholt3-0/+694
2012-03-27util: Move code for making a half float from a float to shared code.Eric Anholt3-91/+94
2012-03-27GL_ARB_texture_buffer_object/unused-name: Test another little bit of spec.Eric Anholt3-0/+77
2012-03-27GL_ARB_texture_buffer_object/get: New test for remaining queries.Eric Anholt3-0/+89
2012-03-27GL_ARB_texture_buffer_object/dlist: New test for display list handling.Eric Anholt3-0/+94
2012-03-27glsl-1.30: New tests for discard exiting the shader.Eric Anholt4-0/+206
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
2012-03-19Add test to verify large textures are handled correctly in mesaAnuj Phogat3-0/+445
2012-03-15glsl-1.40: Add some tests for ARB_texture_rectangle being folded in.Eric Anholt2-0/+85
2012-03-15glsl-1.40: Add tests for removal of deprecated builtin uniforms.Eric Anholt15-0/+150