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 doxygen: Generate Doxygen for NIR 2016-04-13 13:44:33 +01:00
common.doxy doxygen: Remove deprecated settings in common.doxy 2016-04-13 13:44:26 +01:00
core_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
doxy.bat doxygen: Add missing modules to Windows runner 2016-05-23 12:07:47 +01:00
gallium.doc docs: update gallium doxygen docs 2021-05-04 08:38:45 +00:00
gallium.doxy Don't parse mesa's rtasm asm module. 2008-02-23 00:47:27 +09:00
gbm.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
glapi.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
glsl.doxy doxygen: update glsl link 2016-04-13 13:44:30 +01:00
header.html doxygen: Generate Doxygen for NIR 2016-04-13 13:44:33 +01:00
header_subset.html doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
i965.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
main.doxy doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
Makefile doxygen: Plumb through gallium/ to automated documentation 2016-05-30 17:53:45 +01:00
math.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
math_subset.doxy
nir.doxy doxygen: Generate Doxygen for NIR 2016-04-13 13:44:33 +01:00
radeon_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
README
swrast.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
swrast_setup.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
tnl.doxy doxygen: Fix typo in doxygen/tnl.doxy 2016-04-13 13:44:23 +01:00
tnl_dd.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
vbo.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00

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.