diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-12-15 18:37:39 -0700 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-12-15 18:37:39 -0700 |
commit | 702b5b076b7591560e7e701e0c9ff2eeb30fa966 (patch) | |
tree | 36ba59000274898ab0b51e1f237ef03480541594 /windows | |
parent | c4341fe80acf75bf5417ffeb85fe6902218b752a (diff) |
mesa: rename slang_library_noise.[ch] to prog_noise.[ch] and rename functions
The noise functions were not glsl-specific.
Also, ran indent on the code to clean it up.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/VC7/mesa/mesa/mesa.vcproj | 12 | ||||
-rw-r--r-- | windows/VC8/mesa/mesa/mesa.vcproj | 16 |
2 files changed, 14 insertions, 14 deletions
diff --git a/windows/VC7/mesa/mesa/mesa.vcproj b/windows/VC7/mesa/mesa/mesa.vcproj index 8a682585cd..4d5d4c744b 100644 --- a/windows/VC7/mesa/mesa/mesa.vcproj +++ b/windows/VC7/mesa/mesa/mesa.vcproj @@ -338,6 +338,9 @@ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.c">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_noise.c">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.c">
</File>
<File
@@ -488,9 +491,6 @@ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.c">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.c">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c">
</File>
<File
@@ -927,6 +927,9 @@ RelativePath="..\..\..\..\src\mesa\shader\prog_instruction.h">
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_noise.h">
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.h">
</File>
<File
@@ -1080,9 +1083,6 @@ RelativePath="..\..\..\..\src\mesa\shader\slang\slang_label.h">
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.h">
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h">
</File>
<File
diff --git a/windows/VC8/mesa/mesa/mesa.vcproj b/windows/VC8/mesa/mesa/mesa.vcproj index acbbf18cb4..91e1849669 100644 --- a/windows/VC8/mesa/mesa/mesa.vcproj +++ b/windows/VC8/mesa/mesa/mesa.vcproj @@ -502,6 +502,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_noise.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.c"
>
</File>
@@ -770,10 +774,6 @@ >
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.c"
- >
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.c"
>
</File>
@@ -1359,6 +1359,10 @@ >
</File>
<File
+ RelativePath="..\..\..\..\src\mesa\shader\prog_noise.h"
+ >
+ </File>
+ <File
RelativePath="..\..\..\..\src\mesa\shader\prog_parameter.h"
>
</File>
@@ -1567,10 +1571,6 @@ >
</File>
<File
- RelativePath="..\..\..\..\src\mesa\shader\slang\slang_library_noise.h"
- >
- </File>
- <File
RelativePath="..\..\..\..\src\mesa\shader\slang\slang_link.h"
>
</File>
|