Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | progs/gallium: Move into src/gallium/tests | José 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 | |||
2010-04-12 | progs/gallium/python: Try to fix most regressions. | José Fonseca | |
Not enough for retrace to work again though. | |||
2010-04-03 | python/tests: Output test results in a format that Hudson CI can understand. | José Fonseca | |
2010-04-01 | python/tests: We're using a rgba8 rendertarget so sample only in the [0, 1] ↵ | José Fonseca | |
range. | |||
2010-04-01 | python/tests: Several cleanups. | José Fonseca | |
2010-03-31 | python/tests: Read the number of tests to execute from command line. | José Fonseca | |
2010-03-31 | python/tests: Run trhough tests randomly. | José Fonseca | |
2010-03-31 | python/tests: Rename test name. | José Fonseca | |
We only test blitting from a surface -- we don't test any sampler state. | |||
2010-03-31 | python/tests: Test all existing gallium formats. | José Fonseca | |
2010-03-31 | python/tests: Speed up the tests by reusing the same pipe context. | José Fonseca | |
2010-03-31 | python/tests: Get the tests running again. | José Fonseca | |
2010-03-29 | progs/gallium/python: Get tri.py sample working again. | José Fonseca | |
2010-03-09 | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | |
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 | |||
2010-03-02 | progs/gallium/python: Rename pipe formats. | José Fonseca | |
2010-02-22 | python/retrace: Dump all vertices for verbosity level 3. | José Fonseca | |
2010-02-17 | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | |
This is a property of the associated src_format pipe format. Hence use util_format_get_nr_components to query this when necessary instead. | |||
2010-02-15 | python/retrace: Reconstruct blend state from binary blobs. | José Fonseca | |
2010-02-14 | python/retrace: Interpret pipe_screen::context_create(). | José Fonseca | |
2010-02-14 | progs/gallium/python: New home for python statetracker scripts. | José Fonseca | |