summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPlamena Manolova <plamena.n.manolova@gmail.com>2018-11-12 16:29:51 +0200
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>2020-04-09 19:23:12 -0700
commit5664bd6db383984192cf362884dd9fb17d8ed3a3 (patch)
tree83f93a090cb8364ce1787bedf1772f0c6ddccea7 /docs
parentc77dc51203a45c8ae82d5a88d3e8fe99c32fc5bc (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 <plamena.manolova@intel.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4504>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 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)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index e31b7e68385..41631399737 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -1,3 +1,4 @@
+GL_ARB_compute_variable_group_size on i965.
GL_EXT_texture_shadow_lod on radeonsi.
GL_NV_copy_image on all gallium drivers.
VK_KHR_shader_non_semantic_info on Intel, RADV.