diff options
author | Marek Olšák <[email protected]> | 2018-09-17 23:30:32 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-09-21 03:01:58 -0400 |
commit | 945e9cdb2b03fdc37de68e223ab0614022d161d5 (patch) | |
tree | ae3a5965a7afe55be19801b4e7839dd33b22822a /docs/features.txt | |
parent | 0a77e70d1040eb98253a172908785303c3abdbd5 (diff) |
docs/features: add EXT_direct_state_access features
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/docs/features.txt b/docs/features.txt index 9ccf803d470..a97f998a5cc 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -344,6 +344,63 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GLX_ARB_robustness_application_isolation not started 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_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_NV_explicit_multisample n/a + GL 3.0: Vertex array/attrib/query/map commands not started + Matrix GL tokens not started + +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_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_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_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_EXT_separate_shader_objects n/a + GL_EXT_sparse_texture n/a + GL_EXT_texture_storage n/a + GL_EXT_vertex_attrib_64bit not started + GL_EXT_EGL_image_storage n/a + GL_NV_bindless_texture n/a + GL_NV_gpu_shader5 n/a + GL_NV_texture_multisample n/a + GL_NV_vertex_buffer_unified_memory n/a + GL_NVX_linked_gpu_multicast n/a + GLX_NV_copy_buffer n/a + The following extensions are not part of any OpenGL or OpenGL ES version, and we DO NOT WANT implementations of these extensions for Mesa. |