summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-23Add ARB_shader_objects wrapper for glGetAttribLocation()Brian Paul2-0/+5
2011-07-22fbo: Remove Enable/Disable GL_TEXTURE_2D_ARRAY_EXT calls.Vinson Lee2-4/+0
2011-07-21glsl-max-varyings: Increase buffer sizes from 1024 to 2048.Vinson Lee1-2/+2
2011-07-21Update some commets in the swap event test.Jian Zhao1-4/+4
2011-07-21The initial value for interval should be 0 to get the correct value.Jian Zhao1-1/+1
2011-07-20README: Document how to cross-compile on LinuxChad Versace1-0/+6
2011-07-20Remove texture-buffer-object from texturing/CMakeLists.gl.txt.Vinson Lee1-1/+0
2011-07-19copyteximage-clipping: test clipping of glCopyTexImage2D()Brian Paul3-0/+77
2011-07-19fbo-bind-renderbuffer: test error detection for renderbuffer bindingBrian Paul3-0/+92
2011-07-19gtf: Don't look for GTF tests if the gtf symlink does not exist.Vinson Lee2-1/+8
2011-07-19all.tests: Add strings to ignore from Windows drivers.Vinson Lee1-0/+4
2011-07-18Test that shaders are not allowed to declare non-uniform samplers.Paul Berry13-3/+296
2011-07-17Fix recursion in add_shader_test_dir().Paul Berry1-5/+4
2011-07-17Tweak gitignore.José Fonseca2-2/+2
2011-07-14piglit-summary-html: Skip result files in old format and emit warningChad Versace1-1/+6
2011-07-14framework: Raise informative error when parsing a result file in old formatChad Versace1-1/+16
2011-07-14piglit-summary-html: Remove dead option --fullChad Versace1-7/+3
2011-07-14framework: Replace custom serialization format with jsonChad Versace7-298/+172
2011-07-13getuniform-02: Fix when using ARB_shader_objectsEric Anholt1-18/+19