summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-04-08 15:26:46 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-04-10 18:18:29 +0300
commit79c1ec27939d8bd30118f88c79e9abff2ed93960 (patch)
tree1a88cde54fe515a01bc8e155a62cc0cd5f1a293b /README.md
parenta636371c0aac1c9119900634d4a56f53e923b9b7 (diff)
debugger: Remove shader debugger
Compilation support was dropped in January 2019, since then it's just a dead code in the repo and no one seems to be missing it. Anyway, it can always be reintroduced from the chasms of git history. Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Cc: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/README.md b/README.md
index 2d583095..9be840c8 100644
--- a/README.md
+++ b/README.md
@@ -107,16 +107,6 @@ people debugging the driver.
These tools generally must be run as root, except for the ones that just
decode dumps.
-**debugger/**
-
-This tool is to be used to do shader debugging. It acts like a
-debug server accepting connections from debug clients such as
-mesa. The connections is made with unix domain sockets, and at some
-point it would be nice if this directory contained a library for
-initiating connections with debug clients..
-
-The debugger must be run as root: "sudo debugger/eudb"
-
**docs/**
Contains the automatically generated igt-gpu-tools libraries