summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-214-16/+20
|\ | | | | | | | | | | Conflicts: src/mesa/state_tracker/st_gen_mipmap.c src/mesa/state_tracker/st_texture.c
| * st/python: adapt to interface changesRoland Scheidegger2010-05-174-16/+20
| | | | | | | | | | | | | | 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.
* | gallium: remnants of old ccw stateKeith Whitwell2010-05-213-6/+3
| |
* | graw: add quad-tex graw test for basic texturingKeith Whitwell2010-05-142-1/+406
| |
* | graw: combine graw_init and graw_create_window functionsKeith Whitwell2010-05-141-7/+10
| | | | | | | | | | Different environments seem to want to create these in different orders. Abstract over this by combining the calls.
* | graw: move towards glut-like interface, add tri.cKeith Whitwell2010-05-142-27/+45
| |
* | tests/graw: raw -> grawJosé Fonseca2010-05-112-0/+0
| | | | | | | | for consistency
* | raw/clear: Make it portable.José Fonseca2010-05-061-2/+3
| |
* | graw-null: New target to ensure we always have a graw implementation available.José Fonseca2010-05-061-2/+5
| |
* | tests/raw: Get it building with scons.José Fonseca2010-05-052-1/+4
|/
* retrace: Add sampler_view_destroyJosé Fonseca2010-05-021-0/+7
|
* 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