diff options
author | Michal Krol <[email protected]> | 2009-09-17 12:33:26 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-17 12:33:26 +0200 |
commit | 90daefd1c474a6e0502df5053b581987c12b8673 (patch) | |
tree | 6d845c74c31d0caa95ff15b1268de1ce5d223996 /src/glsl/pp | |
parent | 4fcda5000eed29b7c2ba70506ae34b209239eec6 (diff) |
glsl/pp: Add a TODO for FEATURE_es2_glsl.
Diffstat (limited to 'src/glsl/pp')
-rw-r--r-- | src/glsl/pp/sl_pp_macro.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_macro.c b/src/glsl/pp/sl_pp_macro.c index 6772100847b..878b22ed9c3 100644 --- a/src/glsl/pp/sl_pp_macro.c +++ b/src/glsl/pp/sl_pp_macro.c @@ -157,6 +157,11 @@ sl_pp_macro_expand(struct sl_pp_context *context, return 0; } + /* 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) { |