diff options
author | Marek Olšák <[email protected]> | 2019-04-15 13:03:13 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2019-04-15 16:18:07 -0400 |
commit | de0c97c8171f8a8183b94d8ac6997117c4671da8 (patch) | |
tree | 56d05f3043e040d1af077bbb9ba5af6a14cdd441 /docs/relnotes | |
parent | a35f2bbb853088f94cb7bbd5d54e0c2e10ddd98f (diff) |
radeonsi: enable GL_EXT_shader_image_load_formatted
no changes - the driver doesn't use the format
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/19.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/19.1.0.html b/docs/relnotes/19.1.0.html index 1c5f8d034b7..36d6dbe27c3 100644 --- a/docs/relnotes/19.1.0.html +++ b/docs/relnotes/19.1.0.html @@ -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> |