Module: Mesa Branch: main Commit: 88c39042898bbd3fe9d20eb89ba187617829bac9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88c39042898bbd3fe9d20eb89ba187617829bac9
Author: Mike Blumenkrantz <[email protected]> Date: Tue Aug 31 11:44:28 2021 -0400 docs: mark off ES 3.2 for zink blammo Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12603> --- docs/features.txt | 20 ++++++++++---------- docs/relnotes/new_features.txt | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index 09ad4c873a1..dbc0e4b4329 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -268,28 +268,28 @@ GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl, v3d, s glGetBooleani_v - restrict to GLES enums gl_HelperInvocation support DONE (i965, r600, panfrost) -GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl, llvmpipe +GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl, llvmpipe, zink GL_EXT_color_buffer_float DONE (all drivers) GL_KHR_blend_equation_advanced DONE (freedreno/a6xx, i965, nvc0, panfrost) GL_KHR_debug DONE (all drivers) - GL_KHR_robustness DONE (freedreno, i965, nvc0, r600, zink) - GL_KHR_texture_compression_astc_ldr DONE (freedreno, i965/gen9+, r600, v3d, vc4, panfrost, softpipe, swr, zink, lima) + GL_KHR_robustness DONE (freedreno, i965, nvc0, r600) + GL_KHR_texture_compression_astc_ldr DONE (freedreno, i965/gen9+, r600, v3d, vc4, panfrost, softpipe, swr, lima) GL_OES_copy_image DONE (all drivers) GL_OES_draw_buffers_indexed DONE (all drivers that support GL_ARB_draw_buffers_blend) GL_OES_draw_elements_base_vertex DONE (all drivers) - GL_OES_geometry_shader DONE (freedreno/a6xx, i965/hsw+, nvc0, r600, softpipe, v3d, zink) + GL_OES_geometry_shader DONE (freedreno/a6xx, i965/hsw+, nvc0, r600, softpipe, v3d) GL_OES_gpu_shader5 DONE (freedreno/a6xx, all drivers that support GL_ARB_gpu_shader5) - GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, softpipe, v3d, zink) - GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600, zink, panfrost, zink) - GL_OES_sample_variables DONE (freedreno/a6xx, i965, nvc0, r600, zink, panfrost/bifrost, zink) + GL_OES_primitive_bounding_box DONE (freedreno/a5xx+, i965/gen7+, nvc0, r600, softpipe, v3d) + GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600, panfrost) + GL_OES_sample_variables DONE (freedreno/a6xx, i965, nvc0, r600, panfrost/bifrost) GL_OES_shader_image_atomic DONE (all drivers that support GL_ARB_shader_image_load_store) GL_OES_shader_io_blocks DONE (All drivers that support GLES 3.1) - GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, i965, nvc0, r600, zink) + GL_OES_shader_multisample_interpolation DONE (freedreno/a6xx, i965, nvc0, r600) GL_OES_tessellation_shader DONE (freedreno/a6xx, all drivers that support GL_ARB_tessellation_shader) GL_OES_texture_border_clamp DONE (all drivers) - GL_OES_texture_buffer DONE (freedreno, i965, nvc0, r600, softpipe, panfrost, zink) - GL_OES_texture_cube_map_array DONE (freedreno/a4xx+, i965/hsw+, nvc0, r600, softpipe, zink) + GL_OES_texture_buffer DONE (freedreno, i965, nvc0, r600, softpipe, panfrost) + GL_OES_texture_cube_map_array DONE (freedreno/a4xx+, i965/hsw+, nvc0, r600, softpipe) GL_OES_texture_stencil8 DONE (all drivers that support GL_ARB_texture_stencil8) GL_OES_texture_storage_multisample_2d_array DONE (all drivers that support GL_ARB_texture_multisample) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index abd83b286f4..b33a3e1b067 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -7,3 +7,4 @@ VK_EXT_external_memory_host on lavapipe GL_AMD_pinned_memory on llvmpipe GL 4.5 compatibility on llvmpipe VK_EXT_primitive_topology_list_restart on RADV. +ES 3.2 on zink
