From bdfadec6fde603ac514bb424ee09979135bd04a4 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 18 Oct 2022 20:51:24 +0800 Subject: [PATCH] docs: Remove graw related words MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yonggang Luo Reviewed-by: Marek Olšák Part-of: --- docs/sourcetree.rst | 1 - src/gallium/tools/trace/TODO.txt | 3 --- 2 files changed, 4 deletions(-) diff --git a/docs/sourcetree.rst b/docs/sourcetree.rst index b8dbab4f610..da59b7d209e 100644 --- a/docs/sourcetree.rst +++ b/docs/sourcetree.rst @@ -165,7 +165,6 @@ each directory. - **d3dadapter9** - d3dadapter9.so for Wine - **dri** - libgallium_dri.so loaded by libGL.so - - **graw** - raw Gallium interface without a frontend - XXX more - **glx** - The GLX library code for building libGL.so using DRI diff --git a/src/gallium/tools/trace/TODO.txt b/src/gallium/tools/trace/TODO.txt index 8bb8cfdc047..21903c5a022 100644 --- a/src/gallium/tools/trace/TODO.txt +++ b/src/gallium/tools/trace/TODO.txt @@ -4,6 +4,3 @@ * 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.