diff options
author | José Fonseca <[email protected]> | 2013-06-21 11:12:31 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2013-06-21 14:30:20 +0100 |
commit | 2d7e837716f3b91c694acbc6a986a0b27fe19f2d (patch) | |
tree | f4d6d1aa4d01c096b5a7b46af9a466d50dfc266d /src/gallium/tools/trace/TODO.txt | |
parent | c14f516e589a16dead466dcfcd4bcb078e5b69dd (diff) |
tools/trace: Quick instructions/notes.
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/tools/trace/TODO.txt')
-rw-r--r-- | src/gallium/tools/trace/TODO.txt | 9 |
1 files changed, 9 insertions, 0 deletions
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. |