Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / doxygen / i965.doxy
1 # Doxyfile 0.1
2
3 @INCLUDE = common.doxy
4
5 #---------------------------------------------------------------------------
6 # General configuration options
7 #---------------------------------------------------------------------------
8 PROJECT_NAME = "Intel i965 Driver"
9 #---------------------------------------------------------------------------
10 # Configuration options related to the input files
11 #---------------------------------------------------------------------------
12 INPUT = ../src/mesa/drivers/dri/i965
13 FILE_PATTERNS = *.c *.cpp *.h
14 RECURSIVE = NO
15 EXCLUDE =
16 EXCLUDE_PATTERNS =
17 EXAMPLE_PATH =
18 EXAMPLE_PATTERNS =
19 EXAMPLE_RECURSIVE = NO
20 IMAGE_PATH =
21 INPUT_FILTER =
22 FILTER_SOURCE_FILES = NO
23 #---------------------------------------------------------------------------
24 # Configuration options related to the HTML output
25 #---------------------------------------------------------------------------
26 HTML_OUTPUT = i965
27 #---------------------------------------------------------------------------
28 # Configuration options related to the preprocessor
29 #---------------------------------------------------------------------------
30 ENABLE_PREPROCESSING = YES
31 MACRO_EXPANSION = NO
32 EXPAND_ONLY_PREDEF = NO
33 SEARCH_INCLUDES = YES
34 INCLUDE_PATH = ../include/
35 INCLUDE_FILE_PATTERNS =
36 PREDEFINED =
37 EXPAND_AS_DEFINED =
38 SKIP_FUNCTION_MACROS = YES
39 #---------------------------------------------------------------------------
40 # Configuration::additions related to external references
41 #---------------------------------------------------------------------------
42 TAGFILES = glsl.tag=../glsl \
43 main.tag=../main \
44 math.tag=../math \
45 swrast.tag=../swrast \
46 swrast_setup.tag=../swrast_setup \
47 tnl.tag=../tnl \
48 tnl_dd.tag=../tnl_dd \
49 vbo.tag=../vbo
50 GENERATE_TAGFILE = i965.tag