summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2011-08-24Add API tests for glEnable/glDisable/glIsEnabled, and glGet*v.ext_transform_feedbackEugeni Dodonov1-8/+69
2011-08-23commit glGetBufferSubData for nowEugeni Dodonov1-0/+2
2011-08-23use correct access typesEugeni Dodonov1-3/+3
2011-08-23More mapping and binding testsEugeni Dodonov1-8/+28
2011-08-23Added initial piglit test for EXT_transform_feedback.Eugeni Dodonov4-0/+337
2011-08-21fbo-depthstencil: also test the default framebufferMarek Olšák2-49/+64
2011-08-21draw-vertices-2101010: add some more ABI tests also BGRADave Airlie1-1/+41
2011-08-21arb_vertex_type_2_10_10_10_rev: add vertex/color drawing test.Dave Airlie5-0/+213
2011-08-19glsl-1.10 / glsl-1.20: Add non-constant index write testsIan Romanick217-0/+23163
2011-08-19glsl-1.10 / glsl-1.20: Add non-constant index read testsIan Romanick433-0/+34772
2011-08-19Set rlimit on glsl-*-explosion.shader_test, remove from blacklistIan Romanick5-4/+4
2011-08-19shader_runner: Add rlimit option for shader testsIan Romanick1-0/+13
2011-08-19Remove redundant testIan Romanick1-22/+0
2011-08-19glsl-1.20: Add serveral tests for recursion in shadersIan Romanick6-0/+358
2011-08-19Add -rlimit command line option to set the rlimitIan Romanick1-2/+30
2011-08-19Add piglit_set_rlimit utility functionIan Romanick3-0/+43
2011-08-18generated tests: Add uint and int tests for GLSL 1.30.Paul Berry1-0/+6
2011-08-18Add uint and uvec uniform support to shader_runner.Paul Berry1-0/+30
2011-08-18Make uniform uint and int functions callable from piglit tests.Paul Berry2-0/+36
2011-08-16select,fp-unpack-01: Define round() & roundf() for MSVC in a single place.José Fonseca2-7/+16
2011-08-15Add GL_SELECT render mode testsPierre-Eric Pelloux-Prayer3-0/+266
2011-08-14quick-driver.tests: add back blendFunc and depthStencilMarek Olšák1-3/+0
2011-08-11Add tests for gl_ClipDistance and gl_ClipVertex.Paul Berry20-0/+831
2011-08-11Add constant array size builtin tests.Paul Berry1-0/+3
2011-08-11fbo-integer: test for GLSL version 1.30 or laterBrian Paul1-0/+10
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-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-05Add comprehensive tests of builtin functions with uniform input.Paul Berry1-0/+15
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 Graunke1-42/+10
2011-07-29Remove @@@ from return code in Glean and GTF tests.Kenneth Graunke1-1/+1
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