summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/python
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell2010-10-172-24/+26
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/drivers/llvmpipe/lp_setup_coef.c src/gallium/drivers/llvmpipe/lp_setup_coef.h src/gallium/drivers/llvmpipe/lp_setup_coef_intrin.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_setup_tri.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.h
| * retrace: Handle clear_render_target and clear_depth_stencil.José Fonseca2010-10-061-0/+9
| |
| * python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca2010-09-291-20/+13
| |
| * python/tests: Fixed tri.py for API and TGSI syntax changes.Tilman Sauerbeck2010-09-201-4/+4
| | | | | | | | Signed-off-by: Tilman Sauerbeck <[email protected]>
* | graw: add frag-face shaderKeith Whitwell2010-09-181-0/+14
|/
* Add a test for the KIL opcodeAlex Corscadden2010-09-111-0/+18
| | | | | This is a simple test for the KIL opcode. It should render a 6 sided figure with a colored interior.
* gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri2010-08-201-1/+1
| | | | | | | Searched for them with: git grep -E '[!=]=.*PIPE_TEXTURE_2D|PIPE_TEXTURE_2D.*[!=]=|case.*PIPE_TEXTURE_2D' Behavior hasn't been changed.
* graw: add two examples using new register filesZack Rusin2010-06-182-0/+24
|
* graw: fix setup for multiple constant buffersZack Rusin2010-06-151-2/+2
|
* regress: remove interpolation and semantic info from vs inputsKeith Whitwell2010-06-0730-56/+56
|
* python/retrace: Interpret resource_copy_region.José Fonseca2010-05-301-10/+6
|
* 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.
* retrace: Add sampler_view_destroyJosé Fonseca2010-05-021-0/+7
|
* 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
|
* retrace: Update for recent interface changes.José Fonseca2010-04-141-23/+24
|
* progs/gallium: Move into src/gallium/testsJosé Fonseca2010-04-1377-0/+5120
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