aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-03-03don't write generated header to the source directoryDylan Noblesmith
2012-02-29GL_ARB_draw_instanced/elements: Test glDrawElementsInstancedARB() rendering.Eric Anholt
2012-02-29GL_ARB_draw_instanced/instance-array-dereference: Strip copy'n'paste comment.Eric Anholt
2012-02-29GL_ARB_draw_instanced/negative-instanceidarb-write: New error test.Eric Anholt
2012-02-29GL_ARB_draw_instanced/negative-*: New tests for remaining error conditions.Eric Anholt
2012-02-29GL_ARB_draw_elements/dlist-arb_draw_instanced: Test for error conditions.Eric Anholt
2012-02-29GL_ARB_draw_instanced/dlist: Test for error conditions.Eric Anholt
2012-02-29glsl-vs-deadcode-*: New tests for changes to Mesa's opt_dead_code_local.cpp.Eric Anholt
2012-02-28tex3d-maxsize: remove unused NVIDIA hack codeBrian Paul
2012-02-25Remove unnecessary glewInit callsPaul Berry
2012-02-25Convert older tests to use piglit-framework.cPaul Berry
2012-02-23Check the max point size the driver supported and adjust it accordingly.Jian Zhao
2012-02-21ARB_multisample/pushpop: New test for PushAttrib/PopAttrib.Eric Anholt
2012-02-21ARB_multisample/beginend: New test for spec requirement.Eric Anholt
2012-02-20asmparsertest: Cast isspace input to int to silence compiler warning.Vinson Lee
2012-02-20shader_runner: Cast isspace inputs to int to silence warnings.Vinson Lee
2012-02-16texture_integer-api-teximage: fix / add error checksBrian Paul
2012-02-15glsl-algebraic-logic*: Fix two tests in case the optimizer is more successful.Eric Anholt
2012-02-15api_error: new test for ARB_debug_outputMarek Olšák
2012-02-15Add test case of render FBO with point coordinate.Jian Zhao
2012-02-14shader_runner: move declaration before codeBrian Paul
2012-02-13Modify shader_runner to skip tests with unsigned uniforms when GL<3.0Paul Berry
2012-02-13framework: Move list of ignored errors to core rather than *.tests.Kenneth Graunke
2012-02-11ARB_copy_buffer/get: Check for ARB_copy_buffer earlier in the test.Vinson Lee
2012-02-10EXT_texture_integer/fbo_integer_precision_clear: Make FBO incomplete a SKIP.Eric Anholt
2012-02-10clearbuffer-display-lists: Turn off concurrent.Eric Anholt
2012-02-09ext_texture_integer-getteximage-clamping: Use constant expression in array size.José Fonseca
2012-02-09Use malloc instead of variable size arrays.José Fonseca
2012-02-09util: Add missing stdint.h typedefs for MSVC.José Fonseca
2012-02-08ARB_copy_buffer/get: New test for spec behavior.Eric Anholt
2012-02-08ARB_copy_buffer/targets: New test for spec behavior.Eric Anholt
2012-02-08ARB_copy_buffer/dlist: New test for spec behavior.Eric Anholt
2012-02-08ARB_copy_buffer/negative-bounds: New test for spec behavior.Eric Anholt
2012-02-08ARB_copy_buffer/negative-mapped: New test for spec behavior.Eric Anholt
2012-02-08ARB_copy_buffer/negative-bound-zero: New test for a bug in Mesa.Eric Anholt
2012-02-08ARB_copy_buffer/overlap: New test for a section of the spec.Eric Anholt
2012-02-08EXT_texture_integer/getteximage-clamping: New test for integer pixel pack.Eric Anholt
2012-02-07Fix clearbuffer-display-lists test caseAnuj Phogat
2012-02-04util: Replace deprecated XKeycodeToKeysym with XGetKeyboardMapping.Vinson Lee
2012-02-03util: Helper function to convert an arbitrary GL enum to a string.José Fonseca
2012-02-03glsl-1.30: New test for fallthrough behavior in switch statements.Eric Anholt
2012-02-03glsl-1.30: Add test for broken "break" behavior in switch statements.Eric Anholt
2012-02-03glsl-1.30: Add a new test for a bug in Mesa with nested switch statements.Eric Anholt
2012-02-03glsl-1.30: Add new tests for basic functionality of switch statements.Eric Anholt
2012-02-02Require OpenGL 3.0 or greater for GLSL 1.30 usampler tests.Carl Worth
2012-02-02all.tests: add ignore for missing drirc configuration files.Dylan Baker
2012-02-02glslparsertest: use piglit_load_text_file for shaders.Morgan Armand
2012-02-02texturing/shaders/common: fix a typo in compute_miplevel_info.Morgan Armand
2012-01-30getteximage-formats: compressed variable is not initialized in the special caseMorgan Armand
2012-01-29piglit: fix fbo-blending test for GL_ARB_texture_rgb10_a2uiDave Airlie