diff options
author | Chris Forbes <[email protected]> | 2013-07-23 09:17:47 +1200 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-07-23 19:04:43 +1200 |
commit | 5a7bdd4b4173958c53109517b7c95f1039623e7e (patch) | |
tree | ad8453ebbc88ca870cc9d594b9e6557e5b456fee | |
parent | df530829f757a8968389427eb26f45a0d46623fa (diff) |
docs: Add items for GL4.4
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
-rw-r--r-- | docs/GL3.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index f2152a31e9f..64986ea7320 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -156,5 +156,19 @@ ARB_texture_view not started ARB_vertex_attrib_binding not started +GL 4.4: + +GLSL 4.4 not started +MAX_VERTEX_ATTRIB_STRIDE not started +ARB_buffer_storage not started +ARB_clear_texture not started +ARB_enhanced_layouts not started +ARB_multi_bind not started +ARB_query_buffer_object not started +ARB_texture_mirror_clamp_to_edge not started +ARB_texture_stencil8 not started +ARB_vertex_type_10f_11f_11f_rev not started + + More info about these features and the work involved can be found at http://dri.freedesktop.org/wiki/MissingFunctionality |