summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
Commit message (Collapse)AuthorAgeFilesLines
* gallium/tests: Add test case for u_cache.Vinson Lee2010-04-213-2/+126
|
* retrace: Support index bias.José Fonseca2010-04-191-8/+8
|
* retrace: Fix vertex/index/constant buffer dumping.José Fonseca2010-04-181-3/+4
|
* retrace: Remove deprecated code.José Fonseca2010-04-181-10/+0
|
* gallium/tests: Make trivial apps depend on libsJakob Bornecrantz2010-04-181-1/+1
|
* gallium/tests: Fix trivial examplesJakob Bornecrantz2010-04-173-25/+29
|
* gallium/tests: Add test case for pipe_barrier.Vinson Lee2010-04-143-0/+88
|
* progs/gallium: Fix relative path in Makefile.Vinson Lee2010-04-142-2/+2
|
* retrace: Update for recent interface changes.José Fonseca2010-04-141-23/+24
|
* progs/gallium: Move into src/gallium/testsJosé Fonseca2010-04-1387-0/+6710
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