From e3db41545676d0b7961ac4caa5ef645cdbf12691 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Sat, 27 Aug 2016 17:47:37 -0400 Subject: st/mesa: expose OES_geometry_shader and OES_texture_cube_map_array MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ilia Mirkin Reviewed-by: Marek Olšák --- docs/relnotes/12.1.0.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/relnotes') diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index bb20e4f..3368ebc 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -58,9 +58,9 @@ Note: some of the new features are only available with certain drivers.
  • GL_KHR_blend_equation_advanced on i965
  • GL_KHR_texture_compression_astc_sliced_3d on i965
  • GL_OES_copy_image on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  • -
  • GL_OES_geometry_shader on i965/gen8+
  • +
  • GL_OES_geometry_shader on i965/gen8+, nvc0, radeonsi
  • GL_OES_primitive_bounding_box on i965/gen7+, nvc0, radeonsi
  • -
  • GL_OES_texture_cube_map_array on i965/gen8+
  • +
  • GL_OES_texture_cube_map_array on i965/gen8+, nvc0, radeonsi
  • Bug fixes

    -- cgit v1.1