summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/tests/base.py
Commit message (Expand)AuthorAgeFilesLines
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-141-344/+0
* Move pf_is_depth_stencil() to u_format auxiliary module.Michal Krol2009-12-031-1/+1
* python/tests: Add is_depth_stencil_format utility function.José Fonseca2009-06-151-0/+8
* python/test: Dump classification tree to text file too.José Fonseca2009-03-311-0/+2
* python/test: Set executable permission bit.José Fonseca2009-03-311-0/+0
* python/test: Limit tree depth.José Fonseca2009-03-311-1/+1
* python/test: Infer type (continuous/discrete) from object type.José Fonseca2009-03-311-15/+27
* python/test: Flush stdout to keep in sync with debug info on stderr.José Fonseca2009-03-311-5/+10
* python/test: Dump a classification tree of the results when finished testing.José Fonseca2009-03-311-16/+81
* python/test: Move the test description logic to the base class.José Fonseca2009-03-301-2/+42
* python/test: Move the image comparison logic to the base test class.José Fonseca2009-03-301-1/+20
* python/tests: Extend the texture tests to cover cube maps.José Fonseca2008-07-161-2/+6
* python: Test all miplevels.José Fonseca2008-07-161-15/+72
* python: Expand the texture test suit to cover one YUV and one DXT format.José Fonseca2008-07-161-1/+5
* python: Cleanup.José Fonseca2008-07-151-16/+15
* python: Request/respect the texture & buffer usage flags in the examples.José Fonseca2008-07-151-1/+34
* python: Basic test case for 2d texture.José Fonseca2008-07-141-0/+96