summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-08-25 11:30:11 +0100
committerThomas Wood <thomas.wood@intel.com>2015-09-08 16:14:45 +0100
commitaf9791849467a3437e0920c8f08c5a646302da7d (patch)
tree3f9780d54a2f52bf76823b76257713f4bbc607aa /README
parent2142a15d49f85175677ff360833869afe9c79b58 (diff)
tools: remove quick_dump
Remove quick_dump as it has been replaced by the intel_reg tool and move the register definition files to tools/registers. Signed-off-by: Thomas Wood <thomas.wood@intel.com> Acked-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 0 insertions, 13 deletions
diff --git a/README b/README
index ac9f8ad5..62356554 100644
--- a/README
+++ b/README
@@ -102,17 +102,6 @@ tools/
These tools generally must be run as root, safe for the ones that just
decode dumps.
-tools/quick_dump
- Quick dumper is a python tool built with SWIG bindings to
- important libraries exported by the rest of the tool suite. The tool
- itself is quite straight forward, and should also be a useful example
- for others wishing to write python based i915 tools.
-
- Note to package maintainers: It is not recommended to package
- this directory, as the tool is not yet designed for wide usage. If the
- package is installed via "make install" the users will have to set
- their python library path appropriately. Use --disable-dumper
-
debugger/
This tool is to be used to do shader debugging. It acts like a
debug server accepting connections from debug clients such as
@@ -148,9 +137,7 @@ everything (package names may vary):
libcairo2-dev
libdrm-dev
libpciaccess-dev
- libpython3.3-dev
libunwind-dev
python-docutils
- swig2.0
x11proto-dri2-dev
xutils-dev