mesa/progs/gallium/python/retrace
Roland Scheidegger 464a72dd41 gallium: remove redundant nr_components field from pipe_vertex_element
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-17 16:44:38 +01:00
..
format.py progs/gallium/python: New home for python statetracker scripts. 2010-02-14 11:16:41 +00:00
interpreter.py gallium: remove redundant nr_components field from pipe_vertex_element 2010-02-17 16:44:38 +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>