Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <head>
  4.   <meta http-equiv="content-type" content="text/html; charset=utf-8">
  5.   <title>Mesa Release Notes</title>
  6.   <link rel="stylesheet" type="text/css" href="../mesa.css">
  7. </head>
  8. <body>
  9.  
  10. <div class="header">
  11.   <h1>The Mesa 3D Graphics Library</h1>
  12. </div>
  13.  
  14. <iframe src="../contents.html"></iframe>
  15. <div class="content">
  16.  
  17. <h1>Mesa 9.0.1 Release Notes / November 16th, 2012</h1>
  18.  
  19. <p>
  20. Mesa 9.0.1 is a bug fix release which fixes bugs found since the 9.0 release.
  21. </p>
  22. <p>
  23. Mesa 9.0 implements the OpenGL 3.1 API, but the version reported by
  24. glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
  25. glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
  26. Some drivers don't support all the features required in OpenGL 3.1.  OpenGL
  27. 3.1 is <strong>only</strong> available if requested at context creation
  28. because GL_ARB_compatibility is not supported.
  29. </p>
  30.  
  31. <h2>MD5 checksums</h2>
  32. <pre>
  33. 97d6554c05ea7449398afe3a0ede7018  MesaLib-9.0.1.tar.bz2
  34. fd0fd5a6e56bc3dd210c80e42baef975  MesaLib-9.0.1.tar.gz
  35. c2683d957acd530a00f747f50317186f  MesaLib-9.0.1.zip
  36. </pre>
  37.  
  38. <h2>New features</h2>
  39. <p>None.</p>
  40.  
  41. <h2>Bug fixes</h2>
  42.  
  43. <p>This list is likely incomplete.</p>
  44.  
  45. <ul>
  46. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=44912">Bug 44912</a> - [bisected] WebGL conformance/textures/texture-mips tests fails</li>
  47.  
  48. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=55856">Bug 55856</a> - kwin with gles window content is not updating (gen4)</li>
  49.  
  50. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56057">Bug 56057</a> - INTEL_swap_event not correctly listed</li>
  51.  
  52. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=56211">Bug 56211</a> - src/mesa/state_tracker/st_cb_texture.c:1123:copy_image_data_to_texture: Assertion `u_minify(stImage-&gt;pt-&gt;height0, src_level) == stImage-&gt;base.Height' failed.</li>
  53.  
  54. <!-- <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=">Bug </a> - </li> -->
  55. </ul>
  56.  
  57.  
  58. <h2>Changes</h2>
  59. <p>The full set of changes can be viewed by using the following GIT command:</p>
  60.  
  61. <pre>
  62.   git log mesa-9.0..mesa-9.0.1
  63. </pre>
  64.  
  65. <p>Adam Jackson (1):</p>
  66. <ul>
  67.   <li>glx: Add GLXBadProfileARB to the error string list</li>
  68. </ul>
  69.  
  70. <p>Andreas Boll (7):</p>
  71. <ul>
  72.   <li>docs: add news item for 9.0 release</li>
  73.   <li>mesa: add get-pick-list.sh script into bin/</li>
  74.   <li>mesa: add initial .cherry-ignore file for the 9.0 branch</li>
  75.   <li>mesa: use .cherry-ignore in the get-pick-list.sh script</li>
  76.   <li>build: add config.sub and config.guess to tarballs target</li>
  77.   <li>build: add missing Makefile.in files to tarballs target</li>
  78.   <li>build: add missing files to tarballs target</li>
  79. </ul>
  80.  
  81. <p>Brian Paul (2):</p>
  82. <ul>
  83.   <li>mesa: don't call TexImage driver hooks for zero-sized images</li>
  84.  <li>mesa: fix error check for zero-sized compressed subtexture</li>
  85. </ul>
  86.  
  87. <p>Fredrik Höglund (1):</p>
  88. <ul>
  89.  <li>egl_dri2/x11: Fix eglPostSubBufferNV()</li>
  90. </ul>
  91.  
  92. <p>Ian Romanick (5):</p>
  93. <ul>
  94.  <li>docs: Add 9.0 release md5sums</li>
  95.  <li>i965: Fix regression in depth texture rendering on pre-SNB</li>
  96.  <li>glx: Set sRGBCapable to a default value</li>
  97.  <li>docs: Add 9.0.1 release notes</li>
  98.  <li>mesa: Bump version to 9.0.1</li>
  99. </ul>
  100.  
  101. <p>Imre Deak (7):</p>
  102. <ul>
  103.  <li>mesa: glGet: fix indentation of _mesa_init_get_hash</li>
  104.  <li>mesa: glGet: fix indentation of find_value</li>
  105.  <li>mesa: glGet: fix indentation of print_table_stats</li>
  106.  <li>mesa: glGet: fix API check for EGL_image_external enums</li>
  107.  <li>glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section</li>
  108.  <li>mesa: glGet: fix parameter lookup for apps using multiple APIs</li>
  109.  <li>glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS</li>
  110. </ul>
  111.  
  112. <p>Jonas Ådahl (1):</p>
  113. <ul>
  114.  <li>wayland: Destroy frame callback when destroying surface</li>
  115. </ul>
  116.  
  117. <p>Kenneth Graunke (1):</p>
  118. <ul>
  119.  <li>glsl: Allow ir_if in the linker's move_non_declarations function.</li>
  120. </ul>
  121.  
  122. <p>Kristian Høgsberg (5):</p>
  123. <ul>
  124.   <li>gbm: Reject buffers that are not wl_drm buffers in gbm_bo_import()</li>
  125.   <li>gbm: Use the kms dumb ioctls for cursor instead of libkms</li>
  126.   <li>egl/wayland: Update to Wayland 0.99 API</li>
  127.   <li>wayland: Remove 0.85 compatibility #ifdefs</li>
  128.   <li>wayland: Drop support for ill-defined, unused wl_egl_pixmap</li>
  129. </ul>
  130.  
  131. <p>Marcin Slusarz (1):</p>
  132. <ul>
  133.   <li>nouveau: use pre-calculated stride for resource_get_handle</li>
  134. </ul>
  135.  
  136. <p>Matt Turner (4):</p>
  137. <ul>
  138.   <li>egl: Return EGL_BAD_MATCH for invalid profile attributes</li>
  139.   <li>Re-add HAVE_PTHREADS preprocessor macro</li>
  140.   <li>build: Ship install-sh in the tarball</li>
  141.   <li>ralloc: Annotate printf functions with PRINTFLIKE(...)</li>
  142. </ul>
  143.  
  144. <p>Michel Dänzer (2):</p>
  145. <ul>
  146.   <li>st/mesa: Fix source miptree level for copying data to finalized miptree.</li>
  147.   <li>st/mesa: Fix assertions for copying texture image to finalized miptree.</li>
  148. </ul>
  149.  
  150. <p>Owen W. Taylor (1):</p>
  151. <ul>
  152.   <li>glx: Fix listing of INTEL_swap_event in glXQueryExtensionsString()</li>
  153. </ul>
  154.  
  155. <p>Quentin Glidic (1):</p>
  156. <ul>
  157.   <li>intel: Add missing #include &lt;time.h&gt;</li>
  158. </ul>
  159.  
  160. <p>Tomeu Vizoso (1):</p>
  161. <ul>
  162.   <li>mesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum for all GLs</li>
  163. </ul>
  164.  
  165. </div>
  166. </body>
  167. </html>
  168.