diff options
author | Michal Krol <[email protected]> | 2006-02-27 14:41:41 +0000 |
---|---|---|
committer | Michal Krol <[email protected]> | 2006-02-27 14:41:41 +0000 |
commit | 9ac9605de156408580b81ba7e2780bd3f5372c6d (patch) | |
tree | e0dfe1127ed3b7f9674c450dea59b921e84c4dfc /windows/VC6/mesa/mesa.dsw | |
parent | c56f2c49a51e7ad1106c46e3e86dfe2756ef87c4 (diff) |
More GLSL code:
- add x86 code generator;
- add full support for uniforms in ARB_shader_objects;
- add assembly instruction: global_addr;
- reorganize #includes;
- built-in uniforms accessed by index, rather than by name;
- add some entries to x86sse rtasm;
- add configurations to VC6 projects: 'Release x86' and 'Debug x86';
- #define SLANG_X86 active only on VC6 x86 builds;
- introduce code export table for a shader;
- remove GNU license from the noise library;
Diffstat (limited to 'windows/VC6/mesa/mesa.dsw')
-rw-r--r-- | windows/VC6/mesa/mesa.dsw | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/windows/VC6/mesa/mesa.dsw b/windows/VC6/mesa/mesa.dsw index a6da850c1c2..6160331e7ef 100644 --- a/windows/VC6/mesa/mesa.dsw +++ b/windows/VC6/mesa/mesa.dsw @@ -3,7 +3,7 @@ Microsoft Developer Studio Workspace File, Format Version 6.00 ###############################################################################
-Project: "gdi"=.\gdi\gdi.dsp - Package Owner=<4>
+Project: "gdi"=".\gdi\gdi.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -18,7 +18,7 @@ Package=<4> ###############################################################################
-Project: "glu"=.\glu\glu.dsp - Package Owner=<4>
+Project: "glu"=".\glu\glu.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -33,7 +33,7 @@ Package=<4> ###############################################################################
-Project: "mesa"=.\mesa\mesa.dsp - Package Owner=<4>
+Project: "mesa"=".\mesa\mesa.dsp" - Package Owner=<4>
Package=<5>
{{{
@@ -45,7 +45,22 @@ Package=<4> ###############################################################################
-Project: "osmesa"=.\osmesa\osmesa.dsp - Package Owner=<4>
+Project: "osmesa"=".\osmesa\osmesa.dsp" - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+ Begin Project Dependency
+ Project_Dep_Name gdi
+ End Project Dependency
+}}}
+
+###############################################################################
+
+Project: "test"=".\test\test.dsp" - Package Owner=<4>
Package=<5>
{{{
|