Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / windows / VC8 / mesa / mesa / mesa.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="mesa"
6 ProjectGUID="{2120C974-2717-4709-B44F-D6E6D0A56448}"
7 >
8 <Platforms>
9 <Platform
10 Name="Win32"
11 />
12 </Platforms>
13 <ToolFiles>
14 </ToolFiles>
15 <Configurations>
16 <Configuration
17 Name="Release|Win32"
18 OutputDirectory=".\Release"
19 IntermediateDirectory=".\Release"
20 ConfigurationType="4"
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
22 UseOfMFC="0"
23 ATLMinimizesCRunTimeLibraryUsage="false"
24 CharacterSet="2"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 AdditionalOptions="/Zm1000 "
44 InlineFunctionExpansion="1"
45 AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
46 PreprocessorDefinitions="NDEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
47 StringPooling="true"
48 RuntimeLibrary="0"
49 EnableFunctionLevelLinking="true"
50 UsePrecompiledHeader="0"
51 PrecompiledHeaderFile=".\Release/mesa.pch"
52 AssemblerListingLocation=".\Release/"
53 ObjectFile=".\Release/"
54 ProgramDataBaseFileName=".\Release/"
55 WarningLevel="3"
56 SuppressStartupBanner="true"
57 CompileAs="0"
58 />
59 <Tool
60 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 PreprocessorDefinitions="NDEBUG"
65 Culture="1033"
66 />
67 <Tool
68 Name="VCPreLinkEventTool"
69 />
70 <Tool
71 Name="VCLibrarianTool"
72 OutputFile=".\Release\mesa.lib"
73 SuppressStartupBanner="true"
74 />
75 <Tool
76 Name="VCALinkTool"
77 />
78 <Tool
79 Name="VCXDCMakeTool"
80 />
81 <Tool
82 Name="VCBscMakeTool"
83 />
84 <Tool
85 Name="VCFxCopTool"
86 />
87 <Tool
88 Name="VCPostBuildEventTool"
89 />
90 </Configuration>
91 <Configuration
92 Name="Debug|Win32"
93 OutputDirectory=".\Debug"
94 IntermediateDirectory=".\Debug"
95 ConfigurationType="4"
96 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
97 UseOfMFC="0"
98 ATLMinimizesCRunTimeLibraryUsage="false"
99 CharacterSet="2"
100 >
101 <Tool
102 Name="VCPreBuildEventTool"
103 />
104 <Tool
105 Name="VCCustomBuildTool"
106 />
107 <Tool
108 Name="VCXMLDataGeneratorTool"
109 />
110 <Tool
111 Name="VCWebServiceProxyGeneratorTool"
112 />
113 <Tool
114 Name="VCMIDLTool"
115 />
116 <Tool
117 Name="VCCLCompilerTool"
118 AdditionalOptions="/Zm1000 "
119 Optimization="0"
120 AdditionalIncludeDirectories="../../../../include,../../../../src/mesa,../../../../src/mesa/glapi,../../../../src/mesa/main,../../../../src/mesa/shader,../../../../src/mesa/shader/slang,../../../../src/mesa/shader/grammar"
121 PreprocessorDefinitions="_DEBUG,WIN32,_LIB,_DLL,BUILD_GL32,MESA_MINWARN"
122 BasicRuntimeChecks="3"
123 RuntimeLibrary="1"
124 PrecompiledHeaderFile=".\Debug/mesa.pch"
125 AssemblerListingLocation=".\Debug/"
126 ObjectFile=".\Debug/"
127 ProgramDataBaseFileName=".\Debug/"
128 BrowseInformation="1"
129 WarningLevel="3"
130 SuppressStartupBanner="true"
131 DebugInformationFormat="3"
132 CompileAs="0"
133 />
134 <Tool
135 Name="VCManagedResourceCompilerTool"
136 />
137 <Tool
138 Name="VCResourceCompilerTool"
139 PreprocessorDefinitions="_DEBUG"
140 Culture="1033"
141 />
142 <Tool
143 Name="VCPreLinkEventTool"
144 />
145 <Tool
146 Name="VCLibrarianTool"
147 OutputFile=".\Debug\mesa.lib"
148 SuppressStartupBanner="true"
149 />
150 <Tool
151 Name="VCALinkTool"
152 />
153 <Tool
154 Name="VCXDCMakeTool"
155 />
156 <Tool
157 Name="VCBscMakeTool"
158 />
159 <Tool
160 Name="VCFxCopTool"
161 />
162 <Tool
163 Name="VCPostBuildEventTool"
164 />
165 </Configuration>
166 </Configurations>
167 <References>
168 </References>
169 <Files>
170 <Filter
171 Name="Source Files"
172 Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
173 >
174 <File
175 RelativePath="..\..\..\..\src\mesa\main\accum.c"
176 >
177 </File>
178 <File
179 RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.c"
180 >
181 </File>
182 <File
183 RelativePath="..\..\..\..\src\mesa\main\api_loopback.c"
184 >
185 </File>
186 <File
187 RelativePath="..\..\..\..\src\mesa\main\api_noop.c"
188 >
189 </File>
190 <File
191 RelativePath="..\..\..\..\src\mesa\main\api_validate.c"
192 >
193 </File>
194 <File
195 RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.c"
196 >
197 </File>
198 <File
199 RelativePath="..\..\..\..\src\mesa\shader\arbprogram.c"
200 >
201 </File>
202 <File
203 RelativePath="..\..\..\..\src\mesa\main\arrayobj.c"
204 >
205 </File>
206 <File
207 RelativePath="..\..\..\..\src\mesa\shader\atifragshader.c"
208 >
209 </File>
210 <File
211 RelativePath="..\..\..\..\src\mesa\main\attrib.c"
212 >
213 </File>
214 <File
215 RelativePath="..\..\..\..\src\mesa\main\blend.c"
216 >
217 </File>
218 <File
219 RelativePath="..\..\..\..\src\mesa\main\bufferobj.c"
220 >
221 </File>
222 <File
223 RelativePath="..\..\..\..\src\mesa\main\buffers.c"
224 >
225 </File>
226 <File
227 RelativePath="..\..\..\..\src\mesa\main\clip.c"
228 >
229 </File>
230 <File
231 RelativePath="..\..\..\..\src\mesa\main\colortab.c"
232 >
233 </File>
234 <File
235 RelativePath="..\..\..\..\src\mesa\main\context.c"
236 >
237 </File>
238 <File
239 RelativePath="..\..\..\..\src\mesa\main\convolve.c"
240 >
241 </File>
242 <File
243 RelativePath="..\..\..\..\src\mesa\main\debug.c"
244 >
245 </File>
246 <File
247 RelativePath="..\..\..\..\src\mesa\main\depth.c"
248 >
249 </File>
250 <File
251 RelativePath="..\..\..\..\src\mesa\main\depthstencil.c"
252 >
253 </File>
254 <File
255 RelativePath="..\..\..\..\src\mesa\main\dispatch.c"
256 >
257 </File>
258 <File
259 RelativePath="..\..\..\..\src\mesa\main\dlist.c"
260 >
261 </File>
262 <File
263 RelativePath="..\..\..\..\src\mesa\main\drawpix.c"
264 >
265 </File>
266 <File
267 RelativePath="..\..\..\..\src\mesa\main\enable.c"
268 >
269 </File>
270 <File
271 RelativePath="..\..\..\..\src\mesa\main\enums.c"
272 >
273 </File>
274 <File
275 RelativePath="..\..\..\..\src\mesa\main\eval.c"
276 >
277 </File>
278 <File
279 RelativePath="..\..\..\..\src\mesa\main\execmem.c"
280 >
281 </File>
282 <File
283 RelativePath="..\..\..\..\src\mesa\main\extensions.c"
284 >
285 </File>
286 <File
287 RelativePath="..\..\..\..\src\mesa\main\fbobject.c"
288 >
289 </File>
290 <File
291 RelativePath="..\..\..\..\src\mesa\main\feedback.c"
292 >
293 </File>
294 <File
295 RelativePath="..\..\..\..\src\mesa\main\fog.c"
296 >
297 </File>
298 <File
299 RelativePath="..\..\..\..\src\mesa\main\framebuffer.c"
300 >
301 </File>
302 <File
303 RelativePath="..\..\..\..\src\mesa\main\get.c"
304 >
305 </File>
306 <File
307 RelativePath="..\..\..\..\src\mesa\main\getstring.c"
308 >
309 </File>
310 <File
311 RelativePath="..\..\..\..\src\mesa\glapi\glapi.c"
312 >
313 <FileConfiguration
314 Name="Release|Win32"
315 >
316 <Tool
317 Name="VCCLCompilerTool"
318 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
319 />
320 </FileConfiguration>
321 <FileConfiguration
322 Name="Debug|Win32"
323 >
324 <Tool
325 Name="VCCLCompilerTool"
326 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
327 />
328 </FileConfiguration>
329 </File>
330 <File
331 RelativePath="..\..\..\..\src\mesa\glapi\glthread.c"
332 >
333 </File>
334 <File
335 RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.c"
336 >
337 <FileConfiguration
338 Name="Release|Win32"
339 ExcludedFromBuild="true"
340 >
341 <Tool
342 Name="VCCLCompilerTool"
343 />
344 </FileConfiguration>
345 <FileConfiguration
346 Name="Debug|Win32"
347 ExcludedFromBuild="true"
348 >
349 <Tool
350 Name="VCCLCompilerTool"
351 />
352 </FileConfiguration>
353 </File>
354 <File
355 RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.c"
356 >
357 <FileConfiguration
358 Name="Release|Win32"
359 ExcludedFromBuild="true"
360 >
361 <Tool
362 Name="VCCLCompilerTool"
363 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
364 />
365 </FileConfiguration>
366 <FileConfiguration
367 Name="Debug|Win32"
368 ExcludedFromBuild="true"
369 >
370 <Tool
371 Name="VCCLCompilerTool"
372 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
373 />
374 </FileConfiguration>
375 </File>
376 <File
377 RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.c"
378 >
379 </File>
380 <File
381 RelativePath="..\..\..\..\src\mesa\main\hash.c"
382 >
383 </File>
384 <File
385 RelativePath="..\..\..\..\src\mesa\main\hint.c"
386 >
387 </File>
388 <File
389 RelativePath="..\..\..\..\src\mesa\main\histogram.c"
390 >
391 </File>
392 <File
393 RelativePath="..\..\..\..\src\mesa\main\image.c"
394 >
395 </File>
396 <File
397 RelativePath="..\..\..\..\src\mesa\main\imports.c"
398 >
399 <FileConfiguration
400 Name="Release|Win32"
401 >
402 <Tool
403 Name="VCCLCompilerTool"
404 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
405 />
406 </FileConfiguration>
407 <FileConfiguration
408 Name="Debug|Win32"
409 >
410 <Tool
411 Name="VCCLCompilerTool"
412 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
413 />
414 </FileConfiguration>
415 </File>
416 <File
417 RelativePath="..\..\..\..\src\mesa\main\light.c"
418 >
419 </File>
420 <File
421 RelativePath="..\..\..\..\src\mesa\main\lines.c"
422 >
423 </File>
424 <File
425 RelativePath="..\..\..\..\src\mesa\math\m_debug_clip.c"
426 >
427 </File>
428 <File
429 RelativePath="..\..\..\..\src\mesa\math\m_debug_norm.c"
430 >
431 </File>
432 <File
433 RelativePath="..\..\..\..\src\mesa\math\m_debug_xform.c"
434 >
435 </File>
436 <File
437 RelativePath="..\..\..\..\src\mesa\math\m_eval.c"
438 >
439 </File>
440 <File
441 RelativePath="..\..\..\..\src\mesa\math\m_matrix.c"
442 >
443 </File>
444 <File
445 RelativePath="..\..\..\..\src\mesa\math\m_translate.c"
446 >
447 </File>
448 <File
449 RelativePath="..\..\..\..\src\mesa\math\m_vector.c"
450 >
451 </File>
452 <File
453 RelativePath="..\..\..\..\src\mesa\math\m_xform.c"
454 >
455 </File>
456 <File
457 RelativePath="..\..\..\..\src\mesa\main\matrix.c"
458 >
459 </File>
460 <File
461 RelativePath="..\..\..\..\src\mesa\main\mipmap.c"
462 >
463 </File>
464 <File
465 RelativePath="..\..\..\..\src\mesa\main\mm.c"
466 >
467 </File>
468 <File
469 RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.c"
470 >
471 </File>
472 <File
473 RelativePath="..\..\..\..\src\mesa\shader\nvprogram.c"
474 >
475 </File>
476 <File
477 RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.c"
478 >
479 </File>
480 <File
481 RelativePath="..\..\..\..\src\mesa\main\pixel.c"
482 >
483 </File>
484 <File
485 RelativePath="..\..\..\..\src\mesa\main\points.c"
486 >
487 </File>
488 <File
489 RelativePath="..\..\..\..\src\mesa\main\polygon.c"
490 >
491 </File>
492 <File
493 RelativePath="..\..\..\..\src\mesa\shader\prog_debug.c"
494 >
495 </File>
496 <File
497 RelativePath="..\..\..\..\src\mesa\shader\prog_execute.c"
498 >
499 </File>
500 <File
501 RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.c"
502 >
503 </File>
504 <File
505 RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.c"
506 >
507 </File>
508 <File
509 RelativePath="..\..\..\..\src\mesa\shader\prog_print.c"
510 >
511 <FileConfiguration
512 Name="Release|Win32"
513 >
514 <Tool
515 Name="VCCLCompilerTool"
516 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
517 />
518 </FileConfiguration>
519 <FileConfiguration
520 Name="Debug|Win32"
521 >
522 <Tool
523 Name="VCCLCompilerTool"
524 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
525 />
526 </FileConfiguration>
527 </File>
528 <File
529 RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.c"
530 >
531 </File>
532 <File
533 RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.c"
534 >
535 </File>
536 <File
537 RelativePath="..\..\..\..\src\mesa\shader\program.c"
538 >
539 </File>
540 <File
541 RelativePath="..\..\..\..\src\mesa\shader\programopt.c"
542 >
543 </File>
544 <File
545 RelativePath="..\..\..\..\src\mesa\main\queryobj.c"
546 >
547 </File>
548 <File
549 RelativePath="..\..\..\..\src\mesa\main\rastpos.c"
550 >
551 </File>
552 <File
553 RelativePath="..\..\..\..\src\mesa\main\rbadaptors.c"
554 >
555 </File>
556 <File
557 RelativePath="..\..\..\..\src\mesa\main\renderbuffer.c"
558 >
559 </File>
560 <File
561 RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.c"
562 >
563 </File>
564 <File
565 RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.c"
566 >
567 </File>
568 <File
569 RelativePath="..\..\..\..\src\mesa\swrast\s_accum.c"
570 >
571 </File>
572 <File
573 RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.c"
574 >
575 </File>
576 <File
577 RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.c"
578 >
579 </File>
580 <File
581 RelativePath="..\..\..\..\src\mesa\swrast\s_bitmap.c"
582 >
583 </File>
584 <File
585 RelativePath="..\..\..\..\src\mesa\swrast\s_blend.c"
586 >
587 </File>
588 <File
589 RelativePath="..\..\..\..\src\mesa\swrast\s_blit.c"
590 >
591 </File>
592 <File
593 RelativePath="..\..\..\..\src\mesa\swrast\s_buffers.c"
594 >
595 </File>
596 <File
597 RelativePath="..\..\..\..\src\mesa\swrast\s_context.c"
598 >
599 </File>
600 <File
601 RelativePath="..\..\..\..\src\mesa\swrast\s_copypix.c"
602 >
603 </File>
604 <File
605 RelativePath="..\..\..\..\src\mesa\swrast\s_depth.c"
606 >
607 </File>
608 <File
609 RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.c"
610 >
611 </File>
612 <File
613 RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.c"
614 >
615 </File>
616 <File
617 RelativePath="..\..\..\..\src\mesa\swrast\s_fog.c"
618 >
619 </File>
620 <File
621 RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.c"
622 >
623 </File>
624 <File
625 RelativePath="..\..\..\..\src\mesa\swrast\s_imaging.c"
626 >
627 </File>
628 <File
629 RelativePath="..\..\..\..\src\mesa\swrast\s_lines.c"
630 >
631 </File>
632 <File
633 RelativePath="..\..\..\..\src\mesa\swrast\s_logic.c"
634 >
635 </File>
636 <File
637 RelativePath="..\..\..\..\src\mesa\swrast\s_masking.c"
638 >
639 </File>
640 <File
641 RelativePath="..\..\..\..\src\mesa\swrast\s_points.c"
642 >
643 </File>
644 <File
645 RelativePath="..\..\..\..\src\mesa\swrast\s_readpix.c"
646 >
647 </File>
648 <File
649 RelativePath="..\..\..\..\src\mesa\swrast\s_span.c"
650 >
651 </File>
652 <File
653 RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.c"
654 >
655 </File>
656 <File
657 RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.c"
658 >
659 </File>
660 <File
661 RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.c"
662 >
663 </File>
664 <File
665 RelativePath="..\..\..\..\src\mesa\swrast\s_texstore.c"
666 >
667 </File>
668 <File
669 RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.c"
670 >
671 </File>
672 <File
673 RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.c"
674 >
675 </File>
676 <File
677 RelativePath="..\..\..\..\src\mesa\shader\shader_api.c"
678 >
679 </File>
680 <File
681 RelativePath="..\..\..\..\src\mesa\main\shaders.c"
682 >
683 </File>
684 <File
685 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.c"
686 >
687 </File>
688 <File
689 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.c"
690 >
691 <FileConfiguration
692 Name="Release|Win32"
693 >
694 <Tool
695 Name="VCCLCompilerTool"
696 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
697 />
698 </FileConfiguration>
699 <FileConfiguration
700 Name="Debug|Win32"
701 >
702 <Tool
703 Name="VCCLCompilerTool"
704 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
705 />
706 </FileConfiguration>
707 </File>
708 <File
709 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.c"
710 >
711 </File>
712 <File
713 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.c"
714 >
715 </File>
716 <File
717 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.c"
718 >
719 </File>
720 <File
721 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.c"
722 >
723 </File>
724 <File
725 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.c"
726 >
727 </File>
728 <File
729 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.c"
730 >
731 <FileConfiguration
732 Name="Release|Win32"
733 >
734 <Tool
735 Name="VCCLCompilerTool"
736 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
737 />
738 </FileConfiguration>
739 <FileConfiguration
740 Name="Debug|Win32"
741 >
742 <Tool
743 Name="VCCLCompilerTool"
744 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
745 />
746 </FileConfiguration>
747 </File>
748 <File
749 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.c"
750 >
751 <FileConfiguration
752 Name="Release|Win32"
753 >
754 <Tool
755 Name="VCCLCompilerTool"
756 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
757 />
758 </FileConfiguration>
759 <FileConfiguration
760 Name="Debug|Win32"
761 >
762 <Tool
763 Name="VCCLCompilerTool"
764 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
765 />
766 </FileConfiguration>
767 </File>
768 <File
769 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.c"
770 >
771 </File>
772 <File
773 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.c"
774 >
775 </File>
776 <File
777 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c"
778 >
779 </File>
780 <File
781 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.c"
782 >
783 </File>
784 <File
785 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.c"
786 >
787 </File>
788 <File
789 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.c"
790 >
791 </File>
792 <File
793 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.c"
794 >
795 <FileConfiguration
796 Name="Release|Win32"
797 >
798 <Tool
799 Name="VCCLCompilerTool"
800 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
801 />
802 </FileConfiguration>
803 <FileConfiguration
804 Name="Debug|Win32"
805 >
806 <Tool
807 Name="VCCLCompilerTool"
808 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
809 />
810 </FileConfiguration>
811 </File>
812 <File
813 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.c"
814 >
815 </File>
816 <File
817 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.c"
818 >
819 </File>
820 <File
821 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.c"
822 >
823 </File>
824 <File
825 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.c"
826 >
827 </File>
828 <File
829 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.c"
830 >
831 </File>
832 <File
833 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.c"
834 >
835 </File>
836 <File
837 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.c"
838 >
839 </File>
840 <File
841 RelativePath="..\..\..\..\src\mesa\main\state.c"
842 >
843 </File>
844 <File
845 RelativePath="..\..\..\..\src\mesa\main\stencil.c"
846 >
847 </File>
848 <File
849 RelativePath="..\..\..\..\src\mesa\tnl\t_context.c"
850 >
851 </File>
852 <File
853 RelativePath="..\..\..\..\src\mesa\tnl\t_draw.c"
854 >
855 </File>
856 <File
857 RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.c"
858 >
859 </File>
860 <File
861 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cull.c"
862 >
863 </File>
864 <File
865 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_fog.c"
866 >
867 </File>
868 <File
869 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_light.c"
870 >
871 </File>
872 <File
873 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_normals.c"
874 >
875 </File>
876 <File
877 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_points.c"
878 >
879 </File>
880 <File
881 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_program.c"
882 >
883 </File>
884 <File
885 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_render.c"
886 >
887 </File>
888 <File
889 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texgen.c"
890 >
891 </File>
892 <File
893 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_texmat.c"
894 >
895 </File>
896 <File
897 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_vertex.c"
898 >
899 </File>
900 <File
901 RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.c"
902 >
903 </File>
904 <File
905 RelativePath="..\..\..\..\src\mesa\tnl\t_vertex_generic.c"
906 >
907 </File>
908 <File
909 RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.c"
910 >
911 </File>
912 <File
913 RelativePath="..\..\..\..\src\mesa\main\texcompress.c"
914 >
915 </File>
916 <File
917 RelativePath="..\..\..\..\src\mesa\main\texcompress_fxt1.c"
918 >
919 </File>
920 <File
921 RelativePath="..\..\..\..\src\mesa\main\texcompress_s3tc.c"
922 >
923 </File>
924 <File
925 RelativePath="..\..\..\..\src\mesa\main\texenvprogram.c"
926 >
927 </File>
928 <File
929 RelativePath="..\..\..\..\src\mesa\main\texformat.c"
930 >
931 </File>
932 <File
933 RelativePath="..\..\..\..\src\mesa\main\teximage.c"
934 >
935 </File>
936 <File
937 RelativePath="..\..\..\..\src\mesa\main\texobj.c"
938 >
939 </File>
940 <File
941 RelativePath="..\..\..\..\src\mesa\main\texrender.c"
942 >
943 </File>
944 <File
945 RelativePath="..\..\..\..\src\mesa\main\texstate.c"
946 >
947 </File>
948 <File
949 RelativePath="..\..\..\..\src\mesa\main\texstore.c"
950 >
951 </File>
952 <File
953 RelativePath="..\..\..\..\src\mesa\main\varray.c"
954 >
955 </File>
956 <File
957 RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.c"
958 >
959 </File>
960 <File
961 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.c"
962 >
963 </File>
964 <File
965 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_api.c"
966 >
967 </File>
968 <File
969 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_array.c"
970 >
971 </File>
972 <File
973 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_draw.c"
974 >
975 </File>
976 <File
977 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec_eval.c"
978 >
979 </File>
980 <File
981 RelativePath="..\..\..\..\src\mesa\vbo\vbo_rebase.c"
982 >
983 </File>
984 <File
985 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.c"
986 >
987 </File>
988 <File
989 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_api.c"
990 >
991 </File>
992 <File
993 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_draw.c"
994 >
995 </File>
996 <File
997 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save_loopback.c"
998 >
999 </File>
1000 <File
1001 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.c"
1002 >
1003 </File>
1004 <File
1005 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_copy.c"
1006 >
1007 </File>
1008 <File
1009 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split_inplace.c"
1010 >
1011 </File>
1012 <File
1013 RelativePath="..\..\..\..\src\mesa\main\vsnprintf.c"
1014 >
1015 <FileConfiguration
1016 Name="Release|Win32"
1017 ExcludedFromBuild="true"
1018 >
1019 <Tool
1020 Name="VCCLCompilerTool"
1021 />
1022 </FileConfiguration>
1023 <FileConfiguration
1024 Name="Debug|Win32"
1025 ExcludedFromBuild="true"
1026 >
1027 <Tool
1028 Name="VCCLCompilerTool"
1029 />
1030 </FileConfiguration>
1031 </File>
1032 <File
1033 RelativePath="..\..\..\..\src\mesa\main\vtxfmt.c"
1034 >
1035 </File>
1036 </Filter>
1037 <Filter
1038 Name="Header Files"
1039 Filter="h;hpp;hxx;hm;inl"
1040 >
1041 <File
1042 RelativePath="..\..\..\..\src\mesa\main\accum.h"
1043 >
1044 </File>
1045 <File
1046 RelativePath="..\..\..\..\src\mesa\main\api_arrayelt.h"
1047 >
1048 </File>
1049 <File
1050 RelativePath="..\..\..\..\src\mesa\main\api_eval.h"
1051 >
1052 </File>
1053 <File
1054 RelativePath="..\..\..\..\src\mesa\main\api_loopback.h"
1055 >
1056 </File>
1057 <File
1058 RelativePath="..\..\..\..\src\mesa\main\api_noop.h"
1059 >
1060 </File>
1061 <File
1062 RelativePath="..\..\..\..\src\mesa\main\api_validate.h"
1063 >
1064 </File>
1065 <File
1066 RelativePath="..\..\..\..\src\mesa\shader\arbprogparse.h"
1067 >
1068 </File>
1069 <File
1070 RelativePath="..\..\..\..\src\mesa\shader\arbprogram.h"
1071 >
1072 </File>
1073 <File
1074 RelativePath="..\..\..\..\src\mesa\shader\arbprogram_syn.h"
1075 >
1076 </File>
1077 <File
1078 RelativePath="..\..\..\..\src\mesa\shader\atifragshader.h"
1079 >
1080 </File>
1081 <File
1082 RelativePath="..\..\..\..\src\mesa\main\attrib.h"
1083 >
1084 </File>
1085 <File
1086 RelativePath="..\..\..\..\src\mesa\main\blend.h"
1087 >
1088 </File>
1089 <File
1090 RelativePath="..\..\..\..\src\mesa\main\bufferobj.h"
1091 >
1092 </File>
1093 <File
1094 RelativePath="..\..\..\..\src\mesa\main\buffers.h"
1095 >
1096 </File>
1097 <File
1098 RelativePath="..\..\..\..\src\mesa\main\clip.h"
1099 >
1100 </File>
1101 <File
1102 RelativePath="..\..\..\..\src\mesa\main\colormac.h"
1103 >
1104 </File>
1105 <File
1106 RelativePath="..\..\..\..\src\mesa\main\colortab.h"
1107 >
1108 </File>
1109 <File
1110 RelativePath="..\..\..\..\src\mesa\main\config.h"
1111 >
1112 </File>
1113 <File
1114 RelativePath="..\..\..\..\src\mesa\main\context.h"
1115 >
1116 </File>
1117 <File
1118 RelativePath="..\..\..\..\src\mesa\main\convolve.h"
1119 >
1120 </File>
1121 <File
1122 RelativePath="..\..\..\..\src\mesa\main\dd.h"
1123 >
1124 </File>
1125 <File
1126 RelativePath="..\..\..\..\src\mesa\main\debug.h"
1127 >
1128 </File>
1129 <File
1130 RelativePath="..\..\..\..\src\mesa\main\depth.h"
1131 >
1132 </File>
1133 <File
1134 RelativePath="..\..\..\..\src\mesa\main\depthstencil.h"
1135 >
1136 </File>
1137 <File
1138 RelativePath="..\..\..\..\src\mesa\main\dlist.h"
1139 >
1140 </File>
1141 <File
1142 RelativePath="..\..\..\..\src\mesa\main\drawpix.h"
1143 >
1144 </File>
1145 <File
1146 RelativePath="..\..\..\..\src\mesa\main\enable.h"
1147 >
1148 </File>
1149 <File
1150 RelativePath="..\..\..\..\src\mesa\main\enums.h"
1151 >
1152 </File>
1153 <File
1154 RelativePath="..\..\..\..\src\mesa\main\eval.h"
1155 >
1156 </File>
1157 <File
1158 RelativePath="..\..\..\..\src\mesa\main\extensions.h"
1159 >
1160 </File>
1161 <File
1162 RelativePath="..\..\..\..\src\mesa\main\fbobject.h"
1163 >
1164 </File>
1165 <File
1166 RelativePath="..\..\..\..\src\mesa\main\feedback.h"
1167 >
1168 </File>
1169 <File
1170 RelativePath="..\..\..\..\src\mesa\main\fog.h"
1171 >
1172 </File>
1173 <File
1174 RelativePath="..\..\..\..\src\mesa\main\framebuffer.h"
1175 >
1176 </File>
1177 <File
1178 RelativePath="..\..\..\..\src\mesa\main\get.h"
1179 >
1180 </File>
1181 <File
1182 RelativePath="..\..\..\..\src\mesa\glapi\glapi.h"
1183 >
1184 </File>
1185 <File
1186 RelativePath="..\..\..\..\src\mesa\glapi\glapioffsets.h"
1187 >
1188 </File>
1189 <File
1190 RelativePath="..\..\..\..\src\mesa\glapi\glapitable.h"
1191 >
1192 </File>
1193 <File
1194 RelativePath="..\..\..\..\src\mesa\glapi\glapitemp.h"
1195 >
1196 </File>
1197 <File
1198 RelativePath="..\..\..\..\src\mesa\main\glheader.h"
1199 >
1200 </File>
1201 <File
1202 RelativePath="..\..\..\..\src\mesa\glapi\glprocs.h"
1203 >
1204 </File>
1205 <File
1206 RelativePath="..\..\..\..\src\mesa\glapi\glthread.h"
1207 >
1208 </File>
1209 <File
1210 RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar.h"
1211 >
1212 </File>
1213 <File
1214 RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_crt.h"
1215 >
1216 </File>
1217 <File
1218 RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_mesa.h"
1219 >
1220 </File>
1221 <File
1222 RelativePath="..\..\..\..\src\mesa\shader\grammar\grammar_syn.h"
1223 >
1224 </File>
1225 <File
1226 RelativePath="..\..\..\..\src\mesa\main\hash.h"
1227 >
1228 </File>
1229 <File
1230 RelativePath="..\..\..\..\src\mesa\main\hint.h"
1231 >
1232 </File>
1233 <File
1234 RelativePath="..\..\..\..\src\mesa\main\histogram.h"
1235 >
1236 </File>
1237 <File
1238 RelativePath="..\..\..\..\src\mesa\main\image.h"
1239 >
1240 </File>
1241 <File
1242 RelativePath="..\..\..\..\src\mesa\main\imports.h"
1243 >
1244 </File>
1245 <File
1246 RelativePath="..\..\..\..\src\mesa\main\light.h"
1247 >
1248 </File>
1249 <File
1250 RelativePath="..\..\..\..\src\mesa\main\lines.h"
1251 >
1252 </File>
1253 <File
1254 RelativePath="..\..\..\..\src\mesa\math\m_clip_tmp.h"
1255 >
1256 </File>
1257 <File
1258 RelativePath="..\..\..\..\src\mesa\math\m_copy_tmp.h"
1259 >
1260 </File>
1261 <File
1262 RelativePath="..\..\..\..\src\mesa\math\m_debug.h"
1263 >
1264 </File>
1265 <File
1266 RelativePath="..\..\..\..\src\mesa\math\m_debug_util.h"
1267 >
1268 </File>
1269 <File
1270 RelativePath="..\..\..\..\src\mesa\math\m_dotprod_tmp.h"
1271 >
1272 </File>
1273 <File
1274 RelativePath="..\..\..\..\src\mesa\math\m_eval.h"
1275 >
1276 </File>
1277 <File
1278 RelativePath="..\..\..\..\src\mesa\math\m_matrix.h"
1279 >
1280 </File>
1281 <File
1282 RelativePath="..\..\..\..\src\mesa\math\m_norm_tmp.h"
1283 >
1284 </File>
1285 <File
1286 RelativePath="..\..\..\..\src\mesa\math\m_trans_tmp.h"
1287 >
1288 </File>
1289 <File
1290 RelativePath="..\..\..\..\src\mesa\math\m_translate.h"
1291 >
1292 </File>
1293 <File
1294 RelativePath="..\..\..\..\src\mesa\math\m_vector.h"
1295 >
1296 </File>
1297 <File
1298 RelativePath="..\..\..\..\src\mesa\math\m_xform.h"
1299 >
1300 </File>
1301 <File
1302 RelativePath="..\..\..\..\src\mesa\math\m_xform_tmp.h"
1303 >
1304 </File>
1305 <File
1306 RelativePath="..\..\..\..\src\mesa\main\macros.h"
1307 >
1308 </File>
1309 <File
1310 RelativePath="..\..\..\..\src\mesa\math\mathmod.h"
1311 >
1312 </File>
1313 <File
1314 RelativePath="..\..\..\..\src\mesa\main\matrix.h"
1315 >
1316 </File>
1317 <File
1318 RelativePath="..\..\..\..\src\mesa\main\mm.h"
1319 >
1320 </File>
1321 <File
1322 RelativePath="..\..\..\..\src\mesa\main\mtypes.h"
1323 >
1324 </File>
1325 <File
1326 RelativePath="..\..\..\..\src\mesa\shader\nvfragparse.h"
1327 >
1328 </File>
1329 <File
1330 RelativePath="..\..\..\..\src\mesa\shader\nvprogram.h"
1331 >
1332 </File>
1333 <File
1334 RelativePath="..\..\..\..\src\mesa\shader\nvvertparse.h"
1335 >
1336 </File>
1337 <File
1338 RelativePath="..\..\..\..\src\mesa\main\pixel.h"
1339 >
1340 </File>
1341 <File
1342 RelativePath="..\..\..\..\src\mesa\main\points.h"
1343 >
1344 </File>
1345 <File
1346 RelativePath="..\..\..\..\src\mesa\main\polygon.h"
1347 >
1348 </File>
1349 <File
1350 RelativePath="..\..\..\..\src\mesa\shader\prog_debug.h"
1351 >
1352 </File>
1353 <File
1354 RelativePath="..\..\..\..\src\mesa\shader\prog_execute.h"
1355 >
1356 </File>
1357 <File
1358 RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.h"
1359 >
1360 </File>
1361 <File
1362 RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.h"
1363 >
1364 </File>
1365 <File
1366 RelativePath="..\..\..\..\src\mesa\shader\prog_print.h"
1367 >
1368 </File>
1369 <File
1370 RelativePath="..\..\..\..\src\mesa\shader\prog_statevars.h"
1371 >
1372 </File>
1373 <File
1374 RelativePath="..\..\..\..\src\mesa\shader\prog_uniform.h"
1375 >
1376 </File>
1377 <File
1378 RelativePath="..\..\..\..\src\mesa\shader\program.h"
1379 >
1380 </File>
1381 <File
1382 RelativePath="..\..\..\..\src\mesa\shader\programopt.h"
1383 >
1384 </File>
1385 <File
1386 RelativePath="..\..\..\..\src\mesa\main\queryobj.h"
1387 >
1388 </File>
1389 <File
1390 RelativePath="..\..\..\..\src\mesa\main\rastpos.h"
1391 >
1392 </File>
1393 <File
1394 RelativePath="..\..\..\..\src\mesa\main\rbadaptors.h"
1395 >
1396 </File>
1397 <File
1398 RelativePath="..\..\..\..\src\mesa\main\renderbuffer.h"
1399 >
1400 </File>
1401 <File
1402 RelativePath="..\..\..\..\src\mesa\swrast\s_aaline.h"
1403 >
1404 </File>
1405 <File
1406 RelativePath="..\..\..\..\src\mesa\swrast\s_aalinetemp.h"
1407 >
1408 </File>
1409 <File
1410 RelativePath="..\..\..\..\src\mesa\swrast\s_aatriangle.h"
1411 >
1412 </File>
1413 <File
1414 RelativePath="..\..\..\..\src\mesa\swrast\s_aatritemp.h"
1415 >
1416 </File>
1417 <File
1418 RelativePath="..\..\..\..\src\mesa\swrast\s_accum.h"
1419 >
1420 </File>
1421 <File
1422 RelativePath="..\..\..\..\src\mesa\swrast\s_alpha.h"
1423 >
1424 </File>
1425 <File
1426 RelativePath="..\..\..\..\src\mesa\swrast\s_atifragshader.h"
1427 >
1428 </File>
1429 <File
1430 RelativePath="..\..\..\..\src\mesa\swrast\s_blend.h"
1431 >
1432 </File>
1433 <File
1434 RelativePath="..\..\..\..\src\mesa\swrast\s_context.h"
1435 >
1436 </File>
1437 <File
1438 RelativePath="..\..\..\..\src\mesa\swrast\s_depth.h"
1439 >
1440 </File>
1441 <File
1442 RelativePath="..\..\..\..\src\mesa\swrast\s_drawpix.h"
1443 >
1444 </File>
1445 <File
1446 RelativePath="..\..\..\..\src\mesa\swrast\s_feedback.h"
1447 >
1448 </File>
1449 <File
1450 RelativePath="..\..\..\..\src\mesa\swrast\s_fog.h"
1451 >
1452 </File>
1453 <File
1454 RelativePath="..\..\..\..\src\mesa\swrast\s_fragprog.h"
1455 >
1456 </File>
1457 <File
1458 RelativePath="..\..\..\..\src\mesa\swrast\s_lines.h"
1459 >
1460 </File>
1461 <File
1462 RelativePath="..\..\..\..\src\mesa\swrast\s_linetemp.h"
1463 >
1464 </File>
1465 <File
1466 RelativePath="..\..\..\..\src\mesa\swrast\s_logic.h"
1467 >
1468 </File>
1469 <File
1470 RelativePath="..\..\..\..\src\mesa\swrast\s_masking.h"
1471 >
1472 </File>
1473 <File
1474 RelativePath="..\..\..\..\src\mesa\swrast\s_points.h"
1475 >
1476 </File>
1477 <File
1478 RelativePath="..\..\..\..\src\mesa\swrast\s_pointtemp.h"
1479 >
1480 </File>
1481 <File
1482 RelativePath="..\..\..\..\src\mesa\swrast\s_span.h"
1483 >
1484 </File>
1485 <File
1486 RelativePath="..\..\..\..\src\mesa\swrast\s_spantemp.h"
1487 >
1488 </File>
1489 <File
1490 RelativePath="..\..\..\..\src\mesa\swrast\s_stencil.h"
1491 >
1492 </File>
1493 <File
1494 RelativePath="..\..\..\..\src\mesa\swrast\s_texcombine.h"
1495 >
1496 </File>
1497 <File
1498 RelativePath="..\..\..\..\src\mesa\swrast\s_texfilter.h"
1499 >
1500 </File>
1501 <File
1502 RelativePath="..\..\..\..\src\mesa\swrast\s_triangle.h"
1503 >
1504 </File>
1505 <File
1506 RelativePath="..\..\..\..\src\mesa\swrast\s_trispan.h"
1507 >
1508 </File>
1509 <File
1510 RelativePath="..\..\..\..\src\mesa\swrast\s_tritemp.h"
1511 >
1512 </File>
1513 <File
1514 RelativePath="..\..\..\..\src\mesa\swrast\s_zoom.h"
1515 >
1516 </File>
1517 <File
1518 RelativePath="..\..\..\..\src\mesa\shader\shader_api.h"
1519 >
1520 </File>
1521 <File
1522 RelativePath="..\..\..\..\src\mesa\main\shaders.h"
1523 >
1524 </File>
1525 <File
1526 RelativePath="..\..\..\..\src\mesa\main\simple_list.h"
1527 >
1528 </File>
1529 <File
1530 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_builtin.h"
1531 >
1532 </File>
1533 <File
1534 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_codegen.h"
1535 >
1536 </File>
1537 <File
1538 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile.h"
1539 >
1540 </File>
1541 <File
1542 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_function.h"
1543 >
1544 </File>
1545 <File
1546 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_operation.h"
1547 >
1548 </File>
1549 <File
1550 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_struct.h"
1551 >
1552 </File>
1553 <File
1554 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_compile_variable.h"
1555 >
1556 </File>
1557 <File
1558 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_emit.h"
1559 >
1560 </File>
1561 <File
1562 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_ir.h"
1563 >
1564 </File>
1565 <File
1566 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.h"
1567 >
1568 </File>
1569 <File
1570 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.h"
1571 >
1572 </File>
1573 <File
1574 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h"
1575 >
1576 </File>
1577 <File
1578 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_log.h"
1579 >
1580 </File>
1581 <File
1582 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_mem.h"
1583 >
1584 </File>
1585 <File
1586 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_preprocess.h"
1587 >
1588 </File>
1589 <File
1590 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_print.h"
1591 >
1592 </File>
1593 <File
1594 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_simplify.h"
1595 >
1596 </File>
1597 <File
1598 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_storage.h"
1599 >
1600 </File>
1601 <File
1602 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_typeinfo.h"
1603 >
1604 </File>
1605 <File
1606 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_utility.h"
1607 >
1608 </File>
1609 <File
1610 RelativePath="..\..\..\..\src\mesa\shader\slang\slang_vartable.h"
1611 >
1612 </File>
1613 <File
1614 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_context.h"
1615 >
1616 </File>
1617 <File
1618 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_triangle.h"
1619 >
1620 </File>
1621 <File
1622 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_tritmp.h"
1623 >
1624 </File>
1625 <File
1626 RelativePath="..\..\..\..\src\mesa\swrast_setup\ss_vb.h"
1627 >
1628 </File>
1629 <File
1630 RelativePath="..\..\..\..\src\mesa\main\state.h"
1631 >
1632 </File>
1633 <File
1634 RelativePath="..\..\..\..\src\mesa\main\stencil.h"
1635 >
1636 </File>
1637 <File
1638 RelativePath="..\..\..\..\src\mesa\swrast\swrast.h"
1639 >
1640 </File>
1641 <File
1642 RelativePath="..\..\..\..\src\mesa\swrast_setup\swrast_setup.h"
1643 >
1644 </File>
1645 <File
1646 RelativePath="..\..\..\..\src\mesa\tnl\t_context.h"
1647 >
1648 </File>
1649 <File
1650 RelativePath="..\..\..\..\src\mesa\tnl\t_pipeline.h"
1651 >
1652 </File>
1653 <File
1654 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_cliptmp.h"
1655 >
1656 </File>
1657 <File
1658 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_lighttmp.h"
1659 >
1660 </File>
1661 <File
1662 RelativePath="..\..\..\..\src\mesa\tnl\t_vb_rendertmp.h"
1663 >
1664 </File>
1665 <File
1666 RelativePath="..\..\..\..\src\mesa\tnl\t_vertex.h"
1667 >
1668 </File>
1669 <File
1670 RelativePath="..\..\..\..\src\mesa\tnl\t_vp_build.h"
1671 >
1672 </File>
1673 <File
1674 RelativePath="..\..\..\..\src\mesa\main\texcompress.h"
1675 >
1676 </File>
1677 <File
1678 RelativePath="..\..\..\..\src\mesa\main\texenvprogram.h"
1679 >
1680 </File>
1681 <File
1682 RelativePath="..\..\..\..\src\mesa\main\texformat.h"
1683 >
1684 </File>
1685 <File
1686 RelativePath="..\..\..\..\src\mesa\main\texformat_tmp.h"
1687 >
1688 </File>
1689 <File
1690 RelativePath="..\..\..\..\src\mesa\main\teximage.h"
1691 >
1692 </File>
1693 <File
1694 RelativePath="..\..\..\..\src\mesa\main\texobj.h"
1695 >
1696 </File>
1697 <File
1698 RelativePath="..\..\..\..\src\mesa\main\texrender.h"
1699 >
1700 </File>
1701 <File
1702 RelativePath="..\..\..\..\src\mesa\main\texstate.h"
1703 >
1704 </File>
1705 <File
1706 RelativePath="..\..\..\..\src\mesa\main\texstore.h"
1707 >
1708 </File>
1709 <File
1710 RelativePath="..\..\..\..\src\mesa\tnl\tnl.h"
1711 >
1712 </File>
1713 <File
1714 RelativePath="..\..\..\..\src\mesa\main\varray.h"
1715 >
1716 </File>
1717 <File
1718 RelativePath="..\..\..\..\src\mesa\vbo\vbo.h"
1719 >
1720 </File>
1721 <File
1722 RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib.h"
1723 >
1724 </File>
1725 <File
1726 RelativePath="..\..\..\..\src\mesa\vbo\vbo_attrib_tmp.h"
1727 >
1728 </File>
1729 <File
1730 RelativePath="..\..\..\..\src\mesa\vbo\vbo_context.h"
1731 >
1732 </File>
1733 <File
1734 RelativePath="..\..\..\..\src\mesa\vbo\vbo_exec.h"
1735 >
1736 </File>
1737 <File
1738 RelativePath="..\..\..\..\src\mesa\vbo\vbo_save.h"
1739 >
1740 </File>
1741 <File
1742 RelativePath="..\..\..\..\src\mesa\vbo\vbo_split.h"
1743 >
1744 </File>
1745 <File
1746 RelativePath="..\..\..\..\src\mesa\main\version.h"
1747 >
1748 </File>
1749 <File
1750 RelativePath="..\..\..\..\src\mesa\main\vtxfmt.h"
1751 >
1752 </File>
1753 <File
1754 RelativePath="..\..\..\..\src\mesa\main\vtxfmt_tmp.h"
1755 >
1756 </File>
1757 </Filter>
1758 </Files>
1759 <Globals>
1760 </Globals>
1761 </VisualStudioProject>