diff options
author | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2016-09-09 10:08:11 +0200 |
---|---|---|
committer | Nicolai Hähnle <nicolai.haehnle@amd.com> | 2016-10-10 10:36:42 +0200 |
commit | 77c81164bc1cd9ec98b32c40753f590791450434 (patch) | |
tree | 10f8468ceb6de6cbf56cba29a457a7098085a1e9 /docs/features.txt | |
parent | 014bd4acb8b130fb31ec00f6125b8a91881bebdf (diff) |
radeonsi: support ARB_compute_variable_group_size
Not sure if it's possible to avoid programming the block size twice (once for
the userdata and once for the dispatch).
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
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 e91ef6caa5..533971fe1c 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -279,7 +279,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_bindless_texture started (airlied) GL_ARB_cl_event not started - GL_ARB_compute_variable_group_size DONE (nvc0) + GL_ARB_compute_variable_group_size DONE (nvc0, radeonsi) GL_ARB_ES3_2_compatibility DONE (i965/gen8+) GL_ARB_fragment_shader_interlock not started GL_ARB_gl_spirv not started |