diff options
author | Eric Anholt <[email protected]> | 2012-07-09 15:47:33 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-08-07 11:47:49 -0700 |
commit | 7e42302e7188a783221d2b17a4bb07ee89cae367 (patch) | |
tree | 657f8f727121d37d00e22adea5434aa3735b0969 /src/glsl/README | |
parent | 9c1b41879aab2ff7386c547a2ccce7686c018cf5 (diff) |
glsl: Update the notes on adding a new expression type.
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/glsl/README')
-rw-r--r-- | src/glsl/README | 1 |
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) |