Module: Mesa Branch: main Commit: bdfadec6fde603ac514bb424ee09979135bd04a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdfadec6fde603ac514bb424ee09979135bd04a4
Author: Yonggang Luo <[email protected]> Date: Tue Oct 18 20:51:24 2022 +0800 docs: Remove graw related words Signed-off-by: Yonggang Luo <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19138> --- 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.
