mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
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> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| common.doxy | ||
| core_subset.doxy | ||
| doxy.bat | ||
| gallium.doc | ||
| gallium.doxy | ||
| gbm.doxy | ||
| glapi.doxy | ||
| glsl.doxy | ||
| header.html | ||
| header_subset.html | ||
| i965.doxy | ||
| main.doxy | ||
| Makefile | ||
| math.doxy | ||
| math_subset.doxy | ||
| radeon_subset.doxy | ||
| README | ||
| swrast.doxy | ||
| swrast_setup.doxy | ||
| tnl.doxy | ||
| tnl_dd.doxy | ||
| vbo.doxy | ||
This directory is for doxygen (a source code documentation system). See http://www.doxygen.org/ for more info. Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen and generate souce code documentation. Then, load either doxygen/main/index.html or doxygen/core_subset/index.html into your web browser.