projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa710c3
)
fix typos
author
Brian
<brian@yutani.localnet.net>
Fri, 22 Dec 2006 17:26:22 +0000
(10:26 -0700)
committer
Brian
<brian@yutani.localnet.net>
Fri, 22 Dec 2006 17:26:22 +0000
(10:26 -0700)
src/mesa/shader/slang/slang_ir.h
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_ir.h
b/src/mesa/shader/slang/slang_ir.h
index 7c5e044861894eb7e307141b614f1d4eae760b42..405d799315db0f75a7247ff3831696a301426f81 100644
(file)
--- a/
src/mesa/shader/slang/slang_ir.h
+++ b/
src/mesa/shader/slang/slang_ir.h
@@
-24,7
+24,7
@@
/**
* \file slang_ir.h
- * Mesa GLSL Itermediate Representation tree types and constants.
+ * Mesa GLSL I
n
termediate Representation tree types and constants.
* \author Brian Paul
*/
@@
-69,7
+69,7
@@
typedef enum
IR_EXP2, /* 2^x */
IR_LOG2, /* log base 2 */
IR_RSQ, /* 1/sqrt() */
- IR_RCP, /* recipr
i
col */
+ IR_RCP, /* recipr
o
col */
IR_FLOOR,
IR_FRAC,
IR_ABS, /* absolute value */