projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c1b418
)
glsl: Update the notes on adding a new expression type.
author
Eric Anholt
<eric@anholt.net>
Mon, 9 Jul 2012 22:47:33 +0000
(15:47 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 7 Aug 2012 18:47:49 +0000
(11:47 -0700)
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/glsl/README
patch
|
blob
|
history
diff --git
a/src/glsl/README
b/src/glsl/README
index
dd80a53
..
0a0afcc
100644
(file)
--- a/
src/glsl/README
+++ b/
src/glsl/README
@@
-177,7
+177,6
@@
ir_unop_fract was added. The following areas need updating to add a
new expression type:
ir.h (new enum)
-ir.cpp:get_num_operands() (used for ir_reader)
ir.cpp:operator_strs (used for ir_reader)
ir_constant_expression.cpp (you probably want to be able to constant fold)
ir_validate.cpp (check users have the right types)