glsl2: Update TODO.

This commit is contained in:
Kenneth Graunke
2010-06-29 10:02:01 -07:00
committed by Ian Romanick
parent 6de8256505
commit 50577b96ac
+1 -4
View File
@@ -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?