glsl/pp: Remove outdated TODO.
authorMichal Krol <michal@vmware.com>
Sat, 19 Dec 2009 10:03:47 +0000 (11:03 +0100)
committerMichal Krol <michal@vmware.com>
Sun, 20 Dec 2009 20:18:58 +0000 (21:18 +0100)
Already implemented in mesa compiler using predefined symbols.

src/glsl/pp/sl_pp_macro.c

index 08b44c7cbe4ebe30a80f5fb36fb77bf718c0d825..335142fc615710a2c81a0ee9cec8ae6fa92af928 100644 (file)
@@ -192,11 +192,6 @@ sl_pp_macro_expand(struct sl_pp_context *context,
       }
    }
 
-   /* TODO: For FEATURE_es2_glsl, expand to 1 the following symbols.
-    *       GL_ES
-    *       GL_FRAGMENT_PRECISION_HIGH
-    */
-
    if (local) {
       for (macro = local; macro; macro = macro->next) {
          if (macro->name == macro_name) {