Merge remote branch 'origin/mesa_7_6_branch'
[mesa.git] / src / mesa / main / sources
1 # List of source files in this directory used for X.org xserver build
2 MESA_MAIN_SOURCES = \
3 accum.c \
4 api_arrayelt.c \
5 api_exec.c \
6 api_loopback.c \
7 api_noop.c \
8 api_validate.c \
9 arrayobj.c \
10 attrib.c \
11 blend.c \
12 bufferobj.c \
13 buffers.c \
14 clear.c \
15 clip.c \
16 colortab.c \
17 context.c \
18 convolve.c \
19 debug.c \
20 depth.c \
21 depthstencil.c \
22 dlist.c \
23 dlopen.c \
24 drawpix.c \
25 enable.c \
26 enums.c \
27 eval.c \
28 execmem.c \
29 extensions.c \
30 fbobject.c \
31 feedback.c \
32 fog.c \
33 framebuffer.c \
34 get.c \
35 getstring.c \
36 hash.c \
37 hint.c \
38 histogram.c \
39 image.c \
40 imports.c \
41 light.c \
42 lines.c \
43 matrix.c \
44 mipmap.c \
45 mm.c \
46 multisample.c \
47 occlude.c \
48 pixel.c \
49 pixelstore.c \
50 points.c \
51 polygon.c \
52 readpix.c \
53 rastpos.c \
54 rbadaptors.c \
55 renderbuffer.c \
56 scissor.c \
57 state.c \
58 stencil.c \
59 texcompress.c \
60 texcompress_fxt1.c \
61 texcompress_s3tc.c \
62 texenv.c \
63 texenvprogram.c \
64 texformat.c \
65 texgen.c \
66 texgetimage.c \
67 teximage.c \
68 texobj.c \
69 texparam.c \
70 texrender.c \
71 texstate.c \
72 texstore.c \
73 varray.c \
74 $(VSNPRINTF_SOURCES) \
75 vtxfmt.c
76
77 MESA_VSNPRINTF_SOURCES = \
78 vsnprintf.c
79
80 MESA_MAIN_HEADERS = \
81 accum.h \
82 api_arrayelt.h \
83 api_exec.h \
84 api_loopback.h \
85 api_noop.h \
86 api_validate.h \
87 arrayobj.h \
88 attrib.h \
89 bitset.h \
90 blend.h \
91 bufferobj.h \
92 buffers.h \
93 clear.h \
94 clip.h \
95 colormac.h \
96 colortab.h \
97 config.h \
98 context.h \
99 convolve.h \
100 dd.h \
101 debug.h \
102 depth.h \
103 depthstencil.h \
104 dlist.h \
105 dlopen.h \
106 drawpix.h \
107 enable.h \
108 enums.h \
109 eval.h \
110 extensions.h \
111 fbobject.h \
112 feedback.h \
113 fog.h \
114 framebuffer.h \
115 get.h \
116 glheader.h \
117 hash.h \
118 hint.h \
119 histogram.h \
120 image.h \
121 imports.h \
122 light.h \
123 lines.h \
124 macros.h \
125 matrix.h \
126 mipmap.h \
127 mm.h \
128 mtypes.h \
129 multisample.h \
130 occlude.h \
131 pixel.h \
132 pixelstore.h \
133 points.h \
134 polygon.h \
135 rastpos.h \
136 rbadaptors.h \
137 readpix.h \
138 renderbuffer.h \
139 simple_list.h \
140 scissor.h \
141 state.h \
142 stencil.h \
143 texcompress.h \
144 texenv.h \
145 texenvprogram.h \
146 texformat.h \
147 texformat_tmp.h \
148 texgen.h \
149 teximage.h \
150 texobj.h \
151 texparam.h \
152 texrender.h \
153 texstate.h \
154 texstore.h \
155 varray.h \
156 version.h \
157 vtxfmt.h \
158 vtxfmt_tmp.h