summaryrefslogtreecommitdiff
path: root/src/gallium/tests/python/tests
AgeCommit message (Collapse)Author
2010-09-18graw: add frag-face shaderKeith Whitwell
2010-09-11Add a test for the KIL opcodeAlex Corscadden
This is a simple test for the KIL opcode. It should render a 6 sided figure with a colored interior.
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
Searched for them with: git grep -E '[!=]=.*PIPE_TEXTURE_2D|PIPE_TEXTURE_2D.*[!=]=|case.*PIPE_TEXTURE_2D' Behavior hasn't been changed.
2010-06-18graw: add two examples using new register filesZack Rusin
2010-06-15graw: fix setup for multiple constant buffersZack Rusin
2010-06-07regress: remove interpolation and semantic info from vs inputsKeith Whitwell
2010-05-17st/python: adapt to interface changesRoland Scheidegger
compile tested only. Should probably change the python surface_copy/fill functions also into resource_copy/fill_region functions and adapt the code using them.
2010-04-13progs/gallium: Move into src/gallium/testsJosé Fonseca
Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src