summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11README: Add build instructions for Cygwin.Vinson Lee1-0/+23
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-05Add comprehensive tests of builtin functions with uniform input.Paul Berry1-1/+2
This patch adds 462 tests to piglit, which comprehensively test the behavior of GLSL built-in functions on vertex and fragment shaders. The test vectors are auto-generated in Python, by using the numpy library to simulate the behavior of the built-in functions on a variety of inputs (in builtin_function.py), and then producing shader_runner tests to verify the expected behavior (in gen_builtin_uniform_tests.py). Test generation happens as part of the piglit build process. To run the test generation step by itself, use "make gen-tests" from the root of the piglit tree (after configuring using cmake). The generated tests may be found in generated_tests/spec. The auto-generation code depends on Python 2.6 and on the numpy library (www.numpy.org). I've updated the README to reflect these dependencies, and added code to CMakeLists.txt to check for them at configure time. (Note: other parts of Piglit already depend on Python 2.6, but the dependency wasn't previously explicit).
2011-07-20README: Document how to cross-compile on LinuxChad Versace1-0/+6
Signed-off-by: Chad Versace <chad@chad-versace.us>
2011-03-12framework: Support running Piglit with an out-of-tree buildChad Versace1-1/+7
To run Piglit with an out-of-tree build, set the environment variable PIGLIT_BUILD_DIR. For example: $ env PIGLIT_BUILD_DIR=/path/to/piglit/build/dir \ ./piglit-run.py tests/sanity.tests results/sanity.results Signed-off-by: Chad Versace <chad.versace@intel.com>
2009-09-21Add quick.tests suiteNicolai Hähnle1-0/+6
Trade number of visuals and state combinations tested for running time. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
2009-09-21Add readPixSanity to sanity.tests and document test suites moreNicolai Hähnle1-4/+30
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
2007-03-25texline: Write screenshot using libpngNicolai Haehnle1-1/+1
2007-03-24Initial commitNicolai Hähnle1-0/+146