glsl: Update the notes on adding a new expression type.
authorEric Anholt <eric@anholt.net>
Mon, 9 Jul 2012 22:47:33 +0000 (15:47 -0700)
committerEric 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

index dd80a53d4763614c5e25e0526014433335a3c780..0a0afccdce8a40964baaa666edf31285066f739a 100644 (file)
@@ -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)