summaryrefslogtreecommitdiff
path: root/src/gallium/tests/python
AgeCommit message (Collapse)Author
2010-10-17Merge remote branch 'origin/master' into lp-setup-llvmKeith Whitwell
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
2010-10-06retrace: Handle clear_render_target and clear_depth_stencil.José Fonseca
2010-09-29python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca
2010-09-20python/tests: Fixed tri.py for API and TGSI syntax changes.Tilman Sauerbeck
Signed-off-by: Tilman Sauerbeck <tilman@code-monkey.de>
2010-09-18graw: add frag-face shaderKeith Whitwell
2010-09-11Add a test for the KIL opcodeAlex Corscadden
This is a simple test for the KIL opcode. It should render a 6 sided figure with a colored interior.
2010-08-20gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT tooLuca Barbieri
Searched for them with: git grep -E '[!=]=.*PIPE_TEXTURE_2D|PIPE_TEXTURE_2D.*[!=]=|case.*PIPE_TEXTURE_2D' Behavior hasn't been changed.
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