diff options
author | Kenneth Graunke <kenneth@whitecape.org> | 2010-06-29 10:02:01 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-29 11:12:54 -0700 |
commit | 50577b96ac07bc24af1ef8e2490cb633aa84dd7d (patch) | |
tree | ee0260c787dd8060ece65c8f5dba1015a7f3ed1e /src/glsl/TODO | |
parent | 6de825650560198eb97f19e72b2d56e68e3d7a63 (diff) |
glsl2: Update TODO.
Diffstat (limited to 'src/glsl/TODO')
-rw-r--r-- | src/glsl/TODO | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/glsl/TODO b/src/glsl/TODO index 193cfc767d..c702eb4927 100644 --- a/src/glsl/TODO +++ b/src/glsl/TODO @@ -43,10 +43,7 @@ - Care must be taken to handle both the 1.10 rules and the 1.20+ rules. In 1.10, built-in functions cannot be constant expressions. -- Detect non-void functions that lack a return statement - -- Detect return statements with a type not matching the funciton's - return type. +- Detect code paths in non-void functions that don't reach a return statement - Handle over-riding built-in functions - Is the overload per-compilation unit or per-linked shader? |