r600: update the documentation of the extensions
This change updates the documentation of the extensions. Here are the commits where these extensions were activated:8348c9c84d"r600: enable ARB_gl_spirv": GL_ARB_gl_spirv GL_ARB_spirv_extensions8a1ef5bd31"r600: enable ARB_transform_feedback_overflow_query": GL_ARB_transform_feedback_overflow_query6fab29d37e"r600: implement EXT_window_rectangles": GL_EXT_window_rectangles769510f1cc"r600: implement EXT_shader_image_load_store": GL_EXT_shader_image_load_store Signed-off-by: Patrick Lerda <patrick9876@free.fr> Reviewed-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35547>
This commit is contained in:
+4
-4
@@ -225,18 +225,18 @@ GL 4.5, GLSL 4.50 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, v
|
||||
GL_KHR_robustness DONE (freedreno)
|
||||
GL_EXT_shader_integer_mix DONE (all drivers that support GLSL)
|
||||
|
||||
GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink, iris, crocus/gen7+, d3d12, asahi
|
||||
GL 4.6, GLSL 4.60 -- all DONE: radeonsi, virgl, zink, iris, crocus/gen7+, d3d12, asahi, r600/evergreen+
|
||||
|
||||
GL_ARB_gl_spirv DONE (freedreno, llvmpipe)
|
||||
GL_ARB_gl_spirv DONE (freedreno, llvmpipe, r600)
|
||||
GL_ARB_indirect_parameters DONE (freedreno/a6xx+, nvc0, llvmpipe, virgl, r600/evergreen+)
|
||||
GL_ARB_pipeline_statistics_query DONE (freedreno/a6xx+, nvc0, r600, llvmpipe, softpipe, crocus/gen6+)
|
||||
GL_ARB_polygon_offset_clamp DONE (freedreno, nv50, nvc0, r600, llvmpipe, v3d, panfrost, crocus)
|
||||
GL_ARB_shader_atomic_counter_ops DONE (freedreno/a5xx+, nvc0, r600, llvmpipe, softpipe, v3d, panfrost)
|
||||
GL_ARB_shader_draw_parameters DONE (freedreno/a6xx+, llvmpipe, nvc0, crocus/gen6+, r600/evergreen+)
|
||||
GL_ARB_shader_group_vote DONE (freedreno/a6xx, nvc0, llvmpipe, crocus, r600)
|
||||
GL_ARB_spirv_extensions DONE (freedreno, llvmpipe)
|
||||
GL_ARB_spirv_extensions DONE (freedreno, llvmpipe, r600)
|
||||
GL_ARB_texture_filter_anisotropic DONE (etnaviv/HALTI0, freedreno, nv50, nvc0, r600, softpipe, llvmpipe, v3d, panfrost/v6+, crocus)
|
||||
GL_ARB_transform_feedback_overflow_query DONE (freedreno/a6xx+, nvc0, llvmpipe, softpipe, crocus/gen6+)
|
||||
GL_ARB_transform_feedback_overflow_query DONE (freedreno/a6xx+, nvc0, llvmpipe, softpipe, crocus/gen6+, r600/evergreen+)
|
||||
GL_KHR_no_error DONE (all drivers)
|
||||
|
||||
These are the extensions cherry-picked to make GLES 3.1
|
||||
|
||||
@@ -56,3 +56,5 @@ cl_khr_extended_bit_ops
|
||||
VK_KHR_shader_clock on panvk
|
||||
GL_EXT_shader_realtime_clock on panfrost/v6+
|
||||
VK_KHR_shader_float8 on RADV (RDNA4+)
|
||||
GL_EXT_window_rectangles on r600
|
||||
GL_EXT_shader_image_load_store on r600/evergreen+
|
||||
|
||||
Reference in New Issue
Block a user