diff options
author | Marta Lofstedt <[email protected]> | 2015-07-27 15:22:51 +0200 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2015-07-29 10:03:19 +0300 |
commit | 49021e5058130db299ac6843e34c5f5c53e565ad (patch) | |
tree | 92c3605c2a3088b2cabfe4b6fbe40bebd8fdd4f0 /src/mesa/main/get.c | |
parent | c561b2faa80d07eedfe201ffdbb3f7746e33a049 (diff) |
mesa/es3.1: enable GL_ARB_texture_gather for GLES 3.1
Signed-off-by: Marta Lofstedt <[email protected]>
Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
Reviewed-by: Tapani Pälli <[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 60c1b1bc0a1..a443493a33f 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -385,6 +385,12 @@ static const int extra_ARB_texture_multisample_es31[] = { EXTRA_END }; +static const int extra_ARB_texture_gather_es31[] = { + EXT(ARB_texture_gather), + EXTRA_API_ES31, + EXTRA_END +}; + EXTRA_EXT(ARB_texture_cube_map); EXTRA_EXT(EXT_texture_array); EXTRA_EXT(NV_fog_distance); |