From 697fb11cfc070154ef84ae3635c47267ecd4a9eb Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 9 Feb 2021 19:26:47 -0500 Subject: [PATCH] features: mark off GL 4.3 for zink \o/ Reviewed-by: Bas Nieuwenhuizen Part-of: --- docs/features.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index ebc4bed..c8aee1e 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -166,29 +166,29 @@ GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl GL_ARB_map_buffer_alignment DONE (all drivers) -GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, llvmpipe, virgl +GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi, llvmpipe, virgl, zink GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30) GL_ARB_clear_buffer_object DONE (all drivers) - GL_ARB_compute_shader DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost, zink) - GL_ARB_copy_image DONE (i965, nv50, softpipe, swr, zink) + GL_ARB_compute_shader DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost) + GL_ARB_copy_image DONE (i965, nv50, softpipe, swr) GL_KHR_debug DONE (all drivers) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) - GL_ARB_fragment_layer_viewport DONE (i965, nv50, softpipe, swr, zink) - GL_ARB_framebuffer_no_attachments DONE (freedreno, i965, softpipe, v3d, zink) + GL_ARB_fragment_layer_viewport DONE (i965, nv50, softpipe, swr) + GL_ARB_framebuffer_no_attachments DONE (freedreno, i965, softpipe, v3d) GL_ARB_internalformat_query2 DONE (all drivers) GL_ARB_invalidate_subdata DONE (all drivers) - GL_ARB_multi_draw_indirect DONE (freedreno, i965, softpipe, swr, v3d, zink) + GL_ARB_multi_draw_indirect DONE (freedreno, i965, softpipe, swr, v3d) GL_ARB_program_interface_query DONE (all drivers) - GL_ARB_robust_buffer_access_behavior DONE (i965, zink) - GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965, softpipe, v3d, zink, panfrost/midgard) - GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost, zink) - GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, softpipe, swr, v3d, panfrost, d3d12, zink) - GL_ARB_texture_buffer_range DONE (freedreno, nv50, i965, softpipe, swr, d3d12, zink) + GL_ARB_robust_buffer_access_behavior DONE (i965) + GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost/midgard) + GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost) + GL_ARB_stencil_texturing DONE (freedreno, i965/hsw+, nv50, softpipe, swr, v3d, panfrost, d3d12) + GL_ARB_texture_buffer_range DONE (freedreno, nv50, i965, softpipe, swr, d3d12) GL_ARB_texture_query_levels DONE (all drivers that support GLSL 1.30) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) - GL_ARB_texture_view DONE (freedreno, i965, nv50, softpipe, swr, zink) + GL_ARB_texture_view DONE (freedreno, i965, nv50, softpipe, swr) GL_ARB_vertex_attrib_binding DONE (all drivers) -- 2.7.4