summaryrefslogtreecommitdiff
path: root/src/gallium/tests/python
AgeCommit message (Collapse)Author
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-30python/retrace: Interpret resource_copy_region.José Fonseca
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-05-02retrace: Add sampler_view_destroyJosé Fonseca
2010-04-19retrace: Support index bias.José Fonseca
2010-04-18retrace: Fix vertex/index/constant buffer dumping.José Fonseca
2010-04-18retrace: Remove deprecated code.José Fonseca
2010-04-14retrace: Update for recent interface changes.José Fonseca
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