gallium/draw: initial code to properly support llvm in the draw module
[mesa.git] / windows / VC7 / mesa / mesa / mesa.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="mesa"
6 SccProjectName=""
7 SccLocalPath="">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\Release"
16 IntermediateDirectory=".\Release"
17 ConfigurationType="4"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 AdditionalOptions="/Zm1000 "
24 InlineFunctionExpansion="1"
25 AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang"
26 PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
27 StringPooling="TRUE"
28 RuntimeLibrary="4"
29 EnableFunctionLevelLinking="TRUE"
30 UsePrecompiledHeader="2"
31 PrecompiledHeaderFile=".\Release/mesa.pch"
32 AssemblerListingLocation=".\Release/"
33 ObjectFile=".\Release/"
34 ProgramDataBaseFileName=".\Release/"
35 WarningLevel="3"
36 SuppressStartupBanner="TRUE"
37 CompileAs="0"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLibrarianTool"
42 OutputFile=".\Release\mesa.lib"
43 SuppressStartupBanner="TRUE"/>
44 <Tool
45 Name="VCMIDLTool"/>
46 <Tool
47 Name="VCPostBuildEventTool"/>
48 <Tool
49 Name="VCPreBuildEventTool"/>
50 <Tool
51 Name="VCPreLinkEventTool"/>
52 <Tool
53 Name="VCResourceCompilerTool"
54 PreprocessorDefinitions="NDEBUG"
55 Culture="1033"/>
56 <Tool
57 Name="VCWebServiceProxyGeneratorTool"/>
58 <Tool
59 Name="VCXMLDataGeneratorTool"/>
60 <Tool
61 Name="VCManagedWrapperGeneratorTool"/>
62 <Tool
63 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64 </Configuration>
65 <Configuration
66 Name="Debug|Win32"
67 OutputDirectory=".\Debug"
68 IntermediateDirectory=".\Debug"
69 ConfigurationType="4"
70 UseOfMFC="0"
71 ATLMinimizesCRunTimeLibraryUsage="FALSE"
72 CharacterSet="2">
73 <Tool
74 Name="VCCLCompilerTool"
75 AdditionalOptions="/Zm1000 "
76 Optimization="0"
77 AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang"
78 PreprocessorDefinitions="_DEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
79 BasicRuntimeChecks="3"
80 RuntimeLibrary="5"
81 PrecompiledHeaderFile=".\Debug/mesa.pch"
82 AssemblerListingLocation=".\Debug/"
83 ObjectFile=".\Debug/"
84 ProgramDataBaseFileName=".\Debug/"
85 BrowseInformation="1"
86 WarningLevel="3"
87 SuppressStartupBanner="TRUE"
88 DebugInformationFormat="3"
89 CompileAs="0"/>
90 <Tool
91 Name="VCCustomBuildTool"/>
92 <Tool
93 Name="VCLibrarianTool"
94 OutputFile=".\Debug\mesa.lib"
95 SuppressStartupBanner="TRUE"/>
96 <Tool
97 Name="VCMIDLTool"/>
98 <Tool
99 Name="VCPostBuildEventTool"/>
100 <Tool
101 Name="VCPreBuildEventTool"/>
102 <Tool
103 Name="VCPreLinkEventTool"/>
104 <Tool
105 Name="VCResourceCompilerTool"
106 PreprocessorDefinitions="_DEBUG"
107 Culture="1033"/>
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"/>
110 <Tool
111 Name="VCXMLDataGeneratorTool"/>
112 <Tool
113 Name="VCManagedWrapperGeneratorTool"/>
114 <Tool
115 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
116 </Configuration>
117 </Configurations>
118 <References>
119 </References>
120 <Files>
121 <Filter
122 Name="Source Files"
123 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
124 <File
125 RelativePath="..\..\..\..\src\mesa\main\accum.c">
126 </File>
127 <File
128 RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.c">
129 </File>
130 <File
131 RelativePath="..\..\..\..\src\mesa\main\api_loopback.c">
132 </File>
133 <File
134 RelativePath="..\..\..\..\src\mesa\main\api_noop.c">
135 </File>
136 <File
137 RelativePath="..\..\..\..\src\mesa\main\api_validate.c">
138 </File>
139 <File
140 RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c">
141 </File>
142 <File
143 RelativePath="..\..\..\..\src\mesa\shader\arbprogram.c">
144 </File>
145 <File
146 RelativePath="..\..\..\..\src\mesa\main\arrayobj.c">
147 </File>
148 <File
149 RelativePath="..\..\..\..\src\mesa\shader\atifragshader.c">
150 </File>
151 <File
152 RelativePath="..\..\..\..\src\mesa\main\attrib.c">
153 </File>
154 <File
155 RelativePath="..\..\..\..\src\mesa\main\blend.c">
156 </File>
157 <File
158 RelativePath="..\..\..\..\src\mesa\main\bufferobj.c">
159 </File>
160 <File
161 RelativePath="..\..\..\..\src\mesa\main\buffers.c">
162 </File>
163 <File
164 RelativePath="..\..\..\..\src\mesa\main\clip.c">
165 </File>
166 <File
167 RelativePath="..\..\..\..\src\mesa\main\colortab.c">
168 </File>
169 <File
170 RelativePath="..\..\..\..\src\mesa\main\context.c">
171 </File>
172 <File
173 RelativePath="..\..\..\..\src\mesa\main\convolve.c">
174 </File>
175 <File
176 RelativePath="..\..\..\..\src\mesa\main\debug.c">
177 </File>
178 <File
179 RelativePath="..\..\..\..\src\mesa\main\depth.c">
180 </File>
181 <File
182 RelativePath="..\..\..\..\src\mesa\main\depthstencil.c">
183 </File>
184 <File
185 RelativePath="..\..\..\..\src\mesa\main\dispatch.c">
186 </File>
187 <File
188 RelativePath="..\..\..\..\src\mesa\main\dlist.c">
189 </File>
190 <File
191 RelativePath="..\..\..\..\src\mesa\main\drawpix.c">
192 </File>
193 <File
194 RelativePath="..\..\..\..\src\mesa\main\enable.c">
195 </File>
196 <File
197 RelativePath="..\..\..\..\src\mesa\main\enums.c">
198 </File>
199 <File
200 RelativePath="..\..\..\..\src\mesa\main\eval.c">
201 </File>
202 <File
203 RelativePath="..\..\..\..\src\mesa\main\execmem.c">
204 </File>
205 <File
206 RelativePath="..\..\..\..\src\mesa\main\extensions.c">
207 </File>
208 <File
209 RelativePath="..\..\..\..\src\mesa\main\fbobject.c">
210 </File>
211 <File
212 RelativePath="..\..\..\..\src\mesa\main\feedback.c">
213 </File>
214 <File
215 RelativePath="..\..\..\..\src\mesa\main\fog.c">
216 </File>
217 <File
218 RelativePath="..\..\..\..\src\mesa\main\framebuffer.c">
219 </File>
220 <File
221 RelativePath="..\..\..\..\src\mesa\main\get.c">
222 </File>
223 <File
224 RelativePath="..\..\..\..\src\mesa\main\getstring.c">
225 </File>
226 <File
227 RelativePath="..\..\..\..\src\mesa\glapi\glapi.c">
228 </File>
229 <File
230 RelativePath="..\..\..\..\src\mesa\glapi\glthread.c">
231 </File>
232 <File
233 RelativePath="..\..\..\..\src\mesa\main\hash.c">
234 </File>
235 <File
236 RelativePath="..\..\..\..\src\mesa\main\hint.c">
237 </File>
238 <File
239 RelativePath="..\..\..\..\src\mesa\main\histogram.c">
240 </File>
241 <File
242 RelativePath="..\..\..\..\src\mesa\main\image.c">
243 </File>
244 <File
245 RelativePath="..\..\..\..\src\mesa\main\imports.c">
246 </File>
247 <File
248 RelativePath="..\..\..\..\src\mesa\main\light.c">
249 </File>
250 <File
251 RelativePath="..\..\..\..\src\mesa\main\lines.c">
252 </File>
253 <File
254 RelativePath="..\..\..\..\src\mesa\math\m_debug_clip.c">
255 </File>
256 <File
257 RelativePath="..\..\..\..\src\mesa\math\m_debug_norm.c">
258 </File>
259 <File
260 RelativePath="..\..\..\..\src\mesa\math\m_debug_xform.c">
261 </File>
262 <File
263 RelativePath="..\..\..\..\src\mesa\math\m_eval.c">
264 </File>
265 <File
266 RelativePath="..\..\..\..\src\mesa\math\m_matrix.c">
267 </File>
268 <File
269 RelativePath="..\..\..\..\src\mesa\math\m_translate.c">
270 </File>
271 <File
272 RelativePath="..\..\..\..\src\mesa\math\m_vector.c">
273 </File>
274 <File
275 RelativePath="..\..\..\..\src\mesa\math\m_xform.c">
276 </File>
277 <File
278 RelativePath="..\..\..\..\src\mesa\main\matrix.c">
279 </File>
280 <File
281 RelativePath="..\..\..\..\src\mesa\main\mipmap.c">
282 </File>
283 <File
284 RelativePath="..\..\..\..\src\mesa\main\mm.c">
285 </File>
286 <File
287 RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c">
288 </File>
289 <File
290 RelativePath="..\..\..\..\src\mesa\shader\nvprogram.c">
291 </File>
292 <File
293 RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.c">
294 </File>
295 <File
296 RelativePath="..\..\..\..\src\mesa\main\pixel.c">
297 </File>
298 <File
299 RelativePath="..\..\..\..\src\mesa\main\points.c">
300 </File>
301 <File
302 RelativePath="..\..\..\..\src\mesa\main\polygon.c">
303 </File>
304 <File
305 RelativePath="..\..\..\..\src\mesa\shader\prog_debug.c">
306 </File>
307 <File
308 RelativePath="..\..\..\..\src\mesa\shader\prog_execute.c">
309 </File>
310 <File
311 RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.c">
312 </File>
313 <File
314 RelativePath="..\..\..\..\src\mesa\shader\prog_noise.c">
315 </File>
316 <File
317 RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.c">
318 </File>
319 <File
320 RelativePath="..\..\..\..\src\mesa\shader\prog_print.c">
321 </File>
322 <File
323 RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.c">
324 </File>
325 <File
326 RelativePath="..\..\..\..\src\mesa\shader\program.c">
327 </File>
328 <File
329 RelativePath="..\..\..\..\src\mesa\shader\programopt.c">
330 </File>
331 <File
332 RelativePath="..\..\..\..\src\mesa\main\queryobj.c">
333 </File>
334 <File
335 RelativePath="..\..\..\..\src\mesa\main\rastpos.c">
336 </File>
337 <File
338 RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c">
339 </File>
340 <File
341 RelativePath="..\..\..\..\src\mesa\main\remap.c">
342 </File>
343 <File
344 RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c">
345 </File>
346 <File
347 RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.c">
348 </File>
349 <File
350 RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.c">
351 </File>
352 <File
353 RelativePath="..\..\..\..\src\mesa\swrast\s_accum.c">
354 </File>
355 <File
356 RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.c">
357 </File>
358 <File
359 RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.c">
360 </File>
361 <File
362 RelativePath="..\..\..\..\src\mesa\swrast\s_bitmap.c">
363 </File>
364 <File
365 RelativePath="..\..\..\..\src\mesa\swrast\s_blend.c">
366 </File>
367 <File
368 RelativePath="..\..\..\..\src\mesa\swrast\s_blit.c">
369 </File>
370 <File
371 RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c">
372 </File>
373 <File
374 RelativePath="..\..\..\..\src\mesa\swrast\s_context.c">
375 </File>
376 <File
377 RelativePath="..\..\..\..\src\mesa\swrast\s_copypix.c">
378 </File>
379 <File
380 RelativePath="..\..\..\..\src\mesa\swrast\s_depth.c">
381 </File>
382 <File
383 RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.c">
384 </File>
385 <File
386 RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.c">
387 </File>
388 <File
389 RelativePath="..\..\..\..\src\mesa\swrast\s_fog.c">
390 </File>
391 <File
392 RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.c">
393 </File>
394 <File
395 RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c">
396 </File>
397 <File
398 RelativePath="..\..\..\..\src\mesa\swrast\s_logic.c">
399 </File>
400 <File
401 RelativePath="..\..\..\..\src\mesa\swrast\s_masking.c">
402 </File>
403 <File
404 RelativePath="..\..\..\..\src\mesa\swrast\s_points.c">
405 </File>
406 <File
407 RelativePath="..\..\..\..\src\mesa\swrast\s_readpix.c">
408 </File>
409 <File
410 RelativePath="..\..\..\..\src\mesa\swrast\s_span.c">
411 </File>
412 <File
413 RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.c">
414 </File>
415 <File
416 RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.c">
417 </File>
418 <File
419 RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.c">
420 </File>
421 <File
422 RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c">
423 </File>
424 <File
425 RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.c">
426 </File>
427 <File
428 RelativePath="..\..\..\..\src\mesa\shader\shader_api.c">
429 </File>
430 <File
431 RelativePath="..\..\..\..\src\mesa\main\shaders.c">
432 </File>
433 <File
434 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.c">
435 </File>
436 <File
437 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.c">
438 </File>
439 <File
440 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.c">
441 </File>
442 <File
443 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.c">
444 </File>
445 <File
446 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.c">
447 </File>
448 <File
449 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.c">
450 </File>
451 <File
452 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c">
453 </File>
454 <File
455 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.c">
456 </File>
457 <File
458 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.c">
459 </File>
460 <File
461 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.c">
462 </File>
463 <File
464 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c">
465 </File>
466 <File
467 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.c">
468 </File>
469 <File
470 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.c">
471 </File>
472 <File
473 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.c">
474 </File>
475 <File
476 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.c">
477 </File>
478 <File
479 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.c">
480 </File>
481 <File
482 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.c">
483 </File>
484 <File
485 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.c">
486 </File>
487 <File
488 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.c">
489 </File>
490 <File
491 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.c">
492 </File>
493 <File
494 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.c">
495 </File>
496 <File
497 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.c">
498 </File>
499 <File
500 RelativePath="..\..\..\..\src\mesa\main\state.c">
501 </File>
502 <File
503 RelativePath="..\..\..\..\src\mesa\main\stencil.c">
504 </File>
505 <File
506 RelativePath="..\..\..\..\src\mesa\tnl\t_context.c">
507 </File>
508 <File
509 RelativePath="..\..\..\..\src\mesa\tnl\t_draw.c">
510 </File>
511 <File
512 RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.c">
513 </File>
514 <File
515 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cull.c">
516 </File>
517 <File
518 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_fog.c">
519 </File>
520 <File
521 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_light.c">
522 </File>
523 <File
524 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_normals.c">
525 </File>
526 <File
527 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_points.c">
528 </File>
529 <File
530 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_program.c">
531 </File>
532 <File
533 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_render.c">
534 </File>
535 <File
536 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texgen.c">
537 </File>
538 <File
539 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texmat.c">
540 </File>
541 <File
542 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_vertex.c">
543 </File>
544 <File
545 RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.c">
546 </File>
547 <File
548 RelativePath="..\..\..\..\src\mesa\tnl\t_vertex_generic.c">
549 </File>
550 <File
551 RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.c">
552 </File>
553 <File
554 RelativePath="..\..\..\..\src\mesa\main\texcompress.c">
555 </File>
556 <File
557 RelativePath="..\..\..\..\src\mesa\main\texcompress_fxt1.c">
558 </File>
559 <File
560 RelativePath="..\..\..\..\src\mesa\main\texcompress_s3tc.c">
561 </File>
562 <File
563 RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c">
564 </File>
565 <File
566 RelativePath="..\..\..\..\src\mesa\main\texfetch.c">
567 </File>
568 <File
569 RelativePath="..\..\..\..\src\mesa\main\texformat.c">
570 </File>
571 <File
572 RelativePath="..\..\..\..\src\mesa\main\teximage.c">
573 </File>
574 <File
575 RelativePath="..\..\..\..\src\mesa\main\texobj.c">
576 </File>
577 <File
578 RelativePath="..\..\..\..\src\mesa\main\texrender.c">
579 </File>
580 <File
581 RelativePath="..\..\..\..\src\mesa\main\texstate.c">
582 </File>
583 <File
584 RelativePath="..\..\..\..\src\mesa\main\texstore.c">
585 </File>
586 <File
587 RelativePath="..\..\..\..\src\mesa\main\varray.c">
588 </File>
589 <File
590 RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.c">
591 </File>
592 <File
593 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.c">
594 </File>
595 <File
596 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_api.c">
597 </File>
598 <File
599 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_array.c">
600 </File>
601 <File
602 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_draw.c">
603 </File>
604 <File
605 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_eval.c">
606 </File>
607 <File
608 RelativePath="..\..\..\..\src\mesa\vbo\vbo_rebase.c">
609 </File>
610 <File
611 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.c">
612 </File>
613 <File
614 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_api.c">
615 </File>
616 <File
617 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_draw.c">
618 </File>
619 <File
620 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_loopback.c">
621 </File>
622 <File
623 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.c">
624 </File>
625 <File
626 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_copy.c">
627 </File>
628 <File
629 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_inplace.c">
630 </File>
631 <File
632 RelativePath="..\..\..\..\src\mesa\main\vsnprintf.c">
633 <FileConfiguration
634 Name="Release|Win32"
635 ExcludedFromBuild="TRUE">
636 <Tool
637 Name="VCCLCompilerTool"/>
638 </FileConfiguration>
639 <FileConfiguration
640 Name="Debug|Win32"
641 ExcludedFromBuild="TRUE">
642 <Tool
643 Name="VCCLCompilerTool"/>
644 </FileConfiguration>
645 </File>
646 <File
647 RelativePath="..\..\..\..\src\mesa\main\vtxfmt.c">
648 </File>
649 </Filter>
650 <Filter
651 Name="Header Files"
652 Filter="h;hpp;hxx;hm;inl">
653 <File
654 RelativePath="..\..\..\..\src\mesa\array_cache\ac_context.h">
655 </File>
656 <File
657 RelativePath="..\..\..\..\src\mesa\array_cache\acache.h">
658 </File>
659 <File
660 RelativePath="..\..\..\..\src\mesa\main\accum.h">
661 </File>
662 <File
663 RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.h">
664 </File>
665 <File
666 RelativePath="..\..\..\..\src\mesa\main\api_eval.h">
667 </File>
668 <File
669 RelativePath="..\..\..\..\src\mesa\main\api_loopback.h">
670 </File>
671 <File
672 RelativePath="..\..\..\..\src\mesa\main\api_noop.h">
673 </File>
674 <File
675 RelativePath="..\..\..\..\src\mesa\main\api_validate.h">
676 </File>
677 <File
678 RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.h">
679 </File>
680 <File
681 RelativePath="..\..\..\..\src\mesa\shader\arbprogram.h">
682 </File>
683 <File
684 RelativePath="..\..\..\..\src\mesa\shader\arbprogram_syn.h">
685 </File>
686 <File
687 RelativePath="..\..\..\..\src\mesa\shader\atifragshader.h">
688 </File>
689 <File
690 RelativePath="..\..\..\..\src\mesa\main\attrib.h">
691 </File>
692 <File
693 RelativePath="..\..\..\..\src\mesa\main\blend.h">
694 </File>
695 <File
696 RelativePath="..\..\..\..\src\mesa\main\bufferobj.h">
697 </File>
698 <File
699 RelativePath="..\..\..\..\src\mesa\main\buffers.h">
700 </File>
701 <File
702 RelativePath="..\..\..\..\src\mesa\main\clip.h">
703 </File>
704 <File
705 RelativePath="..\..\..\..\src\mesa\main\colormac.h">
706 </File>
707 <File
708 RelativePath="..\..\..\..\src\mesa\main\colortab.h">
709 </File>
710 <File
711 RelativePath="..\..\..\..\src\mesa\main\config.h">
712 </File>
713 <File
714 RelativePath="..\..\..\..\src\mesa\main\context.h">
715 </File>
716 <File
717 RelativePath="..\..\..\..\src\mesa\main\convolve.h">
718 </File>
719 <File
720 RelativePath="..\..\..\..\src\mesa\main\dd.h">
721 </File>
722 <File
723 RelativePath="..\..\..\..\src\mesa\main\debug.h">
724 </File>
725 <File
726 RelativePath="..\..\..\..\src\mesa\main\depth.h">
727 </File>
728 <File
729 RelativePath="..\..\..\..\src\mesa\main\depthstencil.h">
730 </File>
731 <File
732 RelativePath="..\..\..\..\src\mesa\main\dlist.h">
733 </File>
734 <File
735 RelativePath="..\..\..\..\src\mesa\main\drawpix.h">
736 </File>
737 <File
738 RelativePath="..\..\..\..\src\mesa\main\enable.h">
739 </File>
740 <File
741 RelativePath="..\..\..\..\src\mesa\main\enums.h">
742 </File>
743 <File
744 RelativePath="..\..\..\..\src\mesa\main\eval.h">
745 </File>
746 <File
747 RelativePath="..\..\..\..\src\mesa\main\extensions.h">
748 </File>
749 <File
750 RelativePath="..\..\..\..\src\mesa\main\fbobject.h">
751 </File>
752 <File
753 RelativePath="..\..\..\..\src\mesa\main\feedback.h">
754 </File>
755 <File
756 RelativePath="..\..\..\..\src\mesa\main\fog.h">
757 </File>
758 <File
759 RelativePath="..\..\..\..\src\mesa\main\framebuffer.h">
760 </File>
761 <File
762 RelativePath="..\..\..\..\src\mesa\main\get.h">
763 </File>
764 <File
765 RelativePath="..\..\..\..\src\mesa\glapi\glapi.h">
766 </File>
767 <File
768 RelativePath="..\..\..\..\src\mesa\glapi\glapioffsets.h">
769 </File>
770 <File
771 RelativePath="..\..\..\..\src\mesa\glapi\glapitable.h">
772 </File>
773 <File
774 RelativePath="..\..\..\..\src\mesa\glapi\glapitemp.h">
775 </File>
776 <File
777 RelativePath="..\..\..\..\src\mesa\main\glheader.h">
778 </File>
779 <File
780 RelativePath="..\..\..\..\src\mesa\glapi\glprocs.h">
781 </File>
782 <File
783 RelativePath="..\..\..\..\src\mesa\glapi\glthread.h">
784 </File>
785 <File
786 RelativePath="..\..\..\..\src\mesa\main\hash.h">
787 </File>
788 <File
789 RelativePath="..\..\..\..\src\mesa\main\hint.h">
790 </File>
791 <File
792 RelativePath="..\..\..\..\src\mesa\main\histogram.h">
793 </File>
794 <File
795 RelativePath="..\..\..\..\src\mesa\main\image.h">
796 </File>
797 <File
798 RelativePath="..\..\..\..\src\mesa\main\imports.h">
799 </File>
800 <File
801 RelativePath="..\..\..\..\src\mesa\main\light.h">
802 </File>
803 <File
804 RelativePath="..\..\..\..\src\mesa\main\lines.h">
805 </File>
806 <File
807 RelativePath="..\..\..\..\src\mesa\math\m_clip_tmp.h">
808 </File>
809 <File
810 RelativePath="..\..\..\..\src\mesa\math\m_copy_tmp.h">
811 </File>
812 <File
813 RelativePath="..\..\..\..\src\mesa\math\m_debug.h">
814 </File>
815 <File
816 RelativePath="..\..\..\..\src\mesa\math\m_debug_util.h">
817 </File>
818 <File
819 RelativePath="..\..\..\..\src\mesa\math\m_dotprod_tmp.h">
820 </File>
821 <File
822 RelativePath="..\..\..\..\src\mesa\math\m_eval.h">
823 </File>
824 <File
825 RelativePath="..\..\..\..\src\mesa\math\m_matrix.h">
826 </File>
827 <File
828 RelativePath="..\..\..\..\src\mesa\math\m_norm_tmp.h">
829 </File>
830 <File
831 RelativePath="..\..\..\..\src\mesa\math\m_trans_tmp.h">
832 </File>
833 <File
834 RelativePath="..\..\..\..\src\mesa\math\m_translate.h">
835 </File>
836 <File
837 RelativePath="..\..\..\..\src\mesa\math\m_vector.h">
838 </File>
839 <File
840 RelativePath="..\..\..\..\src\mesa\math\m_xform.h">
841 </File>
842 <File
843 RelativePath="..\..\..\..\src\mesa\math\m_xform_tmp.h">
844 </File>
845 <File
846 RelativePath="..\..\..\..\src\mesa\main\macros.h">
847 </File>
848 <File
849 RelativePath="..\..\..\..\src\mesa\math\mathmod.h">
850 </File>
851 <File
852 RelativePath="..\..\..\..\src\mesa\main\matrix.h">
853 </File>
854 <File
855 RelativePath="..\..\..\..\src\mesa\main\mm.h">
856 </File>
857 <File
858 RelativePath="..\..\..\..\src\mesa\main\mtypes.h">
859 </File>
860 <File
861 RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.h">
862 </File>
863 <File
864 RelativePath="..\..\..\..\src\mesa\shader\nvprogram.h">
865 </File>
866 <File
867 RelativePath="..\..\..\..\src\mesa\shader\nvvertexec.h">
868 </File>
869 <File
870 RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.h">
871 </File>
872 <File
873 RelativePath="..\..\..\..\src\mesa\main\pixel.h">
874 </File>
875 <File
876 RelativePath="..\..\..\..\src\mesa\main\points.h">
877 </File>
878 <File
879 RelativePath="..\..\..\..\src\mesa\main\polygon.h">
880 </File>
881 <File
882 RelativePath="..\..\..\..\src\mesa\shader\prog_debug.h">
883 </File>
884 <File
885 RelativePath="..\..\..\..\src\mesa\shader\prog_execute.h">
886 </File>
887 <File
888 RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.h">
889 </File>
890 <File
891 RelativePath="..\..\..\..\src\mesa\shader\prog_noise.h">
892 </File>
893 <File
894 RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.h">
895 </File>
896 <File
897 RelativePath="..\..\..\..\src\mesa\shader\prog_print.h">
898 </File>
899 <File
900 RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.h">
901 </File>
902 <File
903 RelativePath="..\..\..\..\src\mesa\shader\program.h">
904 </File>
905 <File
906 RelativePath="..\..\..\..\src\mesa\shader\programopt.h">
907 </File>
908 <File
909 RelativePath="..\..\..\..\src\mesa\main\queryobj.h">
910 </File>
911 <File
912 RelativePath="..\..\..\..\src\mesa\main\rastpos.h">
913 </File>
914 <File
915 RelativePath="..\..\..\..\src\mesa\main\remap.h">
916 </File>
917 <File
918 RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h">
919 </File>
920 <File
921 RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.h">
922 </File>
923 <File
924 RelativePath="..\..\..\..\src\mesa\swrast\s_aalinetemp.h">
925 </File>
926 <File
927 RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.h">
928 </File>
929 <File
930 RelativePath="..\..\..\..\src\mesa\swrast\s_aatritemp.h">
931 </File>
932 <File
933 RelativePath="..\..\..\..\src\mesa\swrast\s_accum.h">
934 </File>
935 <File
936 RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.h">
937 </File>
938 <File
939 RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.h">
940 </File>
941 <File
942 RelativePath="..\..\..\..\src\mesa\swrast\s_blend.h">
943 </File>
944 <File
945 RelativePath="..\..\..\..\src\mesa\swrast\s_context.h">
946 </File>
947 <File
948 RelativePath="..\..\..\..\src\mesa\swrast\s_depth.h">
949 </File>
950 <File
951 RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.h">
952 </File>
953 <File
954 RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.h">
955 </File>
956 <File
957 RelativePath="..\..\..\..\src\mesa\swrast\s_fog.h">
958 </File>
959 <File
960 RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.h">
961 </File>
962 <File
963 RelativePath="..\..\..\..\src\mesa\swrast\s_lines.h">
964 </File>
965 <File
966 RelativePath="..\..\..\..\src\mesa\swrast\s_linetemp.h">
967 </File>
968 <File
969 RelativePath="..\..\..\..\src\mesa\swrast\s_logic.h">
970 </File>
971 <File
972 RelativePath="..\..\..\..\src\mesa\swrast\s_masking.h">
973 </File>
974 <File
975 RelativePath="..\..\..\..\src\mesa\swrast\s_nvfragprog.h">
976 </File>
977 <File
978 RelativePath="..\..\..\..\src\mesa\swrast\s_points.h">
979 </File>
980 <File
981 RelativePath="..\..\..\..\src\mesa\swrast\s_pointtemp.h">
982 </File>
983 <File
984 RelativePath="..\..\..\..\src\mesa\swrast\s_span.h">
985 </File>
986 <File
987 RelativePath="..\..\..\..\src\mesa\swrast\s_spantemp.h">
988 </File>
989 <File
990 RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.h">
991 </File>
992 <File
993 RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.h">
994 </File>
995 <File
996 RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.h">
997 </File>
998 <File
999 RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.h">
1000 </File>
1001 <File
1002 RelativePath="..\..\..\..\src\mesa\swrast\s_trispan.h">
1003 </File>
1004 <File
1005 RelativePath="..\..\..\..\src\mesa\swrast\s_tritemp.h">
1006 </File>
1007 <File
1008 RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.h">
1009 </File>
1010 <File
1011 RelativePath="..\..\..\..\src\mesa\shader\shader_api.h">
1012 </File>
1013 <File
1014 RelativePath="..\..\..\..\src\mesa\main\shaders.h">
1015 </File>
1016 <File
1017 RelativePath="..\..\..\..\src\mesa\main\simple_list.h">
1018 </File>
1019 <File
1020 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.h">
1021 </File>
1022 <File
1023 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.h">
1024 </File>
1025 <File
1026 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.h">
1027 </File>
1028 <File
1029 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.h">
1030 </File>
1031 <File
1032 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h">
1033 </File>
1034 <File
1035 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h">
1036 </File>
1037 <File
1038 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h">
1039 </File>
1040 <File
1041 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.h">
1042 </File>
1043 <File
1044 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.h">
1045 </File>
1046 <File
1047 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.h">
1048 </File>
1049 <File
1050 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h">
1051 </File>
1052 <File
1053 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.h">
1054 </File>
1055 <File
1056 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.h">
1057 </File>
1058 <File
1059 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.h">
1060 </File>
1061 <File
1062 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.h">
1063 </File>
1064 <File
1065 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.h">
1066 </File>
1067 <File
1068 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.h">
1069 </File>
1070 <File
1071 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.h">
1072 </File>
1073 <File
1074 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.h">
1075 </File>
1076 <File
1077 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.h">
1078 </File>
1079 <File
1080 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.h">
1081 </File>
1082 <File
1083 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.h">
1084 </File>
1085 <File
1086 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_tritmp.h">
1087 </File>
1088 <File
1089 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_vb.h">
1090 </File>
1091 <File
1092 RelativePath="..\..\..\..\src\mesa\main\state.h">
1093 </File>
1094 <File
1095 RelativePath="..\..\..\..\src\mesa\main\stencil.h">
1096 </File>
1097 <File
1098 RelativePath="..\..\..\..\src\mesa\swrast\swrast.h">
1099 </File>
1100 <File
1101 RelativePath="..\..\..\..\src\mesa\swrast_setup\swrast_setup.h">
1102 </File>
1103 <File
1104 RelativePath="..\..\..\..\src\mesa\tnl\t_context.h">
1105 </File>
1106 <File
1107 RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.h">
1108 </File>
1109 <File
1110 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cliptmp.h">
1111 </File>
1112 <File
1113 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_lighttmp.h">
1114 </File>
1115 <File
1116 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_rendertmp.h">
1117 </File>
1118 <File
1119 RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.h">
1120 </File>
1121 <File
1122 RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.h">
1123 </File>
1124 <File
1125 RelativePath="..\..\..\..\src\mesa\main\texcompress.h">
1126 </File>
1127 <File
1128 RelativePath="..\..\..\..\src\mesa\main\texenvprogram.h">
1129 </File>
1130 <File
1131 RelativePath="..\..\..\..\src\mesa\main\texfetch.h">
1132 </File>
1133 <File
1134 RelativePath="..\..\..\..\src\mesa\main\texformat.h">
1135 </File>
1136 <File
1137 RelativePath="..\..\..\..\src\mesa\main\texfetch_tmp.h">
1138 </File>
1139 <File
1140 RelativePath="..\..\..\..\src\mesa\main\teximage.h">
1141 </File>
1142 <File
1143 RelativePath="..\..\..\..\src\mesa\main\texobj.h">
1144 </File>
1145 <File
1146 RelativePath="..\..\..\..\src\mesa\main\texrender.h">
1147 </File>
1148 <File
1149 RelativePath="..\..\..\..\src\mesa\main\texstate.h">
1150 </File>
1151 <File
1152 RelativePath="..\..\..\..\src\mesa\main\texstore.h">
1153 </File>
1154 <File
1155 RelativePath="..\..\..\..\src\mesa\tnl\tnl.h">
1156 </File>
1157 <File
1158 RelativePath="..\..\..\..\src\mesa\main\varray.h">
1159 </File>
1160 <File
1161 RelativePath="..\..\..\..\src\mesa\vbo\vbo.h">
1162 </File>
1163 <File
1164 RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib.h">
1165 </File>
1166 <File
1167 RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib_tmp.h">
1168 </File>
1169 <File
1170 RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.h">
1171 </File>
1172 <File
1173 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.h">
1174 </File>
1175 <File
1176 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.h">
1177 </File>
1178 <File
1179 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.h">
1180 </File>
1181 <File
1182 RelativePath="..\..\..\..\src\mesa\main\version.h">
1183 </File>
1184 <File
1185 RelativePath="..\..\..\..\src\mesa\main\vtxfmt.h">
1186 </File>
1187 <File
1188 RelativePath="..\..\..\..\src\mesa\main\vtxfmt_tmp.h">
1189 </File>
1190 </Filter>
1191 </Files>
1192 <Globals>
1193 </Globals>
1194 </VisualStudioProject>