summaryrefslogtreecommitdiffstats
path: root/progs/gallium/python
Commit message (Collapse)AuthorAgeFilesLines
* python/tests: Run trhough tests randomly.José Fonseca2010-03-312-55/+52
|
* python/tests: Rename test name.José Fonseca2010-03-311-0/+0
| | | | We only test blitting from a surface -- we don't test any sampler state.
* python/tests: Test all existing gallium formats.José Fonseca2010-03-312-86/+57
|
* python/tests: Speed up the tests by reusing the same pipe context.José Fonseca2010-03-312-4/+6
|
* python/tests: Get the tests running again.José Fonseca2010-03-315-32/+97
|
* progs/gallium/python: Get tri.py sample working again.José Fonseca2010-03-291-10/+10
|
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/cso_cache/cso_context.c src/gallium/auxiliary/util/u_blit.c src/gallium/auxiliary/util/u_gen_mipmap.c src/gallium/drivers/i915/i915_context.h src/gallium/drivers/i965/brw_draw_upload.c src/gallium/drivers/r300/r300_blit.c src/gallium/drivers/r300/r300_context.h src/gallium/drivers/r300/r300_render.c src/gallium/drivers/r300/r300_state_derived.c src/mesa/state_tracker/st_cb_bitmap.c src/mesa/state_tracker/st_cb_clear.c
| * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
| | | | | | | | | | This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead.
* | progs/gallium/python: Rename pipe formats.José Fonseca2010-03-0210-45/+45
| |
* | python/retrace: Dump all vertices for verbosity level 3.José Fonseca2010-02-221-1/+1
|/
* python/retrace: Reconstruct blend state from binary blobs.José Fonseca2010-02-151-0/+3
|
* python/retrace: Interpret pipe_screen::context_create().José Fonseca2010-02-141-0/+4
|
* progs/gallium/python: New home for python statetracker scripts.José Fonseca2010-02-1477-0/+5040