summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-28getteximage-formats: Test glGetTexImage() for internalformat vs format/type.HEADmasterEric Anholt3-0/+956
2011-08-28ARB_shader_objects/getuniform: New test for glGetUniform* on various types.Eric Anholt5-0/+329
2011-08-28piglit: Queue up all concurrent tests before starting serial test running.Eric Anholt1-3/+16
2011-08-28texwrap: Convert to running concurrently into FBOs.Eric Anholt2-11/+16
2011-08-28piglit: Run concurrent tests from as many threads as there are processors.Eric Anholt1-1/+2
2011-08-28piglit: Run the shader_runner fbo tests concurrently.Eric Anholt1-0/+1
2011-08-28piglit: Run shader_runner tests into FBOs.Eric Anholt1-1/+2
2011-08-28shader_runner: Only swapbuffers if appropriate (!auto, !fbo).Eric Anholt1-1/+1
2011-08-28framework: Add an option to run a test into an FBO.Eric Anholt4-29/+215
2011-08-28Add some tests of source modifiers on VS attributes.Eric Anholt2-0/+52
2011-08-26fs-textureFetchOffset-2D: adds a test for glsl-1.30 texelFetchOffset functionDave Airlie2-0/+137
2011-08-26fs-texelFetch-2D: add a test for the GLSL 1.30 texelFetch function (v2)Dave Airlie2-0/+131
2011-08-26glsl-1.30: add texelFetchOffset alternate test.Dave Airlie1-0/+17
2011-08-26texelFetchOffset: fix to show it should fail.Dave Airlie1-1/+1
2011-08-25fs-textureSize-2D: Remove inline keyword.Vinson Lee1-1/+1
2011-08-25glsl-1.30: add compiler tests for texelFetch and texelFetchOffset.Dave Airlie2-0/+33
2011-08-25cmake: Don't define min/max macros on Windows.José Fonseca1-0/+3
2011-08-25glsl-1.30: Add compile tests for switch statementsDan McCabe25-0/+554
2011-08-24glsl-1.20: Ensure that uniform array tests declare the array as a uniformIan Romanick49-97/+97
2011-08-24gl-2.0: Add getattriblocation-conventional testIan Romanick6-0/+80
2011-08-24Add an ARB_transform_feedback2 test.Marek Olšák5-0/+196
2011-08-24Add EXT_transform_feedback tests.Marek Olšák7-0/+677
2011-08-23Add new FS execution test for textureSize with 2D textures.Kenneth Graunke5-0/+130
2011-08-23Add a piglit_require_GLSL_version(int version) helper function.Kenneth Graunke2-0/+25
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