summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-11-28igt: auto-enumerate subtestsigtDaniel Vetter1-4/+22
2012-11-28framework: unoicode() wrap format stringDaniel Vetter1-1/+1
2012-11-28igt: new testinfrastructure to support drm/i915 kernel testsDaniel Vetter1-0/+101
2012-11-28framework: add returncode parameter to ExecTest.interpretResultDaniel Vetter3-5/+5
2012-11-28egl: Fix typo in previous commitMatt Turner1-1/+1
2012-11-27egl_khr_create_context: Fix build error with old eglext.hChad Versace1-0/+7
2012-11-26glsl-1.40: Add a test for a path in i965 where I had an XXX comment.Eric Anholt1-0/+39
2012-11-26glsl-1.40: Add a new UBO test for a potential bug in the i965 driver.Eric Anholt1-0/+42
2012-11-26glsl-es-3.00: Verify that .length() returns a constant expressionIan Romanick1-0/+28
2012-11-26glsl-es-3.00: Verify that .length() returns a signed integerIan Romanick3-0/+81
2012-11-26glsl-es-3.00: Verify that no statment is allowed before the first case in a s...Ian Romanick2-0/+31
2012-11-26glslparsertest: Add support for GLSL ES 3.0 via GL_ARB_ES3_compatibilityIan Romanick1-0/+2
2012-11-26glslparsertest: Use integers for GL and GLSL versionsIan Romanick1-21/+33
2012-11-26time-elapsed: Spend time in the FS rather than do a lot of draws.Paul Berry1-4/+53
2012-11-22Revert "texture-integer-glsl130: Expect 1 for alpha in R, RG, RGB cases."Kenneth Graunke1-2/+3
2012-11-21util: Do not use setrlimit/getrlimit if RLIMIT_AS is not defined.Vinson Lee1-1/+1
2012-11-21texture-integer-glsl130: Expect 1 for alpha in R, RG, RGB cases.Kenneth Graunke1-3/+2
2012-11-20egl-create-context-verify-gl-flavor: Test bogus versionsChad Versace1-3/+45
2012-11-20egl_khr_create_context: Check eglChooseConfig's errorsChad Versace1-0/+9
2012-11-20egl-create-context-verify-gl-flavor: Test GLES3Chad Versace1-0/+17
2012-11-20glx-multithread: Replace glFlush calls with glFinishPaul Berry1-2/+2
2012-11-20glx-multithread: use XInitThreadsPaul Berry1-0/+1
2012-11-17all.tests: Remove glean/rgbTriStrip.Kenneth Graunke1-1/+0
2012-11-16glslparsertest: Use specified GLSL version to select API versionIan Romanick1-2/+35
2012-11-16shader_runner: Partially process the requirements section before creating the...Ian Romanick1-1/+101
2012-11-16shader_runner: Set a VAO in a GL 3.1 contextIan Romanick1-1/+9
2012-11-16shader_runner: Use integers for GL and GLSL versionsIan Romanick1-26/+40
2012-11-16shader_runner: Refactor version comparisonsIan Romanick1-8/+11
2012-11-16glx: Sanity check the various GLX extension strings that an app can queryIan Romanick3-0/+191
2012-11-16Fix discovery of OpenCL framework on MacOS.Aaron Watry1-2/+7
2012-11-16Fix MacOS build for OpenCL testsAaron Watry3-3/+10
2012-11-16Fix test macro-definitions.clAaron Watry1-2/+2
2012-11-16teximage-errors: remove config.window_width/height linesBrian Paul1-3/+0
2012-11-15Add a test for viewport triangle clipping.Stuart Abercrombie3-0/+80
2012-11-15GL_ARB_framebuffer_object/negative-readpixels-no-rb: Test for Mesa segfault.Eric Anholt3-0/+87
2012-11-15glsl-max-varyings: Add a variant that also tests >MAX_VARYING_COMPONENTS.Eric Anholt2-10/+38
2012-11-15glsl-max-varyings: Make this a concurrent test.Eric Anholt1-1/+1
2012-11-15gitignore: Ignore ninja artifactsChad Versace1-0/+5
2012-11-14util/gl: Set WAFFLE_CONTEXT_PROFILE for compatibility profilesChad Versace1-0/+10
2012-11-14textureSize: Add support for running with core GL.Eric Anholt1-2/+16
2012-11-14GL_ARB_texture_buffer_object: Add support for GL core to a few other tests.Eric Anholt5-0/+5
2012-11-14GL_ARB_texture_buffer_object/formats: Add real support for testing GL core.Eric Anholt1-27/+69
2012-11-14Revert "GL_ARB_ubo/negative-bindbuffer-buffer: New test for API error."Eric Anholt3-72/+0
2012-11-14clearbuffer-display-lists: Fix initial clear color test.Eric Anholt2-3/+3
2012-11-14gl-3.1: Add a new test for genned object name requirements.Eric Anholt3-0/+184
2012-11-14GTF: Ask GTF to use a minimal visual chosen by EGL.Eric Anholt1-1/+1
2012-11-14egl: Add test egl-create-context-verify-gl-flavor (v3)Chad Versace3-0/+442
2012-11-14util/egl: Change piglit_expect_egl_error to return a boolChad Versace11-24/+39
2012-11-14util: Remove unused wglew.hChad Versace1-1363/+0
2012-11-14util: Kill macro glewInitChad Versace26-33/+26