From 7e42302e7188a783221d2b17a4bb07ee89cae367 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 9 Jul 2012 15:47:33 -0700 Subject: [PATCH] glsl: Update the notes on adding a new expression type. Reviewed-by: Ian Romanick Reviewed-by: Kenneth Graunke --- src/glsl/README | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2