mesa/doxygen
Erik Faye-Lund a2140e29c5 docs: update gallium doxygen docs
Gallium's background as a Tungstend Graphics technology is no longer
significant; it's a historical detail. Besides, since Tungsten Graphics
were acquired by VMware more than a decade ago, the website no longer
exists.

While we're at it, replace the docs link with a link to the mesa docs,
and point to archive.org copy of the Tungsten Graphics paper.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2770
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10452>
2021-05-04 08:38:45 +00:00
..
.gitignore
Makefile
README
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
math.doxy
math_subset.doxy
nir.doxy
radeon_subset.doxy
swrast.doxy
swrast_setup.doxy
tnl.doxy
tnl_dd.doxy
vbo.doxy

README

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.