X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Frelnotes%2F10.6.0.html;h=3c765730475b4dc8789bb7205583c9e18f42111c;hb=914ecc9384ef31411bb06178f01cb0b2683fa344;hp=ff248423da64c63324a54529783bfdaef95b8011;hpb=9fc3f472784b2ba53655b715d602268bef5bf12e;p=mesa.git diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index ff248423da6..3c765730475 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -8,13 +8,13 @@
-

The Mesa 3D Graphics Library

+ The Mesa 3D Graphics Library
-

Mesa 10.6.0 Release Notes / TBD

+

Mesa 10.6.0 Release Notes / June 14, 2015

Mesa 10.6.0 is a new development release. @@ -31,9 +31,10 @@ because compatibility contexts are not supported.

-

MD5 checksums

+

SHA256 checksums

-TBD.
+9bc659abdba26202509304f259723aaa4343dba6aac4bd87d5baea11d23c8c63  mesa-10.6.0.tar.gz
+f37e2633978deed02ff0522abc36c709586e2b555fd439a82ab71dce2c866c76  mesa-10.6.0.tar.xz
 
@@ -48,6 +49,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_clip_control on i965
  • GL_ARB_depth_buffer_float on freedreno
  • GL_ARB_depth_clamp on freedreno
  • +
  • GL_ARB_direct_state_access on all drivers that support GL 2.0+
  • GL_ARB_draw_indirect, GL_ARB_multi_draw_indirect on r600
  • GL_ARB_draw_instanced on freedreno
  • GL_ARB_gpu_shader_fp64 on nvc0, softpipe
  • @@ -56,13 +58,260 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe
  • GL_ARB_program_interface_query (all drivers)
  • GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe
  • +
  • GL_ARB_texture_view on llvmpipe, softpipe
  • GL_ARB_uniform_buffer_object on freedreno
  • +
  • GL_ARB_vertex_attrib_64bit on nvc0, softpipe
  • +
  • GL_ARB_viewport_array, GL_AMD_vertex_shader_viewport_index on i965/gen6
  • GL_EXT_draw_buffers2 on freedreno
  • +
  • GL_OES_EGL_sync on all drivers
  • +
  • EGL_KHR_fence_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
  • +
  • EGL_KHR_wait_sync on i965, freedreno, nv50, nvc0, r600, radeonsi
  • +
  • EGL_KHR_cl_event2 on freedreno, nv50, nvc0, r600, radeonsi
  • +
  • GL_AMD_performance_monitor on nvc0
  • Bug fixes

    -TBD. +

    This list is likely incomplete.

    + + +

    Changes