From cc1591667d55a6dbfafbd3d6a7afa9f9288c625d Mon Sep 17 00:00:00 2001 From: Michal Krol Date: Tue, 21 Feb 2006 12:35:06 +0000 Subject: More GLSL code: - uniforms (only GetLocation, Uniform1f and Uniform4fv for now for demos); - fix bugs and optimize array size handling; - 2D texture sampling (needs Enable(TEXTURE_2D) to work); - decrease built-in library assembly size by 30%. --- windows/VC6/mesa/mesa/mesa.dsp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'windows') diff --git a/windows/VC6/mesa/mesa/mesa.dsp b/windows/VC6/mesa/mesa/mesa.dsp index 6d846fc0ae..4ed137ffd8 100644 --- a/windows/VC6/mesa/mesa/mesa.dsp +++ b/windows/VC6/mesa/mesa/mesa.dsp @@ -522,10 +522,18 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.c # End Source File # Begin Source File +SOURCE=..\..\..\..\src\mesa\shader\slang\slang_export.c +# End Source File +# Begin Source File + SOURCE=..\..\..\..\src\mesa\shader\slang\slang_library_noise.c # End Source File # Begin Source File +SOURCE=..\..\..\..\src\mesa\shader\slang\slang_link.c +# End Source File +# Begin Source File + SOURCE=..\..\..\..\src\mesa\shader\slang\slang_preprocess.c # End Source File # Begin Source File @@ -1231,10 +1239,18 @@ SOURCE=..\..\..\..\src\mesa\shader\slang\slang_execute.h # End Source File # Begin Source File +SOURCE=..\..\..\..\src\mesa\shader\slang\slang_export.h +# End Source File +# Begin Source File + SOURCE=..\..\..\..\src\mesa\shader\slang\slang_library_noise.h # End Source File # Begin Source File +SOURCE=..\..\..\..\src\mesa\shader\slang\slang_link.h +# End Source File +# Begin Source File + SOURCE=..\..\..\..\src\mesa\shader\slang\slang_mesa.h # End Source File # Begin Source File -- cgit v1.2.3