From: Eric Anholt Date: Mon, 9 Jul 2012 22:47:33 +0000 (-0700) Subject: glsl: Update the notes on adding a new expression type. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e42302e7188a783221d2b17a4bb07ee89cae367;p=mesa.git glsl: Update the notes on adding a new expression type. Reviewed-by: Ian Romanick Reviewed-by: Kenneth Graunke --- diff --git a/src/glsl/README b/src/glsl/README index dd80a53d476..0a0afccdce8 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)