projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
271d504
)
fix typo
author
Brian
<brian@yutani.localnet.net>
Tue, 16 Jan 2007 23:53:41 +0000
(16:53 -0700)
committer
Brian
<brian@yutani.localnet.net>
Tue, 16 Jan 2007 23:53:41 +0000
(16:53 -0700)
src/mesa/shader/slang/slang_codegen.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_codegen.c
b/src/mesa/shader/slang/slang_codegen.c
index 666f36b7cfe0bf1b231621eb5705e3a2e37f62bd..4213e1c4b4f1a26cf9fdf93f3f93300cf943fd80 100644
(file)
--- a/
src/mesa/shader/slang/slang_codegen.c
+++ b/
src/mesa/shader/slang/slang_codegen.c
@@
-1669,7
+1669,7
@@
_slang_gen_assignment(slang_assemble_ctx * A, slang_operation *oper)
{
if (oper->children[0].type == slang_oper_identifier &&
oper->children[1].type == slang_oper_call) {
- /* S
s
pecial case of: x = f(a, b)
+ /* Special case of: x = f(a, b)
* Replace with f(a, b, x) (where x == hidden __retVal out param)
*/
slang_ir_node *n;