diff options
author | Rhys Kidd <rhyskidd@gmail.com> | 2016-04-09 16:43:18 -0400 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-04-13 13:43:54 +0100 |
commit | cf3bc91c063e71f7458d2e5645a8da87d2b0eaf4 (patch) | |
tree | 467988cc251fc5a21c662bf6d88ba8969513847a /doxygen/header.html | |
parent | 04f15e491f8ecd0bce59e2de5e501ed3fd157c62 (diff) |
doxygen: Remove src/mesa/shader/ references
Mesa has not had a src/mesa/shader/ folder since Mesa 7.9 removed it
in October 2010, as part of a revised GLSL compiler written by Intel.
Remove doxygen/shader.doxy and consequential changes made throughout.
In addition to removing an unnecessary Doxygen doxyfile, this change also
avoids a bug in the consolidated Doxygen output caused by
doxygen/shader.doxy inadvertently overwriting doxygen/swrast.tag via its
GENERATE_TAGFILE setting.
This bug depended upon the specific order each *.tag was built.
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'doxygen/header.html')
-rw-r--r-- | doxygen/header.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doxygen/header.html b/doxygen/header.html index abd736fbff..034231cbdf 100644 --- a/doxygen/header.html +++ b/doxygen/header.html @@ -10,7 +10,6 @@ <a class="qindex" href="../glsl/index.html">glsl</a> | <a class="qindex" href="../vbo/index.html">vbo</a> | <a class="qindex" href="../math/index.html">math</a> | -<a class="qindex" href="../shader/index.html">shader</a> | <a class="qindex" href="../swrast/index.html">swrast</a> | <a class="qindex" href="../swrast_setup/index.html">swrast_setup</a> | <a class="qindex" href="../tnl/index.html">tnl</a> | |