summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-26remove old tex-swizzle testBrian Paul3-854/+0
2014-04-26add new texture swizzle API testBrian Paul3-0/+129
2014-04-26implement new texture swizzle testBrian Paul3-0/+174
2014-04-26fbo-readpixels: use piglit_get_gl_enum_name() for info/error messagesBrian Paul1-6/+9
2014-04-26swapbuffers-behavior: check if swapbuffers swaps or copiesBrian Paul3-0/+123
2014-04-26normal3b3s-invariance: test GLbyte[3] and GLshort[3] normal vec invarianceBrian Paul5-0/+284
2014-04-25sso: Verify results of program pipeline validation when a conflicting sampler...Ian Romanick3-0/+210
2014-04-25gl-2.0: Verify results of program validation when a conflicting sampler confi...Ian Romanick3-0/+209
2014-04-24framework/core.py: Remove unused imports and fix __all__Dylan Baker1-8/+4
2014-04-24profile: Fix mixed concurrency runsDylan Baker1-15/+15
2014-04-24junit: Results' stdout and stderr is now in `out` in `err`.José Fonseca1-2/+23
2014-04-24util: Create core profiles with GLUT when supported by freeglut.José Fonseca1-3/+27
2014-04-24fbo-depth-sample-compare: Eliminate dependency on glutSolidSphere.José Fonseca2-6/+17
2014-04-24tests/xts.py: Add a tests file for the X Test suite.Dylan Baker3-4/+216
2014-04-24python: Add results_dir to TestProfileDylan Baker3-0/+3
2014-04-24framework/core.py: Add pre_run and post_run hooks to TestProfileDylan Baker1-5/+26
2014-04-24Allow setting a cwd to execute tests from.Eric Anholt1-0/+2
2014-04-24util: Move MSVC's inline macro to piglit-util.hJosé Fonseca2-4/+4
2014-04-23gtest: Use correct fuction signature for interpret_resultTom Stellard1-4/+5
2014-04-23cl: Add cl-api-enqueue-copy-buffer-rect testTom Stellard3-0/+116
2014-04-23tests/igt.py: add support for reading the test list from the file systemThomas Wood1-16/+21
2014-04-23framework: Dump the result of 'uname -a' in the reportDamien Lespiau3-0/+10
2014-04-21framework: fix potential bug in function signaturesDylan Baker2-5/+8
2014-04-21arb_gpu_shader5: skip layout qualifier tests if extension not supportedChris Forbes3-0/+3
2014-04-18util/egl: Fix build for old EGL headersChad Versace1-0/+4
2014-04-18framework: small refactor of test_result page generationDylan Baker2-30/+18
2014-04-18framework: Fix html generation to work with recent changes to jsonDylan Baker2-1/+18
2014-04-17EGL_KHR_fence_sync: Add conformance testsChad Versace5-0/+1451
2014-04-17cmake: Check for pthreadsChad Versace1-0/+6
2014-04-17util: Use piglit-log in piglit-util.cChad Versace1-16/+11
2014-04-17util/log: Add logging moduleChad Versace4-0/+187
2014-04-17util: Add func piglit_gettid()Chad Versace2-1/+25
2014-04-17util/egl: Add piglit_egl_get_default_display()Chad Versace2-0/+69
2014-04-17util/egl: Add EGLDisplay parameter to piglit_require_egl_extension()Chad Versace10-14/+22
2014-04-17util: Move subtest utils to API-independent filesChad Versace4-155/+164
2014-04-17util/gl: Rename PIGLIT_GL_SUBTEST_END -> PIGLIT_SUBTEST_ENDChad Versace2-4/+4
2014-04-17util/gl: Rename struct piglit_gl_subtest -> piglit_subtestChad Versace3-12/+12
2014-04-17util/gl: Reject unrecongized subtest namesChad Versace1-0/+6
2014-04-17util: Refactor parsing subtest argsChad Versace1-44/+60
2014-04-17util: Add func streq()Chad Versace1-0/+10
2014-04-17framework: fix regression from 7d2f441Dylan Baker1-1/+2
2014-04-17exectest.py: remove try/except from PiglitTest.interpret_resultDylan Baker1-13/+9
2014-04-17framework/exectest.py: optimize 'fail' if not resultDylan Baker1-6/+1
2014-04-17framework/exectest.py: Test.execute() remove if's that are constantDylan Baker1-8/+1
2014-04-17framework: stop passing duplicate argumentsDylan Baker6-106/+92
2014-04-17framework/exectest.py: simplify gnome bug loopDylan Baker1-11/+4
2014-04-17framework/exectest.py: Fix action for non 0 returncodeDylan Baker1-2/+2
2014-04-17framework/exectest.py: Optimize skips in Test.run()Dylan Baker1-23/+16
2014-04-17framework/exectest.py: Don't pass redundant args to Test.Get_command_result()Dylan Baker1-10/+7
2014-04-17framework/exectest.py: Move valgrind to Test.command propertyDylan Baker2-5/+4