From: Ian Romanick Date: Fri, 18 Jun 2010 03:37:17 +0000 (-0700) Subject: TODO: Add note about initializers for constants X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4230cfdb42061bdce806f35aec238d23ee37a26a;p=mesa.git TODO: Add note about initializers for constants --- diff --git a/TODO b/TODO index 1db3819178a..193cfc767d8 100644 --- a/TODO +++ b/TODO @@ -56,6 +56,12 @@ - Handle resizing of arrays. - Other? We'll have to look at the spec. +- Improve handling of constants and their initializers. Constant initializers + should never generate any code. This is trival for scalar constants. It is + also trivial for arrays, matrices, and vectors that are accessed with + constant index values. For others it is more complicated. Perhaps these + cases should be silently converted to uniforms? + 1.30 features: - Implement AST-to-HIR conversion of bit-shift operators.