projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aa65d
)
glsl/pp: Remove outdated TODO.
author
Michal Krol
<michal@vmware.com>
Sat, 19 Dec 2009 10:03:47 +0000
(11:03 +0100)
committer
Michal 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
patch
|
blob
|
history
diff --git
a/src/glsl/pp/sl_pp_macro.c
b/src/glsl/pp/sl_pp_macro.c
index 08b44c7cbe4ebe30a80f5fb36fb77bf718c0d825..335142fc615710a2c81a0ee9cec8ae6fa92af928 100644
(file)
--- 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) {