diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2015-04-28 18:01:00 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2015-05-04 13:49:58 -0700 |
commit | 56030a75eddca225abe3618c03b027fd136e03aa (patch) | |
tree | 52ab11b4d0e63955abbfcb1381df1e455ea277b1 /docs/GL3.txt | |
parent | 6c9c317cafdaefdec01389778fd96300022c37ab (diff) | |
download | external_mesa3d-56030a75eddca225abe3618c03b027fd136e03aa.zip external_mesa3d-56030a75eddca225abe3618c03b027fd136e03aa.tar.gz external_mesa3d-56030a75eddca225abe3618c03b027fd136e03aa.tar.bz2 |
docs/GL3: Update GLES 3.1 dependencies
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 617ff34..d188ffa 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -225,11 +225,17 @@ GLES3.1, GLSL ES 3.1 GL_ARB_shading_language_packing DONE (all drivers) GL_ARB_separate_shader_objects DONE (all drivers) GL_ARB_stencil_texturing DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe) + Multisample textures (GL_ARB_texture_multisample) DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe) + GL_ARB_texture_storage_multisample DONE (all drivers that support GL_ARB_texture_multisample) GL_ARB_vertex_attrib_binding DONE (all drivers) GS5 Enhanced textureGather DONE (i965, nvc0, r600, radeonsi) GS5 Packing/bitfield/conversion functions DONE (i965, nvc0, r600, radeonsi) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) + Additional functions not covered above: + glMemoryBarrierByRegion + glGetTexLevelParameter[fi]v - needs updates to restrict to GLES enums + glGetBooleani_v - needs updates to restrict to GLES enums More info about these features and the work involved can be found at http://dri.freedesktop.org/wiki/MissingFunctionality |