summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-27external_image test startexternal_image2Pauli Nieminen4-0/+61
2012-04-27util: Check that egl is supported in the selected platformPauli Nieminen1-0/+14
2012-04-27util: Check that glx is supported in the selected platformPauli Nieminen1-0/+14
2012-04-27glut_waffle: Allow piglit to query platformPauli Nieminen2-0/+8
2012-04-27util: Add egl version and extension helpersPauli Nieminen1-0/+43
2012-04-27util: Add ifdef quards around redefined macrosPauli Nieminen1-0/+4
2012-04-27tests: Replace gl.h with piglit-util.hPauli Nieminen4-4/+4
2012-04-27EXT_unpack_subimage: Make extension compilation conditionalPauli Nieminen1-0/+11
2012-04-27EXT_unpack_subimage: Remove unnecessary egl.h includePauli Nieminen1-2/+0
2012-04-27tests: Replace glut with piglit-util and waffle headersPauli Nieminen2-2/+6
2012-04-12readme: Add a new README for using Piglit with WaffleChad Versace1-0/+73
2012-04-12piglit: Replace freeglut and glut_egl with glut_waffleChad Versace80-185/+82
2012-04-12NO-COMMIT/tests: Blacklist tests incompatible with glut_waffleChad Versace4-6/+30
2012-04-12tests: Remove glutExtensionSupportedChad Versace16-36/+29
2012-04-12glut_egl: Remove unused function glutInitAPIMaskChad Versace2-8/+1
2012-04-12util: Replace glutInitAPIMask with glutInitWithAPIChad Versace1-5/+5
2012-04-12glut_egl: Add function glutInitWithAPI()Chad Versace2-0/+11
2012-04-12WIP/util: Use waffle for piglit_framework_fbo_init()Chad Versace3-42/+132
2012-04-12WIP/glut_waffle: Add libglut_waffleChad Versace7-0/+472
2012-04-05draw-elements-base-vertex-bounds: s/NV/ARB/ and add commentsBrian Paul1-1/+3
2012-04-03all.tests: add new ARB_extended_blend_func testsDave Airlie1-0/+2
2012-04-03ARB_blend_func_extended: test all blending modes with explicit attrib indexDave Airlie2-0/+336
2012-04-03ARB_blend_func_extended: test all blending modes (v2)Dave Airlie4-1/+355
2012-04-02GL_EXT_transform_feedback/negative-prims: Remove unused variable.Vinson Lee1-1/+0
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