diff options
author | Plamena Manolova <[email protected]> | 2018-11-12 16:29:51 +0200 |
---|---|---|
committer | Caio Marcelo de Oliveira Filho <[email protected]> | 2020-04-09 19:23:12 -0700 |
commit | 5664bd6db383984192cf362884dd9fb17d8ed3a3 (patch) | |
tree | 83f93a090cb8364ce1787bedf1772f0c6ddccea7 /docs/features.txt | |
parent | c77dc51203a45c8ae82d5a88d3e8fe99c32fc5bc (diff) |
i965: Implement ARB_compute_variable_group_size
This patch adds the implementation of ARB_compute_variable_group_size
for i965. We do this by storing the local group size in a push constant.
Additional changes made by Caio Marcelo de Oliveira Filho.
Signed-off-by: Plamena Manolova <[email protected]>
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Paulo Zanoni <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4504>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 4db525b9da8..6394245a6df 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -299,7 +299,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_bindless_texture DONE (nvc0, radeonsi) GL_ARB_cl_event not started - GL_ARB_compute_variable_group_size DONE (nvc0, radeonsi) + GL_ARB_compute_variable_group_size DONE (i965/gen7+, nvc0, radeonsi) GL_ARB_ES3_2_compatibility DONE (i965/gen8+, radeonsi, virgl) GL_ARB_fragment_shader_interlock DONE (i965) GL_ARB_gpu_shader_int64 DONE (i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe) |