[Mesa-dev] [PATCH 01/22] glsl: Update the notes on adding a new expression type.

Eric Anholt eric at anholt.net
Tue Jul 31 15:01:30 PDT 2012


Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>
---
 src/glsl/README |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/glsl/README b/src/glsl/README
index dd80a53..0a0afcc 100644
--- 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)
-- 
1.7.10.4



More information about the mesa-dev mailing list