From dc057f638c265dda00ff9084ac4605b69716c794 Mon Sep 17 00:00:00 2001 From: Pierre-Eric Pelloux-Prayer Date: Wed, 6 Nov 2019 10:30:13 +0100 Subject: [PATCH 1/1] mesa: update features.txt to reflect EXT_dsa status MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit All features from the EXT_dsa spec are implemented. Interactions with other specs: - GL_AMD_gpu_shader_int64: not needed, since it's not enabled in compatibility profile. - GL_ARB_bindless_texture is DONE "INVALID_OPERATION is generated when calling various functions to modify the state of a texture object from which handles have been extracted" - GL_ARB_buffer_storage/GL_EXT_buffer_storage is DONE (NamedBufferStorageEXT function) - GL_ARB_texture_storage is DONE (3 TextureStorage*DEXT functions) - GL_ARB_vertex_attrib_binding is DONE (6 VertexArray* functions) - GL_EXT_external_buffer is not supported by Mesa Reviewed-by: Marek Olšák --- docs/features.txt | 58 +++++++++++++++++++++++------------------------ 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/docs/features.txt b/docs/features.txt index f2890fee304..9cf76533fc2 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -347,50 +347,50 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GLX_ARB_robustness_share_group_isolation not started GL_EXT_direct_state_access subfeatures (in the spec order): - GL 1.1: Client commands not started - GL 1.0-1.3: Matrix and transpose matrix commands not started - GL 1.1-1.2: Texture commands not started - GL 1.2: 3D texture commands not started - GL 1.2.1: Multitexture commands not started - GL 1.2.1-3.0: Indexed texture commands not started - GL 1.2.1-3.0: Indexed generic queries not started - GL 1.2.1: EnableIndexed.. Get*Indexed not started - GL_ARB_vertex_program not started - GL 1.3: Compressed texture and multitexture commands not started - GL 1.5: Buffer commands not started - GL 2.0-2.1: Uniform and uniform matrix commands not started - GL_EXT_texture_buffer_object not started - GL_EXT_texture_integer not started - GL_EXT_gpu_shader4 not started - GL_EXT_gpu_program_parameters not started + GL 1.1: Client commands DONE + GL 1.0-1.3: Matrix and transpose matrix commands DONE + GL 1.1-1.2: Texture commands DONE + GL 1.2: 3D texture commands DONE + GL 1.2.1: Multitexture commands DONE + GL 1.2.1-3.0: Indexed texture commands DONE + GL 1.2.1-3.0: Indexed generic queries DONE + GL 1.2.1: EnableIndexed.. Get*Indexed DONE + GL_ARB_vertex_program DONE + GL 1.3: Compressed texture and multitexture commands DONE + GL 1.5: Buffer commands DONE + GL 2.0-2.1: Uniform and uniform matrix commands DONE + GL_EXT_texture_buffer_object DONE + GL_EXT_texture_integer DONE + GL_EXT_gpu_shader4 DONE + GL_EXT_gpu_program_parameters DONE GL_NV_gpu_program4 n/a GL_NV_framebuffer_multisample_coverage n/a - GL 3.0: Renderbuffer/framebuffer commands, Gen*Mipmap not started - GL 3.0: CopyBuffer command not started - GL_EXT_geometry_shader4 commands (expose in GL 3.2) not started + GL 3.0: Renderbuffer/framebuffer commands, Gen*Mipmap DONE + GL 3.0: CopyBuffer command DONE + GL_EXT_geometry_shader4 commands (expose in GL 3.2) DONE GL_NV_explicit_multisample n/a - GL 3.0: Vertex array/attrib/query/map commands not started - Matrix GL tokens not started + GL 3.0: Vertex array/attrib/query/map commands DONE + Matrix GL tokens DONE GL_EXT_direct_state_access additions from other extensions (complete list): GL_AMD_framebuffer_sample_positions n/a - GL_AMD_gpu_shader_int64 not started - GL_ARB_bindless_texture not started - GL_ARB_buffer_storage not started + GL_AMD_gpu_shader_int64 n/a (not enabled in compat profile) + GL_ARB_bindless_texture DONE + GL_ARB_buffer_storage DONE GL_ARB_clear_buffer_object not started GL_ARB_framebuffer_no_attachments not started GL_ARB_gpu_shader_fp64 not started GL_ARB_instanced_arrays not started - GL_ARB_internalformat_query2 not started + GL_ARB_internalformat_query2 DONE GL_ARB_sparse_texture n/a GL_ARB_sparse_buffer not started GL_ARB_texture_buffer_range not started - GL_ARB_texture_storage not started + GL_ARB_texture_storage DONE GL_ARB_texture_storage_multisample not started GL_ARB_vertex_attrib_64bit not started - GL_ARB_vertex_attrib_binding not started - GL_EXT_buffer_storage not started - GL_EXT_external_buffer not started + GL_ARB_vertex_attrib_binding DONE + GL_EXT_buffer_storage DONE + GL_EXT_external_buffer n/a GL_EXT_separate_shader_objects n/a GL_EXT_sparse_texture n/a GL_EXT_texture_storage n/a -- 2.30.2