From 1d44bfbd252597a1a27489d48adb993966785729 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Mon, 22 Jun 2020 17:24:36 +0200 Subject: [PATCH] docs: mark external memory and semaphore extensions done for i965 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rohan Garg Reviewed-by: Eleni Maria Stea Reviewed-by: Tapani Pälli Part-of: --- docs/features.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index 1fc34b9de09..53f15a2822e 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -320,13 +320,13 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_texture_filter_minmax DONE (nvc0/gm200+, zink) GL_EXT_color_buffer_half_float DONE (gallium drivers supporting required formats) GL_EXT_depth_bounds_test DONE (i965/gen12+, nv50, nvc0, radeonsi, softpipe, swr, zink) - GL_EXT_memory_object DONE (radeonsi) - GL_EXT_memory_object_fd DONE (radeonsi) + GL_EXT_memory_object DONE (radeonsi, i965/gen7+) + GL_EXT_memory_object_fd DONE (radeonsi, i965/gen7+) GL_EXT_memory_object_win32 not started GL_EXT_multisampled_render_to_texture DONE (freedreno/a6xx, panfrost) GL_EXT_render_snorm DONE (i965, r600, radeonsi, softpipe) - GL_EXT_semaphore DONE (radeonsi) - GL_EXT_semaphore_fd DONE (radeonsi) + GL_EXT_semaphore DONE (radeonsi, i965/gen7+) + GL_EXT_semaphore_fd DONE (radeonsi, i965/gen7+) GL_EXT_semaphore_win32 not started GL_EXT_shader_group_vote DONE (all drivers that support ARB_shader_group_vote) GL_EXT_sRGB_write_control DONE (all drivers that support GLES 3.0+)