summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-10registry: Update gl.xmlmaster-xmlLaura Ekstrand2-321/+2327
2014-10-29polygon-offset: Fix GLU include on MacOSX.José Fonseca1-1/+6
2014-10-29gl-1.0-readpixsanity: Eliminate use of variable length arrays.José Fonseca1-27/+37
2014-10-29gl-1.0-readpixsanity: Remove log2 re-definition.José Fonseca1-7/+0
2014-10-29cl: Add erfc testsAaron Watry1-0/+10
2014-10-29cl: Add some erf builtin testsAaron Watry1-0/+10
2014-10-29cl: Add atomix_xor global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_or global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_min global testsAaron Watry2-0/+121
2014-10-29cl: Add atomic_max global testsAaron Watry2-0/+121
2014-10-29cl: Add atomic_and global testsAaron Watry2-0/+125
2014-10-29cl: Add atomic_dec global testsAaron Watry2-0/+120
2014-10-29cl: Add atomic_inc global testsAaron Watry2-0/+120
2014-10-29cl: Add atomic_sub global testsAaron Watry2-0/+121
2014-10-28varying-packing-simple: Add NORETURN attribute to print_usage_and_exit.Vinson Lee1-1/+1
2014-10-28README: Remove Todo sectionDylan Baker1-16/+0
2014-10-28README: update test classes informationDylan Baker1-15/+42
2014-10-28README: Update the list of test profilesDylan Baker1-4/+30
2014-10-28README: Update result statusesDylan Baker1-11/+12
2014-10-28README: use the piglit command not piglit-* commandsDylan Baker1-10/+9
2014-10-28README: Add simplejson and lxml as optional dependenciesDylan Baker1-2/+8
2014-10-28run.py: Split windows exception handling into helperDylan Baker1-11/+15
2014-10-28piglit-print-commands.py: Fix bug with test packageDylan Baker1-2/+1
2014-10-28Removed polygonOffset test from Glean.Laura Ekstrand4-799/+0
2014-10-28Ported polygon offset test from Glean to Piglit.Laura Ekstrand3-0/+672
2014-10-28Removed Glean read pixels sanity test.Laura Ekstrand4-999/+0
2014-10-28Ported the read pixels sanity test from Glean to Piglit.Laura Ekstrand4-3/+387
2014-10-28Removed Glean ortho positioning test.Laura Ekstrand4-1082/+0
2014-10-28Ported ortho positioning test from Glean to Piglit.Laura Ekstrand3-0/+696
2014-10-28Removed Glean floating point exceptions test.Laura Ekstrand4-681/+0
2014-10-28Ported floating point exceptions test from Glean to Piglit.Laura Ekstrand3-0/+608
2014-10-28Removed Glean blend test.Laura Ekstrand4-1091/+0
2014-10-28Ported blend func test from Glean to Piglit.Laura Ekstrand5-10/+851
2014-10-27tests/texturing/bptc: Don't use zero-sized array initializers.José Fonseca2-13/+13
2014-10-27git: Prevent automatic CRLF conversion for Mako templates.José Fonseca1-0/+1
2014-10-24Add shader tests for out of bounds array indexAnuj Phogat8-0/+173
2014-10-24glsl-1.10: add tests to exercise Mesa bug where output vars are not writtenBrian Paul4-0/+112
2014-10-24arb_uniform_buffer_object: add 'offset' option to the rendering testBrian Paul2-6/+27
2014-10-23glsl-1.20: new tests for indirect access into a constant arrayMarek Olšák8-0/+804
2014-10-21Replaced assert(glGetError()) with gl_check_gl_error()Juliet fru90-159/+312
2014-10-21Add a variant of the glsl-fs-frontfacing test to show a gallium bug.Eric Anholt1-0/+31
2014-10-20libpiglit: Do not set CMAKE_SOVERSION on OpenBSD.Vinson Lee1-1/+3
2014-10-20ext_framebuffer_multisample: Add NORETURN attribute to print_usage_and_exit.Vinson Lee1-1/+1
2014-10-20Add a test for EGL_MESA_configless_contextNeil Roberts3-0/+386
2014-10-18gl-3.1: Add test for trying to draw with a broken vertex attribChris Forbes3-0/+76
2014-10-18arb_base_instance: Fix core profile problems in drawarrays testChris Forbes1-2/+20
2014-10-17cl: Add more sin/cos testsJan Vesely1-4/+4
2014-10-15glx-oml-sync-control-*: Don't fail with -auto on the command lineMichel Dänzer1-0/+2
2014-10-15tests/all.py: GLX tests can run on the 'mixed_glx_egl' platformMichel Dänzer1-89/+89
2014-10-14piglit_test.py: fix potential bug in PiglitGLTest.is_skip()Dylan Baker1-1/+1