From 2d7e837716f3b91c694acbc6a986a0b27fe19f2d Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 21 Jun 2013 11:12:31 +0100 Subject: tools/trace: Quick instructions/notes. Reviewed-by: Brian Paul --- src/gallium/tools/trace/TODO.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/gallium/tools/trace/TODO.txt (limited to 'src/gallium/tools/trace/TODO.txt') diff --git a/src/gallium/tools/trace/TODO.txt b/src/gallium/tools/trace/TODO.txt new file mode 100644 index 00000000000..8bb8cfdc047 --- /dev/null +++ b/src/gallium/tools/trace/TODO.txt @@ -0,0 +1,9 @@ +* track more state + + * constant buffers + +* organize state better (e.g., group stuff according to the place in the + pipeline) + +* write an utility that generated a simple graw C code that matches a + state dump. -- cgit v1.2.3