summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-07-29 22:14:20 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-07-29 22:14:20 +0200
commitfc1bf04e032af1c53785886189e8bec82ee3c942 (patch)
treee33c9fd2b03fd854c6cad072496d8fe5e96c0c3b /tools
parenta6c2fcc5df4f121e85b69420dd70912c6dc74ca7 (diff)
fb_rawshader: fix compile warnings
Diffstat (limited to 'tools')
-rw-r--r--tools/etnaviv_gdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/etnaviv_gdb.py b/tools/etnaviv_gdb.py
index 1ac5730..5dc48d6 100644
--- a/tools/etnaviv_gdb.py
+++ b/tools/etnaviv_gdb.py
@@ -30,10 +30,10 @@ from etnaviv.rnn_domain_visitor import DomainVisitor
# Ideas:
# - print changes in current GPU state highlighted
-
# - can we hook etna_flush and display the current command buffer contents?
# set breakpoint that invokes python code? is that possible?
# (see gdb.Breakpoint)
+# - dump current command buffers
RegStride = namedtuple('RegStride', ['stride', 'length'])
RegInfo = namedtuple('RegInfo', ['reg', 'offset', 'strides'])