summaryrefslogtreecommitdiffstats
path: root/doxygen/main.doxy
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Remove src/mesa/shader/ referencesRhys Kidd2016-04-131-1/+0
| | | | | | | | | | | | | | | | | 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>
* mesa: switch to c11 mutex functionsBrian Paul2014-03-031-1/+1
| | | | Reviewed-by: José Fonseca <jfonseca@vmware.com>
* Finish _HAVE_FULL_GL removalMatt Turner2012-10-171-1/+1
| | | | Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* Update doxygen doc to reflet vbo changes.Jerome Glisse2007-02-161-1/+1
| | | | | | Update doxygen doc, array_cache no longuer exist, new shiny vbo modules is there. Tested on unix, but i think i didn't broke that bat :).
* added glapi and shader modules, misc updatesBrian Paul2004-09-101-1/+3
|
* Replaced 'core' with 'main'.Brian Paul2004-05-161-0/+48
Other minor updates.