summaryrefslogtreecommitdiff
path: root/src/gallium/tests
AgeCommit message (Collapse)Author
2010-05-30python/retrace: Interpret resource_copy_region.José Fonseca
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
Conflicts: src/mesa/state_tracker/st_gen_mipmap.c src/mesa/state_tracker/st_texture.c
2010-05-21gallium: remnants of old ccw stateKeith 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-05-02retrace: Add sampler_view_destroyJosé Fonseca
2010-05-14graw: add quad-tex graw test for basic texturingKeith Whitwell
2010-05-14graw: combine graw_init and graw_create_window functionsKeith Whitwell
Different environments seem to want to create these in different orders. Abstract over this by combining the calls.
2010-05-14graw: move towards glut-like interface, add tri.cKeith Whitwell
2010-05-11tests/graw: raw -> grawJosé Fonseca
for consistency
2010-05-06raw/clear: Make it portable.José Fonseca
2010-05-06graw-null: New target to ensure we always have a graw implementation available.José Fonseca
2010-05-05tests/raw: Get it building with scons.José Fonseca
2010-04-21gallium/tests: Add test case for u_cache.Vinson Lee
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-18gallium/tests: Make trivial apps depend on libsJakob Bornecrantz
2010-04-17gallium/tests: Fix trivial examplesJakob Bornecrantz
2010-04-14gallium/tests: Add test case for pipe_barrier.Vinson Lee
2010-04-14progs/gallium: Fix relative path in Makefile.Vinson Lee
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