Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python/tests: Run trhough tests randomly. | José Fonseca | 2010-03-31 | 2 | -55/+52 |
| | |||||
* | python/tests: Rename test name. | José Fonseca | 2010-03-31 | 1 | -0/+0 |
| | | | | We only test blitting from a surface -- we don't test any sampler state. | ||||
* | python/tests: Test all existing gallium formats. | José Fonseca | 2010-03-31 | 2 | -86/+57 |
| | |||||
* | python/tests: Speed up the tests by reusing the same pipe context. | José Fonseca | 2010-03-31 | 2 | -4/+6 |
| | |||||
* | python/tests: Get the tests running again. | José Fonseca | 2010-03-31 | 5 | -32/+97 |
| | |||||
* | progs/gallium/python: Get tri.py sample working again. | José Fonseca | 2010-03-29 | 1 | -10/+10 |
| | |||||
* | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 1 | -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_element | Roland Scheidegger | 2010-02-17 | 1 | -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é Fonseca | 2010-03-02 | 10 | -45/+45 |
| | | |||||
* | | python/retrace: Dump all vertices for verbosity level 3. | José Fonseca | 2010-02-22 | 1 | -1/+1 |
|/ | |||||
* | python/retrace: Reconstruct blend state from binary blobs. | José Fonseca | 2010-02-15 | 1 | -0/+3 |
| | |||||
* | python/retrace: Interpret pipe_screen::context_create(). | José Fonseca | 2010-02-14 | 1 | -0/+4 |
| | |||||
* | progs/gallium/python: New home for python statetracker scripts. | José Fonseca | 2010-02-14 | 77 | -0/+5040 |