summaryrefslogtreecommitdiff
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 Romanick4-0/+46
2011-08-18generated tests: Add tests for builtin functions introduced in GLSL 1.30Paul Berry1-0/+32
2011-08-18generated tests: Test operators that were introduced in GLSL 1.30Paul Berry1-0/+114
2011-08-18generated tests: Add uint and int tests for GLSL 1.30.Paul Berry3-34/+72
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-18generated tests: Add builtin tests using if.Paul Berry1-17/+110
2011-08-18generated tests: Added tests for the 'notEqual' builtin.Paul Berry1-0/+1
2011-08-18generated tests: Expand the range of ints and ivecs used in testing.Paul Berry1-2/+6
2011-08-18generated tests: Make test generation happen in a deterministic order.Paul Berry2-2/+2
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-15Add operator tests to auto-generated built-in function tests.Paul Berry3-69/+266
2011-08-14quick-driver.tests: add back blendFunc and depthStencilMarek Olšák1-3/+0
2011-08-12Fix Python 2.6 incompatibility in str.decode() function.Paul Berry1-2/+2
2011-08-11README: Add build instructions for Cygwin.Vinson Lee1-0/+23
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