summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-11Add tests for gl_ClipDistance and gl_ClipVertex.Paul Berry20-0/+831
2011-08-11Add constant array size builtin tests.Paul Berry3-1/+240
2011-08-11Fix import_glsl_parser_tests' dependency on the number of dirs in basepath.Paul Berry1-5/+6
2011-08-11Refactor cmake script to generate tests for later reuse.Paul Berry1-9/+27
2011-08-11Increase the range of values used to test atan(x) and atan(x,y)Paul Berry1-2/+8
2011-08-11Fix JSON problems with non-ASCII characters, by explicitly decoding test output.Paul Berry1-0/+17
2011-08-11Changed piglit-summary-html to explicitly encode its output as UTF-8.Paul Berry4-1/+4
2011-08-11fbo-integer: test for GLSL version 1.30 or laterBrian Paul1-0/+10
2011-08-10Generated tests: unify code for testing exp2 across all numpy versions.Paul Berry1-5/+5
2011-08-10Fix autogeneration of builtin uniform tests on Windows.Paul Berry2-18/+7
2011-08-10spec/arb_copy_buffer: Add a new test for copy_buffer.Ben Widawsky5-0/+101
2011-08-10texture-integer: disable assertionBrian Paul1-0/+2
2011-08-09Fix test generation on Arch Linux.Paul Berry2-11/+18
2011-08-08README: Add build instructions for Mac OS X.Vinson Lee1-0/+35
2011-08-08README: Add build instructions for Ubuntu.Vinson Lee1-0/+11
2011-08-05cmake: Fix build with CMake 2.6.Vinson Lee2-6/+6
2011-08-05generated_tests: Add numpy.exp2 workaround for versions below 1.3.0.Vinson Lee1-1/+5
2011-08-05Test interaction between globals and functions pulled in by linking.Paul Berry1-0/+31
2011-08-05Test implicit type conversion of out parameters.Paul Berry6-0/+272
2011-08-05piglit-run.py: Remove SyncFileWriter as it's not necessary with JSON.Kenneth Graunke1-32/+2
2011-08-05Add tolerance to auto-generated built-in function tests.Paul Berry2-78/+329
2011-08-05Add comprehensive tests of builtin functions with uniform input.Paul Berry7-1/+1053
2011-08-03glean: Skip depth/stencil performance test in quick mode.Eric Anholt1-1/+5
2011-08-03Add two new tests of non-const array sizes.Paul Berry2-0/+37
2011-08-03texturing/cubemap: Move GL_ARB_texture_cube_map check earlier.Kenneth Graunke1-1/+2
2011-08-02fp-incomplete-tex: read the back buffer instead of frontMarek Olšák1-3/+1
2011-08-02fp-lit-mask: read the back buffer instead of frontMarek Olšák1-3/+1
2011-08-02fp-kil: read the back buffer instead of frontMarek Olšák1-3/+1
2011-07-31tests/texturing/cubemap: Add a "npot" command line option.Kenneth Graunke2-10/+20
2011-07-30arb_texture_compression: Check that only the correct formats are advertisedIan Romanick3-0/+487
2011-07-30arb_texture_compression: Check internal formats when generic formats are usedIan Romanick5-0/+426
2011-07-30glsl-1.20: Require OpenGL 2.1 for test that set non-square matrix uniformsIan Romanick50-4/+132
2011-07-29gtf: Use a visual that actually exports depth and stencil bits.Kenneth Graunke1-1/+1
2011-07-29gtf: Run with -width=117, -height=43, -seed=2.Kenneth Graunke1-1/+1
2011-07-29Refactor PlainExecTest, GleanTest, and GTFTest to share code.Kenneth Graunke3-122/+71
2011-07-29Remove @@@ from return code in Glean and GTF tests.Kenneth Graunke2-2/+2
2011-07-29piglit-run: Add option to enable/disable concurrent test runsChad Versace2-3/+20
2011-07-29framework: Repair result file if result file is incomplete or corruptChad Versace1-0/+68
2011-07-29core: Add method TestrunResult.__checkFileIsNotInOldFormatChad Versace1-8/+14
2011-07-29framework: Write each test result to the result file as the test completesChad Versace2-27/+25
2011-07-29framework: Add class JSONWriterChad Versace1-0/+126
2011-07-29trinity-fp1: read the back buffer instead of frontMarek Olšák1-4/+1
2011-07-28glsl-vs-statechange-1: New test for a potential bug in core Mesa.Eric Anholt3-0/+92
2011-07-28copyteximage: basic test of glCopyTexImage2D()Brian Paul3-0/+147
2011-07-25fbo-flushing-2: Another test for FBO texture cache flushing.Eric Anholt3-0/+137
2011-07-25glx-multi-context-ib-1: New test for a regression in the i965 driver.Eric Anholt3-0/+208
2011-07-25Fix several "set-but-not-used" gcc warnings.Eric Anholt4-5/+11
2011-07-25getuniform-0[12]: Remove the unused fragment shaders.Eric Anholt2-21/+1
2011-07-25shader_runner: add cases for other shadow compare funcsBrian Paul1-0/+30
2011-07-23pos-array: use shader object wrapper functionsBrian Paul1-11/+11