mesa/progs/gallium/python/retrace
Roland Scheidegger 685340a53e Merge branch 'gallium-vertexelementcso'
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-09 15:59:40 +01:00
..
format.py progs/gallium/python: New home for python statetracker scripts. 2010-02-14 11:16:41 +00:00
interpreter.py Merge branch 'gallium-vertexelementcso' 2010-03-09 15:59:40 +01:00
model.py progs/gallium/python: New home for python statetracker scripts. 2010-02-14 11:16:41 +00:00
parse.py progs/gallium/python: New home for python statetracker scripts. 2010-02-14 11:16:41 +00:00
parser.py progs/gallium/python: New home for python statetracker scripts. 2010-02-14 11:16:41 +00:00
README progs/gallium/python: New home for python statetracker scripts. 2010-02-14 11:16:41 +00:00

This is an application written in python to replay the traces captured by the
 trace pipe driver. 


To use it follow the instructions in src/gallium/drivers/trace/README and
src/gallium/state_trackers/python/README, and then do

  python src/gallium/state_trackers/python/samples/retrace/interpreter.py filename.trace


This is still work in progress:
- not everything is captured/replayed
  - surface/textures contents
- any tiny error will result in a crash

--
Jose Fonseca <jrfonseca@tungstengraphics.com>