summaryrefslogtreecommitdiffstats
path: root/src/mesa/program/program_parse_extra.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/program/program_parse_extra.c')
-rw-r--r--src/mesa/program/program_parse_extra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/program_parse_extra.c b/src/mesa/program/program_parse_extra.c
index e8e1912eb85..b0e0d8fe7bf 100644
--- a/src/mesa/program/program_parse_extra.c
+++ b/src/mesa/program/program_parse_extra.c
@@ -260,7 +260,7 @@ _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option)
option += 5;
if (strcmp(option, "texture_array") == 0) {
- if (state->ctx->Extensions.MESA_texture_array) {
+ if (state->ctx->Extensions.EXT_texture_array) {
state->option.TexArray = 1;
return 1;
}