summaryrefslogtreecommitdiff
path: root/src/glsl/README
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-07-09 15:47:33 -0700
committerEric Anholt <eric@anholt.net>2012-08-07 11:47:49 -0700
commit7e42302e7188a783221d2b17a4bb07ee89cae367 (patch)
tree657f8f727121d37d00e22adea5434aa3735b0969 /src/glsl/README
parent9c1b41879aab2ff7386c547a2ccce7686c018cf5 (diff)
glsl: Update the notes on adding a new expression type.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/glsl/README')
-rw-r--r--src/glsl/README1
1 files changed, 0 insertions, 1 deletions
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)