summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-03-15glsl-1.40: Add tests for minimum maximum constants.Eric Anholt11-0/+397
2012-03-15glsl-1.40: Add compiler tests for builtin in/out/uniforms.Eric Anholt33-0/+354
2012-03-15gl-3.1/minmax: New test for query minimum requirements.Eric Anholt5-0/+330
2012-03-15gl-3.0/minmax: Fix stack smashing in GL_MAX_VIEWPORT_DIMS handling.Eric Anholt1-6/+6
2012-03-15gl-2.1/minmax: Actually use the Y dimension we get for calculating OQ bits.Eric Anholt1-1/+1
2012-03-15Move more MSVC workarounds to piglit-util.hEric Anholt3-14/+1
2012-03-13fbo-luminance-alpha: fix expected result colorsBrian Paul1-8/+12
2012-03-13fbo-blending-formats: fix expected result for intensity and luminance texturesBrian Paul1-12/+36
2012-03-12Make valgrind testing a command line option rather than extra tests.Kenneth Graunke7-73/+26
2012-03-12Fix ARB_draw_instanced feature-macro-disabled tests.Kenneth Graunke2-2/+2
2012-03-12glslparsertest: Allow ! in extension list to require non-support.Kenneth Graunke1-1/+4
2012-03-12fbo-alphatest-formats: correct the expected intensity/luminance valuesBrian Paul1-6/+39
2012-03-12cmake: Include GLEXT_INCLUDE_DIR wherever OPENGL_INCLUDE_PATH is included.José Fonseca22-0/+22
2012-03-09point-line-no-cull: probe two pixels instead of oneBrian Paul1-6/+12
2012-03-09getteximage-luminance: test readback of GL_LUMINANCE texturesBrian Paul3-0/+251
2012-03-09getteximage-formats: add debug code to disable blendingBrian Paul1-0/+13
2012-03-09cmake: Avoid depending on MinGW runtime DLLs.José Fonseca1-0/+16
2012-03-07Add a call to glewInit() to windowoverlap.cPaul Berry1-0/+1
2012-03-07Convert more older tests to use piglit-framework.c.Paul Berry6-141/+56
2012-03-07Stop referring to nonstandard enums GL_CLIP_PLANE{6,7}.Paul Berry1-2/+2
2012-03-07Stop using GLEW_GET_FUNPaul Berry2-12/+12
2012-03-07Stop using glewIsSupportedPaul Berry2-12/+3
2012-03-07Stop using GLEW extension macrosPaul Berry29-64/+64
2012-03-07Stop using GLEW_VERSION_* macrosPaul Berry179-184/+184