Mesa (master): docs: Add OpenGL 4.3 requirements

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 6 22:41:38 UTC 2012


Module: Mesa
Branch: master
Commit: 56c1f55c5179aa9c9a3d14daea2da453f41348e5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=56c1f55c5179aa9c9a3d14daea2da453f41348e5

Author: Jason Wood <sandain at hotmail.com>
Date:   Mon Aug  6 13:47:27 2012 -0600

docs: Add OpenGL 4.3 requirements

v2: Note that GLSL 4.3 has not been started, and that
ARB_compute_shader has been started in Gallium drivers.

Signed-off-by: Jason Wood <sandain at hotmail.com>
Signed-off-by: Brian Paul <brianp at vmware.com>

---

 docs/GL3.txt |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index 7c68745..8b4702c 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -130,5 +130,35 @@ GL_ARB_internalformat_query                          not started
 GL_ARB_map_buffer_alignment                          not started
 
 
+GL 4.3:
+
+GLSL 4.3                                             not started
+ARB_arrays_of_arrays                                 not started
+ARB_ES3_compatibility                                not started
+ARB_clear_buffer_object                              not started
+ARB_compute_shader                                   started (gallium)
+ARB_copy_image                                       not started
+ARB_debug_group                                      not started
+ARB_debug_label                                      not started
+ARB_debug_output2                                    not started
+ARB_debug_output                                     not started
+ARB_explicit_uniform_location                        not started
+ARB_fragment_layer_viewport                          not started
+ARB_framebuffer_no_attachments                       not started
+ARB_internalformat_query2                            not started
+ARB_invalidate_subdata                               not started
+ARB_multi_draw_indirect                              not started
+ARB_program_interface_query                          not started
+ARB_robust_buffer_access_behavior                    not started
+ARB_shader_image_size                                not started
+ARB_shader_storage_buffer_object                     not started
+ARB_stencil_texturing                                not started
+ARB_texture_buffer_range                             not started
+ARB_texture_query_levels                             not started
+ARB_texture_storage_multisample                      not started
+ARB_texture_view                                     not started
+ARB_vertex_attrib_binding                            not started
+
+
 More info about these features and the work involved can be found at
 http://dri.freedesktop.org/wiki/MissingFunctionality




More information about the mesa-commit mailing list