glsl2: Update TODO.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 29 Jun 2010 17:02:01 +0000 (10:02 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 29 Jun 2010 18:12:54 +0000 (11:12 -0700)
src/glsl/TODO

index 193cfc767d87b7d03361fcc7011eecae5a340cea..c702eb4927ed8e075867e30ff46d994477bfb1db 100644 (file)
   - 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?