~ubuntu-branches/ubuntu/precise/mesa/precise-updates

« back to all changes in this revision

Viewing changes to doxygen/core_subset.doxy

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2011-08-04 16:25:08 UTC
  • mfrom: (1.2.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20110804162508-kujg82moxerjg1kk
Tags: 7.11-0ubuntu1
* Fake merge from Debian experimental, updating previous changelog entries.
  New upstream release fixes infrequent X crash (LP: #800778).
  Remaining Ubuntu changes:
 - debian/control
    + Drop lesstif-dev from Build-Depends; it's in Universe.
    + Comment out GLw libs since it depends on lesstif-dev.
    + Drop i686 swx11 libgl package.
    + Add libdrm-dev to mesa-common-dev Depends.
    + Drop libwayland-dev from Build-Depends; it's in Universe.
    + Update Breaks for Ubuntu versions
    + Enable llvm on armel as well as i386 and amd64
  - debian/rules
    + Use --disable-glw for swx11 targets too.
    + Don't enable motif for swx11 targets.
    + Use lzma compression for binary debs to save CD space.
    + Drop unloved mach64 driver.
    + Use --enable-shared-dricore to claw back CD space.
    + Enable llvmpipe software rasteriser.
    + Enable llvm on armel as well as i386 and amd64
  - debian/patches
    + 100_no_abi_tag.patch
    + 101_ubuntu_hidden_glname.patch
    + 103_savage-expose_fbmodes_with_nonzero_alpha.patch
  - rules, libgl1-mesa-{glx,dev,swx11,swx11-dev}.install.in,
    libgl1-mesa-{glx,swx11}.{postinst,prerm}.in, libgl1-mesa-dev.links.in:
    Install libGL.so* in /usr/lib/mesa to allow things to work with
    alternatives.
  - debian/not-installed:
    + Drop i686 files; we don't build 686-optimised packages in the first
      place.
  - debian/gbp.conf
    + Point at Ubuntu branch to make git-buildpackage less narky.
  - 113_fix_tls.diff: Fix crashes in unrelated code due to TLS usage.
  - debian/patches/111_export_searchdirs_in_dripc.diff:
    + Add drisearchdirs variable to dri.pc so the Xserver can pick up the
      alternate DRI driver dirs.
  - debian/patches/115_llvm_dynamic_linking.diff
    + Dynamically link DRI drivers to libllvm.  Saves ~6MiB per DRI driver.
  - debian/patches/116_use_shared_galliumcore.diff:
  - debian/libgl1-mesa-dri.install.in:
    + Link gallium DRI drivers against shared gallium routines to save CD
      space.
* debian/rules:
* debian/libgl1-mesa-dri-experimental.install.{i386,amd64}.in
  - Explicitly install i915g only when it has been built, matching what is
    done with r300g.
* debian/rules:
* debian/control:
* debian/libegl1-mesa{,-dev}.install.in:
* debian/libegl1-mesa.symbols:
  - Enable the Wayland EGL backend.
* debian/rules:
* debian/libegl1-mesa.{postinst,prerm,install}.in:
* debian/libegl1-mesa-dev.{install,links}.in:
* debian/libgles{1,2}-mesa.install.in:
* debian/libgles{1,2}-mesa-dev.links.in:
* debian/libopenvg1-mesa{,-dev}.install.in:
* debian/libopenvg1-mesa-dev.links.in:
  - Use alternatives for libEGL to match the handling of libGL.
    libEGL (and associated GL|ES and OpenVG libraries) now live in
    /usr/lib/$MULTIARCH/mesa-egl.  (LP: #812639)
* debian/patches/118_fix_24bpp_software_rendering.diff:
  - Cherry pick upstream patch from master fixing graphical corruption when
    using a 24bpp framebuffer and software rendering. (LP: #810339)
* debian/rules:
* debian/clean:
  - Generate xmlpool pot file and clean up other po files for
    pkgbinarymangler's benefit (LP: #410264).
* debian/patches/119_r600g_gnome_shell_rendering_fix.diff:
  - Cherry pick upstream commit fixing rendering corruption in gnome-shell
    (and therefore likely Unity as well).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Doxyfile 0.1
2
 
 
3
 
#---------------------------------------------------------------------------
4
 
# General configuration options
5
 
#---------------------------------------------------------------------------
6
 
PROJECT_NAME           = "Mesa Main"
7
 
PROJECT_NUMBER         = 
8
 
OUTPUT_DIRECTORY       = 
9
 
OUTPUT_LANGUAGE        = English
10
 
EXTRACT_ALL            = NO
11
 
EXTRACT_PRIVATE        = NO
12
 
EXTRACT_STATIC         = YES
13
 
EXTRACT_LOCAL_CLASSES  = YES
14
 
HIDE_UNDOC_MEMBERS     = NO
15
 
HIDE_UNDOC_CLASSES     = NO
16
 
BRIEF_MEMBER_DESC      = YES
17
 
REPEAT_BRIEF           = YES
18
 
ALWAYS_DETAILED_SEC    = NO
19
 
INLINE_INHERITED_MEMB  = NO
20
 
FULL_PATH_NAMES        = NO
21
 
STRIP_FROM_PATH        = 
22
 
INTERNAL_DOCS          = YES
23
 
STRIP_CODE_COMMENTS    = YES
24
 
CASE_SENSE_NAMES       = YES
25
 
SHORT_NAMES            = NO
26
 
HIDE_SCOPE_NAMES       = NO
27
 
VERBATIM_HEADERS       = YES
28
 
SHOW_INCLUDE_FILES     = YES
29
 
JAVADOC_AUTOBRIEF      = NO
30
 
INHERIT_DOCS           = YES
31
 
INLINE_INFO            = YES
32
 
SORT_MEMBER_DOCS       = NO
33
 
DISTRIBUTE_GROUP_DOC   = NO
34
 
TAB_SIZE               = 8
35
 
GENERATE_TODOLIST      = YES
36
 
GENERATE_TESTLIST      = YES
37
 
GENERATE_BUGLIST       = YES
38
 
ALIASES                = 
39
 
ENABLED_SECTIONS       = subset
40
 
MAX_INITIALIZER_LINES  = 30
41
 
OPTIMIZE_OUTPUT_FOR_C  = NO
42
 
SHOW_USED_FILES        = YES
43
 
#---------------------------------------------------------------------------
44
 
# configuration options related to warning and progress messages
45
 
#---------------------------------------------------------------------------
46
 
QUIET                  = YES
47
 
WARNINGS               = YES
48
 
WARN_IF_UNDOCUMENTED   = NO
49
 
WARN_FORMAT            = 
50
 
WARN_LOGFILE           = 
51
 
#---------------------------------------------------------------------------
52
 
# configuration options related to the input files
53
 
#---------------------------------------------------------------------------
54
 
INPUT                  = ../src/mesa/main/
55
 
FILE_PATTERNS          = \
56
 
                        accum.h \
57
 
                        attrib.h \
58
 
                        blend.[ch] \
59
 
                        buffers.[ch] \
60
 
                        dd.h \
61
 
                        debug.h \
62
 
                        depth.h \
63
 
                        dlist.h \
64
 
                        context.[ch] \
65
 
                        config.h \
66
 
                        colormac.h \
67
 
                        colortab.h \
68
 
                        enable.h \
69
 
                        enums.h \
70
 
                        eval.h \
71
 
                        extensions.h \
72
 
                        feedback.[ch] \
73
 
                        fog.h \
74
 
                        get.h \
75
 
                        glheader.h \
76
 
                        glthread.h \
77
 
                        hash.[ch] \
78
 
                        hint.h \
79
 
                        histogram.h \
80
 
                        image.[ch] \
81
 
                        imports.[ch] \
82
 
                        lines.[ch] \
83
 
                        light.h \
84
 
                        matrix.[ch] \
85
 
                        macros.h \
86
 
                        mmath.h \
87
 
                        mtypes.h \
88
 
                        pixel.h \
89
 
                        points.[ch] \
90
 
                        polygon.[ch] \
91
 
                        rastpos.[ch] \
92
 
                        simple_list.h \
93
 
                        state.[ch] \
94
 
                        stencil.[ch] \
95
 
                        subset_*.c \
96
 
                        texformat.h \
97
 
                        teximage.h \
98
 
                        texstate.h \
99
 
                        texstore.h \
100
 
                        texobj.[ch] \
101
 
                        texutil_tmp.h \
102
 
                        varray.h
103
 
RECURSIVE              = NO
104
 
EXCLUDE                = 
105
 
EXCLUDE_PATTERNS       = 
106
 
EXAMPLE_PATH           = 
107
 
EXAMPLE_PATTERNS       = 
108
 
EXAMPLE_RECURSIVE      = NO
109
 
IMAGE_PATH             = 
110
 
INPUT_FILTER           = 
111
 
FILTER_SOURCE_FILES    = NO
112
 
#---------------------------------------------------------------------------
113
 
# configuration options related to source browsing
114
 
#---------------------------------------------------------------------------
115
 
SOURCE_BROWSER         = YES
116
 
INLINE_SOURCES         = NO
117
 
REFERENCED_BY_RELATION = YES
118
 
REFERENCES_RELATION    = YES
119
 
#---------------------------------------------------------------------------
120
 
# configuration options related to the alphabetical class index
121
 
#---------------------------------------------------------------------------
122
 
ALPHABETICAL_INDEX     = NO
123
 
COLS_IN_ALPHA_INDEX    = 5
124
 
IGNORE_PREFIX          = 
125
 
#---------------------------------------------------------------------------
126
 
# configuration options related to the HTML output
127
 
#---------------------------------------------------------------------------
128
 
GENERATE_HTML          = YES
129
 
HTML_OUTPUT            = core_subset
130
 
HTML_HEADER            = header_subset.html
131
 
HTML_FOOTER            = 
132
 
HTML_STYLESHEET        = 
133
 
HTML_ALIGN_MEMBERS     = YES
134
 
GENERATE_HTMLHELP      = NO
135
 
GENERATE_CHI           = NO
136
 
BINARY_TOC             = NO
137
 
TOC_EXPAND             = NO
138
 
DISABLE_INDEX          = NO
139
 
ENUM_VALUES_PER_LINE   = 4
140
 
GENERATE_TREEVIEW      = NO
141
 
TREEVIEW_WIDTH         = 250
142
 
#---------------------------------------------------------------------------
143
 
# configuration options related to the LaTeX output
144
 
#---------------------------------------------------------------------------
145
 
GENERATE_LATEX         = NO
146
 
LATEX_OUTPUT           = 
147
 
COMPACT_LATEX          = NO
148
 
PAPER_TYPE             = a4wide
149
 
EXTRA_PACKAGES         = 
150
 
LATEX_HEADER           = 
151
 
PDF_HYPERLINKS         = NO
152
 
USE_PDFLATEX           = NO
153
 
LATEX_BATCHMODE        = NO
154
 
#---------------------------------------------------------------------------
155
 
# configuration options related to the RTF output
156
 
#---------------------------------------------------------------------------
157
 
GENERATE_RTF           = NO
158
 
RTF_OUTPUT             = 
159
 
COMPACT_RTF            = NO
160
 
RTF_HYPERLINKS         = NO
161
 
RTF_STYLESHEET_FILE    = 
162
 
RTF_EXTENSIONS_FILE    = 
163
 
#---------------------------------------------------------------------------
164
 
# configuration options related to the man page output
165
 
#---------------------------------------------------------------------------
166
 
GENERATE_MAN           = NO
167
 
MAN_OUTPUT             = 
168
 
MAN_EXTENSION          = 
169
 
MAN_LINKS              = NO
170
 
#---------------------------------------------------------------------------
171
 
# configuration options related to the XML output
172
 
#---------------------------------------------------------------------------
173
 
GENERATE_XML           = NO
174
 
#---------------------------------------------------------------------------
175
 
# configuration options for the AutoGen Definitions output
176
 
#---------------------------------------------------------------------------
177
 
GENERATE_AUTOGEN_DEF   = NO
178
 
#---------------------------------------------------------------------------
179
 
# Configuration options related to the preprocessor   
180
 
#---------------------------------------------------------------------------
181
 
ENABLE_PREPROCESSING   = YES
182
 
MACRO_EXPANSION        = NO
183
 
EXPAND_ONLY_PREDEF     = NO
184
 
SEARCH_INCLUDES        = YES
185
 
INCLUDE_PATH           = ../include/
186
 
INCLUDE_FILE_PATTERNS  = 
187
 
PREDEFINED             = 
188
 
EXPAND_AS_DEFINED      = 
189
 
SKIP_FUNCTION_MACROS   = YES
190
 
#---------------------------------------------------------------------------
191
 
# Configuration::addtions related to external references   
192
 
#---------------------------------------------------------------------------
193
 
TAGFILES                = \
194
 
                         math_subset.tag=../math_subset \
195
 
                         miniglx.tag=../miniglx
196
 
GENERATE_TAGFILE       = core_subset.tag
197
 
ALLEXTERNALS           = NO
198
 
PERL_PATH              = 
199
 
#---------------------------------------------------------------------------
200
 
# Configuration options related to the dot tool   
201
 
#---------------------------------------------------------------------------
202
 
CLASS_DIAGRAMS         = NO
203
 
HAVE_DOT               = NO
204
 
CLASS_GRAPH            = YES
205
 
COLLABORATION_GRAPH    = YES
206
 
TEMPLATE_RELATIONS     = YES
207
 
HIDE_UNDOC_RELATIONS   = YES
208
 
INCLUDE_GRAPH          = YES
209
 
INCLUDED_BY_GRAPH      = YES
210
 
GRAPHICAL_HIERARCHY    = YES
211
 
DOT_PATH               = 
212
 
DOTFILE_DIRS           = 
213
 
MAX_DOT_GRAPH_WIDTH    = 1024
214
 
MAX_DOT_GRAPH_HEIGHT   = 1024
215
 
GENERATE_LEGEND        = YES
216
 
DOT_CLEANUP            = YES
217
 
#---------------------------------------------------------------------------
218
 
# Configuration::addtions related to the search engine   
219
 
#---------------------------------------------------------------------------
220
 
SEARCHENGINE           = NO
221
 
CGI_NAME               = 
222
 
CGI_URL                = 
223
 
DOC_URL                = 
224
 
DOC_ABSPATH            = 
225
 
BIN_ABSPATH            = 
226
 
EXT_DOC_PATHS          =