diff options
author | Ilia Mirkin <[email protected]> | 2014-08-11 15:07:09 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2014-08-12 18:56:22 -0400 |
commit | 82903acf5ebe0354fbff9d697a9df7731078ed11 (patch) | |
tree | 004438c466e414732fb384cce0b2b47045d19ea4 /docs/GL3.txt | |
parent | 5e5f754f5b02fb1f808bcbb6b31a27ffd4abc7c6 (diff) |
docs: add GL4.5 section
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Chris Forbes <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index a10f07abcd0..3330d01ad0d 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -183,5 +183,21 @@ GL 4.4, GLSL 4.40: GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, nvc0, r600, radeonsi) +GL 4.5, GLSL 4.50: + + GL_ARB_ES3_1_compatibility not started + GL_ARB_clip_control not started + GL_ARB_conditional_render_inverted not started + GL_ARB_cull_distance not started + GL_ARB_derivative_control not started + GL_ARB_direct_state_access not started + GL_ARB_get_texture_sub_image started (Brian Paul) + GL_ARB_shader_texture_image_samples not started + GL_ARB_texture_barrier started (Ilia Mirkin) + GL_KHR_context_flush_control not started + GL_KHR_robust_buffer_access_behavior not started + GL_KHR_robustness 90% done (the ARB variant) + + More info about these features and the work involved can be found at http://dri.freedesktop.org/wiki/MissingFunctionality |