Michal Krol
e8b5d170ab
python/regress: Add more vertex shader tests.
pirms 16 gadiem
Michal Krol
3f3db46911
python/regress: Initial commit for vertex shader regression tests.
pirms 16 gadiem
José Fonseca
10b987ae7f
python/test: New test for surface copies.
pirms 16 gadiem
José Fonseca
89ecefb887
python/test: Ignore test output files.
pirms 16 gadiem
José Fonseca
e2cdc99788
python/test: Cleanup.
pirms 16 gadiem
José Fonseca
f784906eb9
python/test: Dump classification tree to text file too.
pirms 16 gadiem
José Fonseca
fee78c0c1f
python/test: Set executable permission bit.
pirms 16 gadiem
José Fonseca
4d9dd3ecef
python/test: New test for rendering into textures.
pirms 16 gadiem
José Fonseca
71384f29f1
python/test: Limit tree depth.
pirms 16 gadiem
José Fonseca
65554af5c3
python/test: Infer type (continuous/discrete) from object type.
pirms 16 gadiem
José Fonseca
bdfc411b44
python/test: Flush stdout to keep in sync with debug info on stderr.
pirms 16 gadiem
José Fonseca
10b808156b
python/test: Dump a classification tree of the results when finished testing.
pirms 16 gadiem
José Fonseca
6dd0a5f3d6
python/test: New test for texture transfers.
pirms 16 gadiem
José Fonseca
7d5d5a6cb7
python/test: More descriptive test name.
pirms 16 gadiem
José Fonseca
5e815cf26f
python/test: Move the test description logic to the base class.
pirms 16 gadiem
José Fonseca
a8251d041a
python/test: Move the image comparison logic to the base test class.
pirms 16 gadiem
José Fonseca
68342f9036
python: Hide away the surface usage flags.
Surfaces are now by definition GPU views. So CPU access flags don't make
any sense when creating a surface.
For now we are forcing surfaces to be GPU read/write, but that will go away
soon.
pirms 16 gadiem
José Fonseca
7138cd7009
python: Fix the texture test.
pirms 16 gadiem
José Fonseca
5381331f97
python: s/num_cbufs/nr_cbufs/
pirms 16 gadiem
José Fonseca
5853b6c2fe
python/tests: Check support for non-pot/non-square textures.
pirms 17 gadiem
José Fonseca
b1d6ff1afd
python/tests: Specify the right texture target when querying formats.
pirms 17 gadiem
José Fonseca
8aafc03b26
gallium: Finer grained is_format_supported.
pirms 17 gadiem
José Fonseca
3ca935d9ef
python/tests: Extend the texture tests to cover volumes.
pirms 17 gadiem
José Fonseca
e74f94b39a
python: Reimplement the generation of random texture samples in C.
pirms 17 gadiem
José Fonseca
d398e1360d
python: Reimplement tile comparison in C to speed up tests.
pirms 17 gadiem
José Fonseca
f610deed37
python/tests: Cover all last_level combinations.
pirms 17 gadiem
José Fonseca
7f32834df3
python/tests: Extend the texture tests to cover cube maps.
pirms 17 gadiem
José Fonseca
32fe752d31
python: Test all miplevels.
pirms 17 gadiem
José Fonseca
70b1ff9ff3
python: Expand the texture test suit to cover one YUV and one DXT format.
pirms 17 gadiem
José Fonseca
3392bcaaa8
python: Cleanup.
pirms 17 gadiem
José Fonseca
ee470020e1
python: Request/respect the texture & buffer usage flags in the examples.
pirms 17 gadiem
José Fonseca
1d03102b31
python: Allow hardware support.
pirms 17 gadiem
José Fonseca
64979d618a
python: Basic test case for 2d texture.
pirms 17 gadiem