diff options
author | marha <marha@users.sourceforge.net> | 2011-08-10 08:42:07 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-08-10 08:42:07 +0200 |
commit | 8e57a7fcbf736b8e437baf0bbccb93095d97617f (patch) | |
tree | ee3344cfe8cfa5ce370892e341dec494e7d95787 /mesalib/docs | |
parent | 4a9b92fdef532c911a0ac7d52e8ce2e77d424a18 (diff) | |
parent | fd1f4d9fe3ea67fa6def8ee4927a8f71e0440f12 (diff) | |
download | vcxsrv-8e57a7fcbf736b8e437baf0bbccb93095d97617f.tar.gz vcxsrv-8e57a7fcbf736b8e437baf0bbccb93095d97617f.tar.bz2 vcxsrv-8e57a7fcbf736b8e437baf0bbccb93095d97617f.zip |
Merge remote-tracking branch 'origin/released'
Conflicts:
mesalib/docs/GL3.txt
Diffstat (limited to 'mesalib/docs')
-rw-r--r-- | mesalib/docs/GL3.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mesalib/docs/GL3.txt b/mesalib/docs/GL3.txt index d81ef5201..c3a2472cf 100644 --- a/mesalib/docs/GL3.txt +++ b/mesalib/docs/GL3.txt @@ -114,6 +114,19 @@ GL_ARB_vertex_attrib_64bit not started GL_ARB_viewport_array not started
+GL 4.2:
+GLSL 4.2 not started
+GL_ARB_texture_compression_bptc not started
+GL_ARB_compressed_texture_pixel_storage not started
+GL_ARB_shader_atomic_counters not started
+GL_ARB_texture_storage not started
+GL_ARB_transform_feedback_instanced not started
+GL_ARB_base_instance not started
+GL_ARB_shader_image_load_store not started
+GL_ARB_conservative_depth not started (may be close to AMD_conservative_depth though)
+GL_ARB_shading_language_420pack not started
+GL_ARB_internalformat_query not started
+GL_ARB_map_buffer_alignment not started
More info about these features and the work involved can be found at
|