glsl: Add ARB_shader_image_load_store extension enables.

Reviewed-by: Paul Berry <stereotype441@gmail.com>
This commit is contained in:
Francisco Jerez
2014-02-12 16:54:40 +01:00
parent 9afbd04d89
commit 9e611fc72d
2 changed files with 3 additions and 0 deletions

View File

@@ -527,6 +527,7 @@ static const _mesa_glsl_extension _mesa_glsl_supported_extensions[] = {
EXT(AMD_shader_trinary_minmax, true, false, dummy_true),
EXT(ARB_viewport_array, true, false, ARB_viewport_array),
EXT(ARB_compute_shader, true, false, ARB_compute_shader),
EXT(ARB_shader_image_load_store, true, false, ARB_shader_image_load_store),
};
#undef EXT