summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-24Add negative test for non-void function that does not return a value.Vinson Lee2-0/+16
2010-04-24glsl2/gst-gl-multiply.frag: Fix compilation error on Mac OS X.Vinson Lee1-1/+1
2010-04-24glsl2/function-06.vert: Fix GLSL compilation error.Vinson Lee1-0/+1
2010-04-24glsl-algebraic-pow-two: Fix GLSL compilation error on Mac OS X.Vinson Lee1-1/+1
2010-04-24glsl-deadcode-call: Fix GLSL compilation error.Vinson Lee1-0/+1
2010-04-23Do not build GLSL raytracing tests on MSVC.Vinson Lee1-2/+6
2010-04-23glslparsertest: Add serveral simple precision qualifier testsIan Romanick7-0/+31
2010-04-23glslparsertest: Add several simple struct testsIan Romanick6-0/+77
2010-04-22Add GLSL raytracing tests.RALOVICH, Kristóf6-0/+7407
2010-04-21Add a test for function overloading.Kenneth Graunke2-0/+27
2010-04-20offscreen-scissor: New test for setting a scissor that is fully offscreenNeil Roberts3-0/+82
2010-04-20glsl-fs-numbering: New test for usage of program->SamplerUnits[] mapping.Eric Anholt3-0/+97
2010-04-20Add a GLSL test for accidentally dead-code-eliminating a call.Eric Anholt2-0/+31
2010-04-20Add a set of GLSL tests for optimizations I plan to do in glsl2.Eric Anholt24-0/+577
2010-04-20fbo-pbo-readpixels-small: don't push matrices in piglit_ortho_projection() callBrian Paul1-1/+1
2010-04-20fbo-readpixels: don't push matrices in piglit_ortho_projection() callBrian Paul1-1/+1
2010-04-20fbo-3d: don't push matrices in piglit_ortho_projection() callBrian Paul1-1/+1
2010-04-19shader: Define GL_GEOMETRY_SHADER_ARB if not defined.Vinson Lee1-0/+4
2010-04-19shaders: Fix MSVC build of shader_runner.cVinson Lee1-5/+11
2010-04-19cmake: Link math library for UNIX or UNIX like systems only.Vinson Lee1-2/+6
2010-04-19Add 'INCLUDE (CheckFunctionExists)' in CMakeLists.txt.Vinson Lee1-0/+1
2010-04-19shaders: Use shader_runner version of tests instead of stand-alone versionsIan Romanick6-187/+8
2010-04-19shaders: Support more uniform typesIan Romanick1-3/+25
2010-04-19shaders: Change uniform format to 'uniform <type> <name> <values>'Ian Romanick2-5/+21
2010-04-19util: Additional cmake-based portability testsIan Romanick3-2/+13
2010-04-19Ignore cmake generated config.hIan Romanick1-0/+1
2010-04-19util: Add support for systems that lack strchrnul.Ian Romanick4-0/+24
2010-04-19shaders: Use the new mechanism for external shader sourceIan Romanick2-10/+4
2010-04-19Revert "util: Add new function to compile shaders"Ian Romanick2-34/+9
2010-04-19shaders: Allow shader source to be specified outside the test fileIan Romanick1-17/+139
2010-04-19shaders: Add generic test that replicates glsl-vs-ifIan Romanick1-0/+28
2010-04-19shaders: Add generic test that replicates glsl-fs-log2Ian Romanick1-0/+26
2010-04-19shaders: Add framework for generic shader testsIan Romanick2-1/+507
2010-04-19util: Add function require an extension NOT be availableIan Romanick2-0/+9
2010-04-19util: Add new function to compile shadersIan Romanick2-9/+34
2010-04-17point-line-no-cull: Add to all.tests.Vinson Lee1-0/+1
2010-04-17point-line-no-cull: check that points/lines aren't accidentally culledBrian Paul2-0/+445
2010-04-17texunits: Require OpenGL 1.3Xavier Chantry1-0/+5
2010-04-17fdo25614-genmipmap: Require OpenGL 1.3.Xavier Chantry1-0/+5
2010-04-16glslparsertest: Test qualifiers in function declaration vs. definitionIan Romanick2-0/+16
2010-04-16glslparsertest: Test scoping rules in loop conditionsIan Romanick4-0/+32
2010-04-13glsl2/comment-continuation.frag: Add a testcase for a Mesa GLSL parse error.Eric Anholt2-0/+7
2010-04-13Add some GPLv2 shaders found in XReal for GLSL parse testing.Eric Anholt9-0/+730
2010-04-13Add the norsetto shadow demo GLSL shaders.Eric Anholt4-0/+113
2010-04-13Add a COPYING file to give people some hints as to licensing in the project.Eric Anholt1-0/+96
2010-04-13Add shaders from GStreamer as parser tests.Eric Anholt34-0/+1428
2010-04-12cmake: add correct libraries so tests links with no implicit libraries.Dave Airlie3-1/+5
2010-04-12Add a minimum cmake versionXavier Chantry2-1/+3
2010-04-12glx-multithread needs -lpthreadXavier Chantry1-0/+1
2010-04-11glsl-routing: new test for linking VS outputs with FS inputsMarek Olšák3-0/+329