summaryrefslogtreecommitdiff
path: root/doxygen/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-05-30doxygen: Plumb through gallium/ to automated documentationRhys Kidd1-1/+2
Add Gallium and the Gallium-based drivers to doxygen's automated code documentation infrastructure. Can be individually created with: cd $MESA_TOP_LEVEL/ make -C doxygen/ gallium.tag Benefits from the existing doxygen Makefile runners to clean up afterwards with 'make clean'. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2016-04-13doxygen: Generate Doxygen for NIRElie TOURNIER1-1/+2
Now, one can do the following to generate and read the nir Doxygen: cd $MESA_TOP/doxygen make firefox nir/index.html Update v2: Correct TAGFILES in nir.doxy Signed-off-by: Elie TOURNIER <tournier.elie@gmail.com> Reviewed-by: Rhys Kidd <rhyskidd@gmail.com> [Emil Velikov] v3: Rebase. Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2016-04-13doxygen: Remove src/mesa/shader/ referencesRhys Kidd1-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>
2015-07-11doxygen: Remove doxygen_sqlite3.db with 'make clean'Rhys Kidd1-0/+1
Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
2013-10-07doxygen: Generate Doxygen for i965Chad Versace1-1/+2
Now, one can do the following to generate and read the i965 Doxygen: cd $MESA_TOP/doxygen make firefox i965/index.html Reviewed-by: Frank Henigman <fjhenigman@google.com> Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-01-13doxygen: Add doxygen file and build infrastructure for gbmRob Bradford1-1/+2
2011-01-19doxygen: Add glsl to the Makefile and .gitignore.Kenneth Graunke1-0/+1
2010-02-25Remove remaining miniglx referencesKristian Høgsberg1-2/+1
2008-05-07Never fail `make clean'Dan Nicholson1-2/+2
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
2008-02-28Convert crlf->lf line endings.José Fonseca1-33/+33
Windows/DOS users should enable core.autocrlf from now on: git config --global core.autocrlf true
2007-02-16Update doxygen doc to reflet vbo changes.Jerome Glisse1-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 :).
2004-09-10added glapi and shader modules, misc updatesBrian Paul1-0/+2
2004-05-16Replaced 'core' with 'main'.Brian Paul1-3/+4
Other minor updates.
2003-09-17Seperate the Doxygen configuration files (for full Mesa only) in a common ↵Jose Fonseca1-38/+22
part and an individual module part. Rewrite the Makefile in order to avoid the double pass when the tag files already exist. A double pass can still be achieved by doing 'make clean all'.
2003-09-17Merge the Doxygen configuration files from the embedded branch.Jose Fonseca1-0/+46