projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bc3e1f
)
glsl: Add comments to clarify the types of comparison binops.
author
Kenneth Graunke
<kenneth@whitecape.org>
Sun, 19 Sep 2010 02:50:28 +0000
(
04:50
+0200)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Mon, 20 Sep 2010 15:31:16 +0000
(17:31 +0200)
src/glsl/ir.h
patch
|
blob
|
history
diff --git
a/src/glsl/ir.h
b/src/glsl/ir.h
index 909f8242a7828f6ebb837ce8faf63f2ccf57f385..240e7cd49affd0515060de0b2fa5b43b9a1d00ba 100644
(file)
--- a/
src/glsl/ir.h
+++ b/
src/glsl/ir.h
@@
-719,7
+719,8
@@
enum ir_expression_operation {
ir_binop_mod,
/**
- * \name Binary comparison operators
+ * \name Binary comparison operators which return a boolean vector.
+ * The type of both operands must be equal.
*/
/*@{*/
ir_binop_less,