summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/slang_core.gc
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-04-22 09:51:46 +0000
committerMichal Krol <mjkrol@gmail.org>2005-04-22 09:51:46 +0000
commit3ed1f07686d33abae54f6599260aa4e77354f901 (patch)
tree5d2f0581684f6b3638c55cebde2ae64bd6c21a83 /src/mesa/shader/slang/library/slang_core.gc
parent2cbbd3dc50eb3656cfabbd948a594e03c8134943 (diff)
Provide precompiled binary versions of built-in library .gc sources
to dramatically improve shader compiling performance.
Diffstat (limited to 'src/mesa/shader/slang/library/slang_core.gc')
-rwxr-xr-xsrc/mesa/shader/slang/library/slang_core.gc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/shader/slang/library/slang_core.gc b/src/mesa/shader/slang/library/slang_core.gc
index fdba7c636d..e20b144a0d 100755
--- a/src/mesa/shader/slang/library/slang_core.gc
+++ b/src/mesa/shader/slang/library/slang_core.gc
@@ -17,7 +17,7 @@
// a list of zero or more source variable identifiers. A variable identifier is a variable name
// declared earlier in the code (as a function parameter, local or global variable).
// An instruction name designates an instruction that must be exported by the implementation.
-// Each instruction receives data from source variable identifiers and returns data in the
+// Each instruction receives data from source variable identifiers and returns data in the
// destination variable identifier.
//
// It is up to the implementation how to define a particular operator or constructor. If it is
@@ -1740,4 +1740,4 @@ bool __operator ^^ (const bool a, const bool b) {
bool __operator ! (const bool a) {
return a == false;
}
-
+