From: Michal Krol Date: Sat, 19 Dec 2009 10:03:47 +0000 (+0100) Subject: glsl/pp: Remove outdated TODO. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7631dca25bd390901036b48709e243db961d3a1f;p=mesa.git glsl/pp: Remove outdated TODO. Already implemented in mesa compiler using predefined symbols. --- diff --git a/src/glsl/pp/sl_pp_macro.c b/src/glsl/pp/sl_pp_macro.c index 08b44c7cbe4..335142fc615 100644 --- a/src/glsl/pp/sl_pp_macro.c +++ b/src/glsl/pp/sl_pp_macro.c @@ -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) {