diff --git a/docs/features.txt b/docs/features.txt index aa70c42b59a..7760a05cbdd 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -115,7 +115,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg GL_ARB_draw_buffers_blend DONE (freedreno, i965/gen6+, nv50, softpipe, panfrost, d3d12) GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, softpipe, v3d, d3d12) - GL_ARB_gpu_shader5 DONE (i965/gen7+) + GL_ARB_gpu_shader5 DONE (i965/gen7+, d3d12) - 'precise' qualifier DONE (softpipe) - Dynamically uniform sampler array indices DONE (softpipe) - Dynamically uniform UBO array indices DONE (freedreno, softpipe) @@ -129,7 +129,7 @@ GL 4.0, GLSL 4.00 --- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virg - Interpolation functions DONE (softpipe) - New overload resolution rules DONE (softpipe) GL_ARB_gpu_shader_fp64 DONE (i965/gen7+, softpipe, ) - GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50, panfrost) + GL_ARB_sample_shading DONE (freedreno/a6xx, i965/gen6+, nv50, panfrost, d3d12) GL_ARB_shader_subroutine DONE (freedreno, i965/gen6+, nv50, softpipe, d3d12) GL_ARB_tessellation_shader DONE (freedreno/a6xx, i965/gen7+, ) GL_ARB_texture_buffer_object_rgb32 DONE (freedreno, i965/gen6+, softpipe, d3d12, panfrost) @@ -154,7 +154,7 @@ GL 4.2, GLSL 4.20 -- all DONE: i965/gen7+, nvc0, r600, radeonsi, llvmpipe, virgl GL_ARB_texture_compression_bptc DONE (freedreno, i965, softpipe, panfrost/if SoC supports) GL_ARB_compressed_texture_pixel_storage DONE (all drivers) - GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost) + GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965, softpipe, v3d, panfrost, d3d12) GL_ARB_texture_storage DONE (all drivers) GL_ARB_transform_feedback_instanced DONE (freedreno, i965, nv50, softpipe, v3d) GL_ARB_base_instance DONE (freedreno, i965, nv50, softpipe, v3d, d3d12) @@ -240,22 +240,22 @@ GL 4.6, GLSL 4.60 -- all DONE: radeonsi, zink GL_KHR_no_error DONE (all drivers) These are the extensions cherry-picked to make GLES 3.1 -GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl, v3d, softpipe, llvmpipe, zink, panfrost +GLES3.1, GLSL ES 3.1 -- all DONE: i965/hsw+, nvc0, r600, radeonsi, virgl, v3d, softpipe, llvmpipe, zink, panfrost, d3d12 GL_ARB_arrays_of_arrays DONE (all drivers that support GLSL 1.30) - GL_ARB_compute_shader DONE (freedreno/a5xx+, i965/gen7+, d3d12) - GL_ARB_draw_indirect DONE (freedreno, i965/gen7+, d3d12) + GL_ARB_compute_shader DONE (freedreno/a5xx+, i965/gen7+) + GL_ARB_draw_indirect DONE (freedreno, i965/gen7+) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) - GL_ARB_framebuffer_no_attachments DONE (freedreno, i965/gen7+, softpipe, d3d12) + GL_ARB_framebuffer_no_attachments DONE (freedreno, i965/gen7+, softpipe) GL_ARB_program_interface_query DONE (all drivers) - GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965/gen7+, d3d12) - GL_ARB_shader_image_load_store DONE (freedreno/a5xx+, i965/gen7+, d3d12) - GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965/gen7+, d3d12) - GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, i965/gen7+, d3d12) + GL_ARB_shader_atomic_counters DONE (freedreno/a5xx+, i965/gen7+) + GL_ARB_shader_image_load_store DONE (freedreno/a5xx+, i965/gen7+) + GL_ARB_shader_image_size DONE (freedreno/a5xx+, i965/gen7+) + GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, i965/gen7+) GL_ARB_shading_language_packing DONE (all drivers) GL_ARB_separate_shader_objects DONE (all drivers) - GL_ARB_stencil_texturing DONE (freedreno, nv50, d3d12) - GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx+, i965/gen7+, nv50, d3d12) + GL_ARB_stencil_texturing DONE (freedreno, nv50) + GL_ARB_texture_multisample (Multisample textures) DONE (freedreno/a5xx+, i965/gen7+, nv50) GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) GL_ARB_vertex_attrib_binding DONE (all drivers) GS5 Enhanced textureGather DONE (freedreno, i965/gen7+) @@ -281,7 +281,7 @@ GLES3.2, GLSL ES 3.2 -- all DONE: i965/gen9+, radeonsi, virgl, llvmpipe, 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) - GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600, panfrost) + GL_OES_sample_shading DONE (freedreno/a6xx, i965, nvc0, r600, panfrost, d3d12) 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) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index dd2e94e8992..55a76bf4207 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -3,6 +3,6 @@ radv EXT_image_view_min_lod VK_KHR_synchronization2 on RADV. OpenSWR has been moved to the Amber branch radeonsi, zink ARB_sparse_texture -d3d12 support for shader store buffers, images, compute, indirect draw, draw params, and ARB_framebuffer_no_attachments +d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuffer_no_attachments, ARB_sample_shading, and GLSL400) radeonsi, zink ARB_sparse_texture2 zink EXT_memory_object, EXT_memory_object_fd, EXT_semaphore, EXT_semaphore_fd