mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 01:10:44 +02:00
glsl/pp: Remove outdated TODO.
Already implemented in mesa compiler using predefined symbols.
This commit is contained in:
parent
e9aa65d2b7
commit
7631dca25b
1 changed files with 0 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue