From: Kenneth Graunke Date: Tue, 29 Jun 2010 17:02:01 +0000 (-0700) Subject: glsl2: Update TODO. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50577b96ac07bc24af1ef8e2490cb633aa84dd7d;p=mesa.git glsl2: Update TODO. --- diff --git a/src/glsl/TODO b/src/glsl/TODO index 193cfc767d8..c702eb4927e 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?