diff options
author | Rhys Kidd <[email protected]> | 2016-04-09 16:43:18 -0400 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-13 13:43:54 +0100 |
commit | cf3bc91c063e71f7458d2e5645a8da87d2b0eaf4 (patch) | |
tree | 467988cc251fc5a21c662bf6d88ba8969513847a /doxygen/tnl.doxy | |
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 <[email protected]>
Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'doxygen/tnl.doxy')
-rw-r--r-- | doxygen/tnl.doxy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doxygen/tnl.doxy b/doxygen/tnl.doxy index a4f76a29539..85ef56ce4b6 100644 --- a/doxygen/tnl.doxy +++ b/doxygen/tnl.doxy @@ -43,7 +43,6 @@ SKIP_FUNCTION_MACROS = YES TAGFILES = tnl_dd.tag=../tnl \ main.tag=../core \ math.tag=../math \ - shader.tag=../shader \ swrast.tag=../swrast \ swrast_setup.tag=swrast_setup \ vbo.tag=vbo |