X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Frelnotes%2F10.3.html;h=e3ee7b1d5c1ccf002e6321ba26c7845c5560d06a;hb=f7328f9afd13a1862259128713ea39757e175a84;hp=cb65685f33bd256c66b44a94cb5197058eae9881;hpb=417cc8b2c837c4269a38aaad0a1109373b1f98c6;p=mesa.git diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index cb65685f33b..e3ee7b1d5c1 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -14,7 +14,7 @@
-

Mesa 10.3 Release Notes / TBD

+

Mesa 10.3 Release Notes / September 19, 2014

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

-

MD5 checksums

+

SHA256 checksums

-TBD.
+9a1bf52040fc3dda81e83a35f944f1c3f532847dbe9fdf57161265cf71ea1bae  MesaLib-10.3.0.tar.gz
+0283bfe710fa449ed82e465cfa09612a269e19abb7e0382082608062ce7960b5  MesaLib-10.3.0.tar.bz2
+221420763c2c3a244836a736e735612c4a6a0377b4e5223fca1e612f49906789  MesaLib-10.3.0.zip
 
@@ -47,11 +49,12 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_ES3_compatibility on nv50, nvc0, r600, radeonsi, softpipe, llvmpipe
  • GL_ARB_clear_texture on i965
  • GL_ARB_compressed_texture_pixel_storage on all drivers
  • -
  • GL_ARB_derivative_control on i965, nv50, nvc0
  • +
  • GL_ARB_conditional_render_inverted on i965, nvc0, softpipe, llvmpipe
  • +
  • GL_ARB_derivative_control on i965, nv50, nvc0, r600
  • GL_ARB_draw_indirect on nvc0, radeonsi
  • GL_ARB_explicit_uniform_location (all drivers that support GLSL)
  • GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  • -
  • GL_ARB_gpu_shader5 on nvc0
  • +
  • GL_ARB_gpu_shader5 on i965/gen7, nvc0
  • GL_ARB_multi_draw_indirect on nvc0, radeonsi
  • GL_ARB_sample_shading on radeonsi
  • GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe
  • @@ -65,15 +68,258 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_viewport_array on nvc0
  • GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600
  • GL_OES_compressed_ETC1_RGB8_texture on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe
  • +
  • GLX_MESA_query_renderer on nv30, nv50, nvc0, r300, r600, radeonsi, softpipe, llvmpipe
  • A new software rasterizer driver (kms_swrast_dri.so) that works with DRM drivers that don't have a full-fledged GEM (such as qxl or simpledrm)
  • -
  • Distribute the Khronos GL/glcorearb.h header file. +
  • Distribute the Khronos GL/glcorearb.h header file.
  • Bug fixes

    -TBD. +

    Changes

    @@ -81,6 +327,7 @@ TBD.
  • Removed support for the GL_ATI_envmap_bumpmap extension
  • The hacky --enable-32/64-bit is no longer available in configure. To build 32/64 bit mesa refer to the default method recommended by your distribution
  • +The environment variable GALLIUM_MSAA that forced a multisample GLX visual was removed.