diff options
author | Marta Lofstedt <[email protected]> | 2015-07-27 15:22:49 +0200 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2015-07-29 10:01:16 +0300 |
commit | 9ec50dc6bb192818dde221e561fb6be6c4bd417b (patch) | |
tree | 9a174aca4a158b9786d3a5d447e0b8c260e34033 /src/mesa/main/get.c | |
parent | d1bb3b4910e6c02344550b8982aa8442cd7efd29 (diff) |
mesa/es3.1: enable GL_ARB_shader_image_load_store 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 ec7eb718ef8..dc0493049b6 100644 --- a/src/mesa/main/get.c +++ b/src/mesa/main/get.c @@ -367,6 +367,12 @@ static const int extra_ARB_draw_indirect_es31[] = { EXTRA_END }; +static const int extra_ARB_shader_image_load_store_es31[] = { + EXT(ARB_shader_image_load_store), + EXTRA_API_ES31, + EXTRA_END +}; + EXTRA_EXT(ARB_texture_cube_map); EXTRA_EXT(EXT_texture_array); EXTRA_EXT(NV_fog_distance); |