radeonsi: enable GL_EXT_shader_image_load_formatted

no changes - the driver doesn't use the format

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
Marek Olšák 2019-04-15 13:03:13 -04:00
parent a35f2bbb85
commit de0c97c817
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ TBD.
<ul>
<li>GL_ARB_parallel_shader_compile on all drivers.</li>
<li>GL_EXT_shader_image_load_formatted on radeonsi.</li>
<li>GL_EXT_texture_compression_s3tc_srgb on Gallium drivers and i965 (ES extension).</li>
<li>GL_NV_compute_shader_derivatives on iris and i965.</li>
<li>GL_KHR_parallel_shader_compile on all drivers.</li>

View File

@ -161,6 +161,7 @@ static int si_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
case PIPE_CAP_TGSI_VOTE:
case PIPE_CAP_TGSI_FS_FBFETCH:
case PIPE_CAP_COMPUTE_GRID_INFO_LAST_BLOCK:
case PIPE_CAP_IMAGE_LOAD_FORMATTED:
return 1;
case PIPE_CAP_RESOURCE_FROM_USER_MEMORY: