diff options
author | Marta Lofstedt <[email protected]> | 2015-07-23 16:38:38 +0200 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2015-07-29 10:11:28 +0300 |
commit | cb1cfb710c5a30f2e9b9ea1bca9d7ae0f23bcdfc (patch) | |
tree | b6042ad6f49bda8d02fbd19fba8dd1a1d316eb4e /src/mesa/main/get.c | |
parent | 49db765debf9d1a810810935fafc3eef229e1511 (diff) |
mesa/es3.1: enable GL_ARB_explicit_uniform_location for GLES 3.1
Signed-off-by: Marta Lofstedt <[email protected]>
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r-- | src/mesa/main/get.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c index 072c1a5a49b..5b308e80668 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -397,6 +397,12 @@ static const int extra_ARB_compute_shader_es31[] = { EXTRA_END }; +static const int extra_ARB_explicit_uniform_location_es31[] = { + EXT(ARB_explicit_uniform_location), + EXTRA_API_ES31, + EXTRA_END +}; + EXTRA_EXT(ARB_texture_cube_map); EXTRA_EXT(EXT_texture_array); EXTRA_EXT(NV_fog_distance); |