Mesa (master): glsl/pp: Remove outdated TODO.

Michał Król michal at kemper.freedesktop.org
Sun Dec 20 20:21:25 UTC 2009


Module: Mesa
Branch: master
Commit: 7631dca25bd390901036b48709e243db961d3a1f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7631dca25bd390901036b48709e243db961d3a1f

Author: Michal Krol <michal at vmware.com>
Date:   Sat Dec 19 11:03:47 2009 +0100

glsl/pp: Remove outdated TODO.

Already implemented in mesa compiler using predefined symbols.

---

 src/glsl/pp/sl_pp_macro.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/glsl/pp/sl_pp_macro.c b/src/glsl/pp/sl_pp_macro.c
index 08b44c7..335142f 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) {




More information about the mesa-commit mailing list