projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fcda50
)
glsl/pp: Add a TODO for FEATURE_es2_glsl.
author
Michal Krol
<michal@vmware.com>
Thu, 17 Sep 2009 10:33:26 +0000
(12:33 +0200)
committer
Michal Krol
<michal@vmware.com>
Thu, 17 Sep 2009 10:33:26 +0000
(12:33 +0200)
src/glsl/pp/sl_pp_macro.c
patch
|
blob
|
history
diff --git
a/src/glsl/pp/sl_pp_macro.c
b/src/glsl/pp/sl_pp_macro.c
index 6772100847b14c1cb2e7ba30d830f37910df7355..878b22ed9c38f92a435de4cb2fbdc453f2bc2e5a 100644
(file)
--- 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) {