summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
diff options
context:
space:
mode:
authorMarta Lofstedt <marta.lofstedt@intel.com>2015-07-27 15:22:50 +0200
committerTapani Pälli <tapani.palli@intel.com>2015-07-29 10:02:37 +0300
commitc561b2faa80d07eedfe201ffdbb3f7746e33a049 (patch)
tree21c29256a3056cc413b99b844bcac6b1abff2fe6 /src/mesa/main/get.c
parentcd14fcbca0a1dcecfdbee97a3524123ba87f901d (diff)
downloadexternal_mesa3d-c561b2faa80d07eedfe201ffdbb3f7746e33a049.zip
external_mesa3d-c561b2faa80d07eedfe201ffdbb3f7746e33a049.tar.gz
external_mesa3d-c561b2faa80d07eedfe201ffdbb3f7746e33a049.tar.bz2
mesa/es3.1: enable GL_ARB_texture_multisample for GLES 3.1
Signed-off-by: Marta Lofstedt <marta.lofstedt@intel.com> Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'src/mesa/main/get.c')
-rw-r--r--src/mesa/main/get.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/get.c b/src/mesa/main/get.c
index 39fe725..60c1b1b 100644
--- a/src/mesa/main/get.c
+++ b/src/mesa/main/get.c
@@ -379,6 +379,12 @@ static const int extra_ARB_shader_atomic_counters_es31[] = {
EXTRA_END
};
+static const int extra_ARB_texture_multisample_es31[] = {
+ EXT(ARB_texture_multisample),
+ EXTRA_API_ES31,
+ EXTRA_END
+};
+
EXTRA_EXT(ARB_texture_cube_map);
EXTRA_EXT(EXT_texture_array);
EXTRA_EXT(NV_fog_distance);