diff options
author | Marek Olšák <[email protected]> | 2018-08-06 00:56:35 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-08-24 00:36:18 -0400 |
commit | b3c17330e631695b5e5dc209ba9ea1a528618c97 (patch) | |
tree | 14db73e9805eacb5013d35c7c00a95ae09c03490 /docs/relnotes | |
parent | 1cf3631b9c73a9cbb36eb544bc36329c27400aeb (diff) |
mesa: expose AMD_gpu_shader_int64
because the closed driver exposes it.
It's equivalent to ARB_gpu_shader_int64.
In this patch, I did everything the same as we do for ARB_gpu_shader_int64.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/18.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index ac2cc1e893b..840a336d41a 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -52,6 +52,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_framebuffer_multisample_advanced on radeonsi.</li> +<li>GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.</li> <li>GL_EXT_window_rectangles on radeonsi.</li> </ul> |