From 79c1ec27939d8bd30118f88c79e9abff2ed93960 Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Mon, 8 Apr 2019 15:26:46 +0300 Subject: 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 Cc: Petri Latvala Signed-off-by: Arkadiusz Hiler Acked-by: Petri Latvala --- README.md | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3