main.doxy \\r
math.doxy \\r
array_cache.doxy \\r
+ glapi.doxy \\r
+ shader.doxy \\r
swrast.doxy \\r
swrast_setup.doxy \\r
tnl.doxy \\r
# Configuration::addtions related to external references
#---------------------------------------------------------------------------
TAGFILES = main.tag=../core \
- tnl.tag=../tnl \
- swrast_setup.tag=../swrast_setup \
- swrast.tag=../swrast \
math.tag=../math \
+ shader.tag=../shader \
+ swrast.tag=../swrast \
+ swrast_setup.tag=../swrast_setup \
+ tnl.tag=../tnl \
tnl_dd.tag=../tnl_dd
GENERATE_TAGFILE = array_cache.tag
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 6.1
+PROJECT_NUMBER = 6.2
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
-PROJECT_NAME = "Mesa Core"
+PROJECT_NAME = "Mesa Main"
PROJECT_NUMBER =
OUTPUT_DIRECTORY =
OUTPUT_LANGUAGE = English
doxygen swrast_setup.doxy\r
doxygen tnl.doxy\r
doxygen core.doxy\r
+doxygen glapi.doxy\r
+doxygen shader.doxy\r
+\r
echo Building again, to resolve tags\r
doxygen tnl_dd.doxy\r
doxygen array_cache.doxy\r
doxygen math.doxy\r
doxygen swrast.doxy\r
doxygen swrast_setup.doxy\r
-doxygen tnl.doxy
\ No newline at end of file
+doxygen tnl.doxy\r
+doxygen glapi.doxy\r
+doxygen shader.doxy\r
--- /dev/null
+# Doxyfile 0.1
+
+@INCLUDE = common.doxy
+
+#---------------------------------------------------------------------------
+# General configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME = "Mesa GL API dispatcher"
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = ../src/mesa/glapi/
+FILE_PATTERNS = *.c *.h
+RECURSIVE = NO
+EXCLUDE =
+EXCLUDE_PATTERNS =
+EXAMPLE_PATH =
+EXAMPLE_PATTERNS =
+EXAMPLE_RECURSIVE = NO
+IMAGE_PATH =
+INPUT_FILTER =
+FILTER_SOURCE_FILES = NO
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+HTML_OUTPUT = glapi
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = NO
+EXPAND_ONLY_PREDEF = NO
+SEARCH_INCLUDES = YES
+INCLUDE_PATH = ../include/
+INCLUDE_FILE_PATTERNS =
+PREDEFINED =
+EXPAND_AS_DEFINED =
+SKIP_FUNCTION_MACROS = YES
+#---------------------------------------------------------------------------
+# Configuration::addtions related to external references
+#---------------------------------------------------------------------------
+TAGFILES = main.tag=../core \
+ math.tag=../math \
+ tnl_dd.tag=../tnl_dd \
+ swrast.tag=../swrast \
+ swrast_setup.tag=../swrast_setup \
+ tnl.tag=../tnl \
+ array_cache.tag=array_cache
+GENERATE_TAGFILE = swrast.tag
<link href="doxygen.css" rel="stylesheet" type="text/css">\r
</head>\r
<body><center>\r
-<a href="../main/index.html">core</a> \r
+<a href="../main/index.html">main</a> \r
+<a href="../glapi/index.html">glapi</a> \r
<a href="../array_cache/index.html">array_cache</a> \r
<a href="../math/index.html">math</a> \r
+<a href="../shader/index.html">shader</a> \r
<a href="../swrast/index.html">swrast</a> \r
<a href="../swrast_setup/index.html">swrast_setup</a> \r
<a href="../tnl/index.html">tnl</a> \r
#---------------------------------------------------------------------------
# General configuration options
#---------------------------------------------------------------------------
-PROJECT_NAME = "Mesa Core / Main files"
+PROJECT_NAME = "Mesa Main"
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
#---------------------------------------------------------------------------
TAGFILES = tnl_dd.tag=../tnl_dd \
array_cache.tag=../array_cache \
+ glapi.tag=../glapi \
math.tag=../math \
+ shader.tag=../shader \
swrast.tag=../swrast \
swrast_setup.tag=../swrast_setup \
tnl.tag=../tnl
--- /dev/null
+# Doxyfile 0.1
+
+@INCLUDE = common.doxy
+
+#---------------------------------------------------------------------------
+# General configuration options
+#---------------------------------------------------------------------------
+PROJECT_NAME = "Mesa Vertex and Fragment Program code"
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+INPUT = ../src/mesa/shader/
+FILE_PATTERNS = *.c *.h
+RECURSIVE = NO
+EXCLUDE =
+EXCLUDE_PATTERNS =
+EXAMPLE_PATH =
+EXAMPLE_PATTERNS =
+EXAMPLE_RECURSIVE = NO
+IMAGE_PATH =
+INPUT_FILTER =
+FILTER_SOURCE_FILES = NO
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+HTML_OUTPUT = shader
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor
+#---------------------------------------------------------------------------
+ENABLE_PREPROCESSING = YES
+MACRO_EXPANSION = NO
+EXPAND_ONLY_PREDEF = NO
+SEARCH_INCLUDES = YES
+INCLUDE_PATH = ../include/
+INCLUDE_FILE_PATTERNS =
+PREDEFINED =
+EXPAND_AS_DEFINED =
+SKIP_FUNCTION_MACROS = YES
+#---------------------------------------------------------------------------
+# Configuration::addtions related to external references
+#---------------------------------------------------------------------------
+TAGFILES = main.tag=../core \
+ math.tag=../math \
+ tnl_dd.tag=../tnl_dd \
+ swrast.tag=../swrast \
+ swrast_setup.tag=../swrast_setup \
+ tnl.tag=../tnl \
+ array_cache.tag=array_cache
+GENERATE_TAGFILE = swrast.tag
TAGFILES = tnl_dd.tag=../tnl \
main.tag=../core \
math.tag=../math \
+ shader.tag=../shader \
swrast.tag=../swrast \
swrast_setup.tag=swrast_setup \
array_cache.tag=array_cache
#---------------------------------------------------------------------------
TAGFILES = main.tag=../core \
math.tag=../math \
+ shader.tag=../shader \
swrast.tag=../swrast \
swrast_setup.tag=../swrast_setup \
tnl.tag=../tnl \