diff --git a/docs/features.txt b/docs/features.txt index a5e0bd85d8d..46cf17e88f3 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -181,7 +181,7 @@ GL 4.3, GLSL 4.30 -- all DONE: freedreno/a6xx, nvc0, r600, radeonsi, llvmpipe, v GL_ARB_invalidate_subdata DONE (all drivers) GL_ARB_multi_draw_indirect DONE (all drivers that supports GL_ARB_draw_indirect) GL_ARB_program_interface_query DONE (all drivers) - GL_ARB_robust_buffer_access_behavior DONE (freedreno) + GL_ARB_robust_buffer_access_behavior DONE (freedreno, panfrost) GL_ARB_shader_image_size DONE (freedreno/a5xx+, softpipe, v3d, panfrost, crocus/gen7+) GL_ARB_shader_storage_buffer_object DONE (freedreno/a5xx+, softpipe, v3d, panfrost, crocus/gen7+) GL_ARB_stencil_texturing DONE (freedreno, nv50, softpipe, v3d, panfrost) @@ -341,6 +341,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_EXT_texture_sRGB_R8 DONE (all drivers that support GLES 3.0+) GL_EXT_texture_view DONE (all drivers that support GL_OES_texture_view) GL_KHR_blend_equation_advanced_coherent DONE (freedreno/a6xx, panfrost, zink, asahi, iris/gen9+, v3d) + GL_KHR_robust_buffer_access_behavior DONE (panfrost) GL_KHR_shader_subgroup DONE (radeonsi, zink) GL_KHR_texture_compression_astc_hdr DONE (panfrost, asahi) GL_KHR_texture_compression_astc_sliced_3d DONE (freedreno/a4xx+, r600, radeonsi, panfrost, softpipe, v3d, zink, lima, asahi, iris/gen9+) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index e69de29bb2d..658bb27a067 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -0,0 +1,2 @@ +EGL_EXT_create_context_robustness support on Panfrost V10+ +GL_ARB_robust_buffer_access_behavior and GL_KHR_robust_buffer_access_behavior support on Panfrost