Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Side by Side Diff: third_party/mesa/mesa.gyp

Issue 1740001: Windows bots build and use OSMesa... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'variables': {
7 },
8 'targets': [
9 {
10 'target_name': 'mesa',
11 'type': 'static_library',
12 'include_dirs': [
13 'MesaLib/include',
14 'MesaLib/src/mesa',
15 ],
16 'defines': [
17 'BUILD_GL32',
18 ],
19 'sources': [
20 'MesaLib/src/mesa/main/accum.c',
21 'MesaLib/src/mesa/main/api_arrayelt.c',
22 'MesaLib/src/mesa/main/api_exec.c',
23 'MesaLib/src/mesa/main/api_loopback.c',
24 'MesaLib/src/mesa/main/api_noop.c',
25 'MesaLib/src/mesa/main/api_validate.c',
26 'MesaLib/src/mesa/shader/arbprogparse.c',
27 'MesaLib/src/mesa/shader/arbprogram.c',
28 'MesaLib/src/mesa/main/arrayobj.c',
29 'MesaLib/src/mesa/shader/atifragshader.c',
30 'MesaLib/src/mesa/main/attrib.c',
31 'MesaLib/src/mesa/main/blend.c',
32 'MesaLib/src/mesa/main/bufferobj.c',
33 'MesaLib/src/mesa/main/buffers.c',
34 'MesaLib/src/mesa/main/clear.c',
35 'MesaLib/src/mesa/main/clip.c',
36 'MesaLib/src/mesa/main/colortab.c',
37 'MesaLib/src/mesa/main/context.c',
38 'MesaLib/src/mesa/main/convolve.c',
39 'MesaLib/src/mesa/main/cpuinfo.c',
40 'MesaLib/src/mesa/main/debug.c',
41 'MesaLib/src/mesa/main/depth.c',
42 'MesaLib/src/mesa/main/depthstencil.c',
43 'MesaLib/src/mesa/main/dispatch.c',
44 'MesaLib/src/mesa/main/dlist.c',
45 'MesaLib/src/mesa/main/dlopen.c',
46 'MesaLib/src/mesa/main/drawpix.c',
47 'MesaLib/src/mesa/main/enable.c',
48 'MesaLib/src/mesa/main/enums.c',
49 'MesaLib/src/mesa/main/eval.c',
50 'MesaLib/src/mesa/main/execmem.c',
51 'MesaLib/src/mesa/main/extensions.c',
52 'MesaLib/src/mesa/main/fbobject.c',
53 'MesaLib/src/mesa/main/feedback.c',
54 'MesaLib/src/mesa/main/ffvertex_prog.c',
55 'MesaLib/src/mesa/main/fog.c',
56 'MesaLib/src/mesa/main/formats.c',
57 'MesaLib/src/mesa/main/framebuffer.c',
58 'MesaLib/src/mesa/main/get.c',
59 'MesaLib/src/mesa/main/getstring.c',
60 'MesaLib/src/mesa/glapi/glapi.c',
61 'MesaLib/src/mesa/glapi/glapi_getproc.c',
62 'MesaLib/src/mesa/glapi/glthread.c',
63 'MesaLib/src/mesa/shader/grammar/grammar_mesa.c',
64 'MesaLib/src/mesa/main/hash.c',
65 'MesaLib/src/mesa/shader/hash_table.c',
66 'MesaLib/src/mesa/main/hint.c',
67 'MesaLib/src/mesa/main/histogram.c',
68 'MesaLib/src/mesa/main/image.c',
69 'MesaLib/src/mesa/main/imports.c',
70 'MesaLib/src/mesa/shader/lex.yy.c',
71 'MesaLib/src/mesa/main/light.c',
72 'MesaLib/src/mesa/main/lines.c',
73 'MesaLib/src/mesa/math/m_debug_clip.c',
74 'MesaLib/src/mesa/math/m_debug_norm.c',
75 'MesaLib/src/mesa/math/m_debug_xform.c',
76 'MesaLib/src/mesa/math/m_eval.c',
77 'MesaLib/src/mesa/math/m_matrix.c',
78 'MesaLib/src/mesa/math/m_translate.c',
79 'MesaLib/src/mesa/math/m_vector.c',
80 'MesaLib/src/mesa/math/m_xform.c',
81 'MesaLib/src/mesa/main/matrix.c',
82 'MesaLib/src/mesa/main/mipmap.c',
83 'MesaLib/src/mesa/main/mm.c',
84 'MesaLib/src/mesa/main/multisample.c',
85 'MesaLib/src/mesa/shader/nvfragparse.c',
86 'MesaLib/src/mesa/shader/nvprogram.c',
87 'MesaLib/src/mesa/shader/nvvertparse.c',
88 'MesaLib/src/mesa/main/pixel.c',
89 'MesaLib/src/mesa/main/pixelstore.c',
90 'MesaLib/src/mesa/main/points.c',
91 'MesaLib/src/mesa/main/polygon.c',
92 'MesaLib/src/mesa/shader/prog_cache.c',
93 'MesaLib/src/mesa/shader/prog_execute.c',
94 'MesaLib/src/mesa/shader/prog_instruction.c',
95 'MesaLib/src/mesa/shader/prog_noise.c',
96 'MesaLib/src/mesa/shader/prog_optimize.c',
97 'MesaLib/src/mesa/shader/prog_parameter.c',
98 'MesaLib/src/mesa/shader/prog_parameter_layout.c',
99 'MesaLib/src/mesa/shader/prog_print.c',
100 'MesaLib/src/mesa/shader/prog_statevars.c',
101 'MesaLib/src/mesa/shader/prog_uniform.c',
102 'MesaLib/src/mesa/shader/program.c',
103 'MesaLib/src/mesa/shader/program_parse.tab.c',
104 'MesaLib/src/mesa/shader/program_parse_extra.c',
105 'MesaLib/src/mesa/shader/programopt.c',
106 'MesaLib/src/mesa/main/queryobj.c',
107 'MesaLib/src/mesa/main/rastpos.c',
108 'MesaLib/src/mesa/main/rbadaptors.c',
109 'MesaLib/src/mesa/main/readpix.c',
110 'MesaLib/src/mesa/main/remap.c',
111 'MesaLib/src/mesa/main/renderbuffer.c',
112 'MesaLib/src/mesa/swrast/s_aaline.c',
113 'MesaLib/src/mesa/swrast/s_aatriangle.c',
114 'MesaLib/src/mesa/swrast/s_accum.c',
115 'MesaLib/src/mesa/swrast/s_alpha.c',
116 'MesaLib/src/mesa/swrast/s_atifragshader.c',
117 'MesaLib/src/mesa/swrast/s_bitmap.c',
118 'MesaLib/src/mesa/swrast/s_blend.c',
119 'MesaLib/src/mesa/swrast/s_blit.c',
120 'MesaLib/src/mesa/swrast/s_clear.c',
121 'MesaLib/src/mesa/swrast/s_context.c',
122 'MesaLib/src/mesa/swrast/s_copypix.c',
123 'MesaLib/src/mesa/swrast/s_depth.c',
124 'MesaLib/src/mesa/swrast/s_drawpix.c',
125 'MesaLib/src/mesa/swrast/s_feedback.c',
126 'MesaLib/src/mesa/swrast/s_fog.c',
127 'MesaLib/src/mesa/swrast/s_fragprog.c',
128 'MesaLib/src/mesa/swrast/s_lines.c',
129 'MesaLib/src/mesa/swrast/s_logic.c',
130 'MesaLib/src/mesa/swrast/s_masking.c',
131 'MesaLib/src/mesa/swrast/s_points.c',
132 'MesaLib/src/mesa/swrast/s_readpix.c',
133 'MesaLib/src/mesa/swrast/s_span.c',
134 'MesaLib/src/mesa/swrast/s_stencil.c',
135 'MesaLib/src/mesa/swrast/s_texcombine.c',
136 'MesaLib/src/mesa/swrast/s_texfilter.c',
137 'MesaLib/src/mesa/swrast/s_triangle.c',
138 'MesaLib/src/mesa/swrast/s_zoom.c',
139 'MesaLib/src/mesa/main/scissor.c',
140 'MesaLib/src/mesa/shader/shader_api.c',
141 'MesaLib/src/mesa/main/shaders.c',
142 'MesaLib/src/mesa/main/shared.c',
143 'MesaLib/src/mesa/shader/slang/slang_builtin.c',
144 'MesaLib/src/mesa/shader/slang/slang_codegen.c',
145 'MesaLib/src/mesa/shader/slang/slang_compile.c',
146 'MesaLib/src/mesa/shader/slang/slang_compile_function.c',
147 'MesaLib/src/mesa/shader/slang/slang_compile_operation.c',
148 'MesaLib/src/mesa/shader/slang/slang_compile_struct.c',
149 'MesaLib/src/mesa/shader/slang/slang_compile_variable.c',
150 'MesaLib/src/mesa/shader/slang/slang_emit.c',
151 'MesaLib/src/mesa/shader/slang/slang_ir.c',
152 'MesaLib/src/mesa/shader/slang/slang_label.c',
153 'MesaLib/src/mesa/shader/slang/slang_link.c',
154 'MesaLib/src/mesa/shader/slang/slang_log.c',
155 'MesaLib/src/mesa/shader/slang/slang_mem.c',
156 'MesaLib/src/mesa/shader/slang/slang_preprocess.c',
157 'MesaLib/src/mesa/shader/slang/slang_print.c',
158 'MesaLib/src/mesa/shader/slang/slang_simplify.c',
159 'MesaLib/src/mesa/shader/slang/slang_storage.c',
160 'MesaLib/src/mesa/shader/slang/slang_typeinfo.c',
161 'MesaLib/src/mesa/shader/slang/slang_utility.c',
162 'MesaLib/src/mesa/shader/slang/slang_vartable.c',
163 'MesaLib/src/mesa/swrast_setup/ss_context.c',
164 'MesaLib/src/mesa/swrast_setup/ss_triangle.c',
165 'MesaLib/src/mesa/main/state.c',
166 'MesaLib/src/mesa/main/stencil.c',
167 'MesaLib/src/mesa/shader/symbol_table.c',
168 'MesaLib/src/mesa/main/syncobj.c',
169 'MesaLib/src/mesa/tnl/t_context.c',
170 'MesaLib/src/mesa/tnl/t_draw.c',
171 'MesaLib/src/mesa/tnl/t_pipeline.c',
172 'MesaLib/src/mesa/tnl/t_rasterpos.c',
173 'MesaLib/src/mesa/tnl/t_vb_cull.c',
174 'MesaLib/src/mesa/tnl/t_vb_fog.c',
175 'MesaLib/src/mesa/tnl/t_vb_light.c',
176 'MesaLib/src/mesa/tnl/t_vb_normals.c',
177 'MesaLib/src/mesa/tnl/t_vb_points.c',
178 'MesaLib/src/mesa/tnl/t_vb_program.c',
179 'MesaLib/src/mesa/tnl/t_vb_render.c',
180 'MesaLib/src/mesa/tnl/t_vb_texgen.c',
181 'MesaLib/src/mesa/tnl/t_vb_texmat.c',
182 'MesaLib/src/mesa/tnl/t_vb_vertex.c',
183 'MesaLib/src/mesa/tnl/t_vertex.c',
184 'MesaLib/src/mesa/tnl/t_vertex_generic.c',
185 'MesaLib/src/mesa/tnl/t_vp_build.c',
186 'MesaLib/src/mesa/main/texcompress.c',
187 'MesaLib/src/mesa/main/texcompress_fxt1.c',
188 'MesaLib/src/mesa/main/texcompress_s3tc.c',
189 'MesaLib/src/mesa/main/texenv.c',
190 'MesaLib/src/mesa/main/texenvprogram.c',
191 'MesaLib/src/mesa/main/texfetch.c',
192 'MesaLib/src/mesa/main/texformat.c',
193 'MesaLib/src/mesa/main/texgen.c',
194 'MesaLib/src/mesa/main/texgetimage.c',
195 'MesaLib/src/mesa/main/teximage.c',
196 'MesaLib/src/mesa/main/texobj.c',
197 'MesaLib/src/mesa/main/texparam.c',
198 'MesaLib/src/mesa/main/texrender.c',
199 'MesaLib/src/mesa/main/texstate.c',
200 'MesaLib/src/mesa/main/texstore.c',
201 'MesaLib/src/mesa/main/varray.c',
202 'MesaLib/src/mesa/vbo/vbo_context.c',
203 'MesaLib/src/mesa/vbo/vbo_exec.c',
204 'MesaLib/src/mesa/vbo/vbo_exec_api.c',
205 'MesaLib/src/mesa/vbo/vbo_exec_array.c',
206 'MesaLib/src/mesa/vbo/vbo_exec_draw.c',
207 'MesaLib/src/mesa/vbo/vbo_exec_eval.c',
208 'MesaLib/src/mesa/vbo/vbo_rebase.c',
209 'MesaLib/src/mesa/vbo/vbo_save.c',
210 'MesaLib/src/mesa/vbo/vbo_save_api.c',
211 'MesaLib/src/mesa/vbo/vbo_save_draw.c',
212 'MesaLib/src/mesa/vbo/vbo_save_loopback.c',
213 'MesaLib/src/mesa/vbo/vbo_split.c',
214 'MesaLib/src/mesa/vbo/vbo_split_copy.c',
215 'MesaLib/src/mesa/vbo/vbo_split_inplace.c',
216 'MesaLib/src/mesa/main/viewport.c',
217 'MesaLib/src/mesa/main/vtxfmt.c',
218 'MesaLib/src/mesa/main/accum.h',
219 'MesaLib/src/mesa/main/api_arrayelt.h',
220 'MesaLib/src/mesa/main/api_eval.h',
221 'MesaLib/src/mesa/main/api_exec.h',
222 'MesaLib/src/mesa/main/api_loopback.h',
223 'MesaLib/src/mesa/main/api_noop.h',
224 'MesaLib/src/mesa/main/api_validate.h',
225 'MesaLib/src/mesa/shader/arbprogparse.h',
226 'MesaLib/src/mesa/shader/arbprogram.h',
227 'MesaLib/src/mesa/shader/arbprogram_syn.h',
228 'MesaLib/src/mesa/main/arrayobj.h',
229 'MesaLib/src/mesa/shader/atifragshader.h',
230 'MesaLib/src/mesa/main/attrib.h',
231 'MesaLib/src/mesa/main/bitset.h',
232 'MesaLib/src/mesa/main/blend.h',
233 'MesaLib/src/mesa/main/bufferobj.h',
234 'MesaLib/src/mesa/main/buffers.h',
235 'MesaLib/src/mesa/main/clear.h',
236 'MesaLib/src/mesa/main/clip.h',
237 'MesaLib/src/mesa/main/colormac.h',
238 'MesaLib/src/mesa/main/colortab.h',
239 'MesaLib/src/mesa/main/config.h',
240 'MesaLib/src/mesa/main/context.h',
241 'MesaLib/src/mesa/main/convolve.h',
242 'MesaLib/src/mesa/main/cpuinfo.h',
243 'MesaLib/src/mesa/main/dd.h',
244 'MesaLib/src/mesa/main/debug.h',
245 'MesaLib/src/mesa/main/depth.h',
246 'MesaLib/src/mesa/main/depthstencil.h',
247 'MesaLib/src/mesa/main/dlist.h',
248 'MesaLib/src/mesa/main/dlopen.h',
249 'MesaLib/src/mesa/main/drawpix.h',
250 'MesaLib/src/mesa/main/enable.h',
251 'MesaLib/src/mesa/main/enums.h',
252 'MesaLib/src/mesa/main/eval.h',
253 'MesaLib/src/mesa/main/extensions.h',
254 'MesaLib/src/mesa/main/fbobject.h',
255 'MesaLib/src/mesa/main/feedback.h',
256 'MesaLib/src/mesa/main/ffvertex_prog.h',
257 'MesaLib/src/mesa/main/fog.h',
258 'MesaLib/src/mesa/main/framebuffer.h',
259 'MesaLib/src/mesa/main/get.h',
260 'MesaLib/src/mesa/glapi/glapi.h',
261 'MesaLib/src/mesa/glapi/glapioffsets.h',
262 'MesaLib/src/mesa/glapi/glapitable.h',
263 'MesaLib/src/mesa/glapi/glapitemp.h',
264 'MesaLib/src/mesa/main/glheader.h',
265 'MesaLib/src/mesa/glapi/glprocs.h',
266 'MesaLib/src/mesa/glapi/glthread.h',
267 'MesaLib/src/mesa/shader/grammar/grammar.h',
268 'MesaLib/src/mesa/shader/grammar/grammar_crt.h',
269 'MesaLib/src/mesa/shader/grammar/grammar_mesa.h',
270 'MesaLib/src/mesa/shader/grammar/grammar_syn.h',
271 'MesaLib/src/mesa/main/hash.h',
272 'MesaLib/src/mesa/shader/hash_table.h',
273 'MesaLib/src/mesa/main/hint.h',
274 'MesaLib/src/mesa/main/histogram.h',
275 'MesaLib/src/mesa/main/image.h',
276 'MesaLib/src/mesa/main/imports.h',
277 'MesaLib/src/mesa/main/light.h',
278 'MesaLib/src/mesa/main/lines.h',
279 'MesaLib/src/mesa/math/m_clip_tmp.h',
280 'MesaLib/src/mesa/math/m_copy_tmp.h',
281 'MesaLib/src/mesa/math/m_debug.h',
282 'MesaLib/src/mesa/math/m_debug_util.h',
283 'MesaLib/src/mesa/math/m_dotprod_tmp.h',
284 'MesaLib/src/mesa/math/m_eval.h',
285 'MesaLib/src/mesa/math/m_matrix.h',
286 'MesaLib/src/mesa/math/m_norm_tmp.h',
287 'MesaLib/src/mesa/math/m_trans_tmp.h',
288 'MesaLib/src/mesa/math/m_translate.h',
289 'MesaLib/src/mesa/math/m_vector.h',
290 'MesaLib/src/mesa/math/m_xform.h',
291 'MesaLib/src/mesa/math/m_xform_tmp.h',
292 'MesaLib/src/mesa/main/macros.h',
293 'MesaLib/src/mesa/math/mathmod.h',
294 'MesaLib/src/mesa/main/matrix.h',
295 'MesaLib/src/mesa/main/mcompiler.h',
296 'MesaLib/src/mesa/main/mfeatures.h',
297 'MesaLib/src/mesa/main/mipmap.h',
298 'MesaLib/src/mesa/main/mm.h',
299 'MesaLib/src/mesa/main/mtypes.h',
300 'MesaLib/src/mesa/main/multisample.h',
301 'MesaLib/src/mesa/shader/nvfragparse.h',
302 'MesaLib/src/mesa/shader/nvprogram.h',
303 'MesaLib/src/mesa/shader/nvvertparse.h',
304 'MesaLib/src/mesa/main/pixel.h',
305 'MesaLib/src/mesa/main/pixelstore.h',
306 'MesaLib/src/mesa/main/points.h',
307 'MesaLib/src/mesa/main/polygon.h',
308 'MesaLib/src/mesa/shader/prog_execute.h',
309 'MesaLib/src/mesa/shader/prog_instruction.h',
310 'MesaLib/src/mesa/shader/prog_noise.h',
311 'MesaLib/src/mesa/shader/prog_optimize.h',
312 'MesaLib/src/mesa/shader/prog_parameter.h',
313 'MesaLib/src/mesa/shader/prog_parameter_layout.h',
314 'MesaLib/src/mesa/shader/prog_print.h',
315 'MesaLib/src/mesa/shader/prog_statevars.h',
316 'MesaLib/src/mesa/shader/prog_uniform.h',
317 'MesaLib/src/mesa/shader/program.h',
318 'MesaLib/src/mesa/shader/program_parse.tab.h',
319 'MesaLib/src/mesa/shader/programopt.h',
320 'MesaLib/src/mesa/main/queryobj.h',
321 'MesaLib/src/mesa/main/rastpos.h',
322 'MesaLib/src/mesa/main/rbadaptors.h',
323 'MesaLib/src/mesa/main/readpix.h',
324 'MesaLib/src/mesa/main/remap.h',
325 'MesaLib/src/mesa/main/renderbuffer.h',
326 'MesaLib/src/mesa/swrast/s_aaline.h',
327 'MesaLib/src/mesa/swrast/s_aalinetemp.h',
328 'MesaLib/src/mesa/swrast/s_aatriangle.h',
329 'MesaLib/src/mesa/swrast/s_aatritemp.h',
330 'MesaLib/src/mesa/swrast/s_accum.h',
331 'MesaLib/src/mesa/swrast/s_alpha.h',
332 'MesaLib/src/mesa/swrast/s_atifragshader.h',
333 'MesaLib/src/mesa/swrast/s_blend.h',
334 'MesaLib/src/mesa/swrast/s_context.h',
335 'MesaLib/src/mesa/swrast/s_depth.h',
336 'MesaLib/src/mesa/swrast/s_drawpix.h',
337 'MesaLib/src/mesa/swrast/s_feedback.h',
338 'MesaLib/src/mesa/swrast/s_fog.h',
339 'MesaLib/src/mesa/swrast/s_fragprog.h',
340 'MesaLib/src/mesa/swrast/s_lines.h',
341 'MesaLib/src/mesa/swrast/s_linetemp.h',
342 'MesaLib/src/mesa/swrast/s_logic.h',
343 'MesaLib/src/mesa/swrast/s_masking.h',
344 'MesaLib/src/mesa/swrast/s_points.h',
345 'MesaLib/src/mesa/swrast/s_pointtemp.h',
346 'MesaLib/src/mesa/swrast/s_span.h',
347 'MesaLib/src/mesa/swrast/s_spantemp.h',
348 'MesaLib/src/mesa/swrast/s_stencil.h',
349 'MesaLib/src/mesa/swrast/s_texcombine.h',
350 'MesaLib/src/mesa/swrast/s_texfilter.h',
351 'MesaLib/src/mesa/swrast/s_triangle.h',
352 'MesaLib/src/mesa/swrast/s_trispan.h',
353 'MesaLib/src/mesa/swrast/s_tritemp.h',
354 'MesaLib/src/mesa/swrast/s_zoom.h',
355 'MesaLib/src/mesa/main/scissor.h',
356 'MesaLib/src/mesa/shader/shader_api.h',
357 'MesaLib/src/mesa/main/shaders.h',
358 'MesaLib/src/mesa/main/shared.h',
359 'MesaLib/src/mesa/main/simple_list.h',
360 'MesaLib/src/mesa/shader/slang/slang_builtin.h',
361 'MesaLib/src/mesa/shader/slang/slang_codegen.h',
362 'MesaLib/src/mesa/shader/slang/slang_compile.h',
363 'MesaLib/src/mesa/shader/slang/slang_compile_function.h',
364 'MesaLib/src/mesa/shader/slang/slang_compile_operation.h',
365 'MesaLib/src/mesa/shader/slang/slang_compile_struct.h',
366 'MesaLib/src/mesa/shader/slang/slang_compile_variable.h',
367 'MesaLib/src/mesa/shader/slang/slang_emit.h',
368 'MesaLib/src/mesa/shader/slang/slang_ir.h',
369 'MesaLib/src/mesa/shader/slang/slang_label.h',
370 'MesaLib/src/mesa/shader/slang/slang_link.h',
371 'MesaLib/src/mesa/shader/slang/slang_log.h',
372 'MesaLib/src/mesa/shader/slang/slang_mem.h',
373 'MesaLib/src/mesa/shader/slang/slang_preprocess.h',
374 'MesaLib/src/mesa/shader/slang/slang_print.h',
375 'MesaLib/src/mesa/shader/slang/slang_simplify.h',
376 'MesaLib/src/mesa/shader/slang/slang_storage.h',
377 'MesaLib/src/mesa/shader/slang/slang_typeinfo.h',
378 'MesaLib/src/mesa/shader/slang/slang_utility.h',
379 'MesaLib/src/mesa/shader/slang/slang_vartable.h',
380 'MesaLib/src/mesa/swrast_setup/ss_context.h',
381 'MesaLib/src/mesa/swrast_setup/ss_triangle.h',
382 'MesaLib/src/mesa/swrast_setup/ss_tritmp.h',
383 'MesaLib/src/mesa/swrast_setup/ss_vb.h',
384 'MesaLib/src/mesa/main/state.h',
385 'MesaLib/src/mesa/main/stencil.h',
386 'MesaLib/src/mesa/swrast/swrast.h',
387 'MesaLib/src/mesa/swrast_setup/swrast_setup.h',
388 'MesaLib/src/mesa/shader/symbol_table.h',
389 'MesaLib/src/mesa/main/syncobj.h',
390 'MesaLib/src/mesa/tnl/t_context.h',
391 'MesaLib/src/mesa/tnl/t_pipeline.h',
392 'MesaLib/src/mesa/tnl/t_vb_cliptmp.h',
393 'MesaLib/src/mesa/tnl/t_vb_lighttmp.h',
394 'MesaLib/src/mesa/tnl/t_vb_rendertmp.h',
395 'MesaLib/src/mesa/tnl/t_vertex.h',
396 'MesaLib/src/mesa/tnl/t_vp_build.h',
397 'MesaLib/src/mesa/main/texcompress.h',
398 'MesaLib/src/mesa/main/texenv.h',
399 'MesaLib/src/mesa/main/texenvprogram.h',
400 'MesaLib/src/mesa/main/texfetch.h',
401 'MesaLib/src/mesa/main/texformat.h',
402 'MesaLib/src/mesa/main/texfetch_tmp.h',
403 'MesaLib/src/mesa/main/texgen.h',
404 'MesaLib/src/mesa/main/texgetimage.h',
405 'MesaLib/src/mesa/main/teximage.h',
406 'MesaLib/src/mesa/main/texobj.h',
407 'MesaLib/src/mesa/main/texparam.h',
408 'MesaLib/src/mesa/main/texrender.h',
409 'MesaLib/src/mesa/main/texstate.h',
410 'MesaLib/src/mesa/main/texstore.h',
411 'MesaLib/src/mesa/tnl/tnl.h',
412 'MesaLib/src/mesa/main/varray.h',
413 'MesaLib/src/mesa/vbo/vbo.h',
414 'MesaLib/src/mesa/vbo/vbo_attrib.h',
415 'MesaLib/src/mesa/vbo/vbo_attrib_tmp.h',
416 'MesaLib/src/mesa/vbo/vbo_context.h',
417 'MesaLib/src/mesa/vbo/vbo_exec.h',
418 'MesaLib/src/mesa/vbo/vbo_save.h',
419 'MesaLib/src/mesa/vbo/vbo_split.h',
420 'MesaLib/src/mesa/main/version.h',
421 'MesaLib/src/mesa/main/viewport.h',
422 'MesaLib/src/mesa/main/vtxfmt.h',
423 'MesaLib/src/mesa/main/vtxfmt_tmp.h',
424 ],
425 },
426 # Building this target will hide the native OpenGL shared library and
427 # replace it with a slow software renderer.
428 {
429 'target_name': 'osmesa',
430 'type': 'shared_library',
431 'dependencies': [
432 'mesa',
433 ],
434 'include_dirs': [
435 'MesaLib/include',
436 'MesaLib/src/mesa',
437 'MesaLib/src/mesa/drivers',
438 ],
439 'defines': [
440 'BUILD_GL32',
441 ],
442 'sources': [
443 'MesaLib/src/mesa/drivers/common/driverfuncs.c',
444 'MesaLib/src/mesa/drivers/common/driverfuncs.h',
445 'MesaLib/src/mesa/drivers/common/meta.c',
446 'MesaLib/src/mesa/drivers/common/meta.h',
447 'MesaLib/src/mesa/drivers/osmesa/osmesa.c',
448 ],
449 },
450 ],
451 }
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698