Subversion Repositories Kolibri OS

Rev

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.2.2 Release Notes / (October 18, 2013)</h1>
  18.  
  19. <p>
  20. Mesa 9.2.2 is a bug fix release which fixes bugs found since the 9.2.1 release.
  21. </p>
  22. <p>
  23. Mesa 9.2 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.  
  32. <h2>MD5 checksums</h2>
  33. <pre>
  34. df801a975045150790e10e2ccf32193f  MesaLib-9.2.2.tar.gz
  35. 20887f8020db7d1736a01ae9cd5d8c38  MesaLib-9.2.2.tar.bz2
  36. 1676f4f1b157c838d077dadd31ba6c84  MesaLib-9.2.2.zip
  37. </pre>
  38.  
  39.  
  40. <h2>New features</h2>
  41. <p>None</p>
  42.  
  43. <h2>Bug fixes</h2>
  44.  
  45. <p>This list is likely incomplete.</p>
  46.  
  47. <ul>
  48.  
  49. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=69449">Bug 69449</a> - Valgrind error in program_resource_visitor::recursion</li>
  50.  
  51. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70411">Bug 70411</a> - glInvalidateFramebuffer fails with GL_INVALID_ENUM</li>
  52.  
  53. </ul>
  54.  
  55. <h2>Changes</h2>
  56.  
  57. <p>The full set of changes can be viewed by using the following GIT command:</p>
  58.  
  59. <pre>
  60.  git log mesa-9.2.1..mesa-9.2.2
  61. </pre>
  62.  
  63. <p>Brian Paul (3):</p>
  64. <ul>
  65.  <li>docs: add missing &lt;pre&gt; tag</li>
  66.  <li>svga: fix incorrect memcpy src in svga_buffer_upload_piecewise()</li>
  67.  <li>mesa: consolidate cube width=height error checking</li>
  68. </ul>
  69.  
  70. <p>Carl Worth (3):</p>
  71. <ul>
  72.  <li>docs: Add md5sums for 9.2.1 release</li>
  73.  <li>Bump version to 9.2.2</li>
  74. </ul>
  75.  
  76. <p>Constantin Baranov (1):</p>
  77. <ul>
  78.  <li>mesa: Add missing switch break in invalidate_framebuffer_storage()</li>
  79. </ul>
  80.  
  81. <p>Eric Anholt (3):</p>
  82. <ul>
  83.  <li>i965: Don't forget the cube map padding on gen5+.</li>
  84.   <li>mesa: Fix compiler warnings when ALIGN's alignment is "1 &lt;&lt; value".</li>
  85.  <li>i965: Fix 3D texture layout by more literally copying from the spec.</li>
  86. </ul>
  87.  
  88. <p>Francisco Jerez (1):</p>
  89. <ul>
  90.  <li>glsl: Fix usage of the wrong union member in program_resource_visitor::recursion.</li>
  91. </ul>
  92.  
  93. <p>Tom Stellard (1):</p>
  94. <ul>
  95.  <li>radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM &lt;= 3.3</li>
  96. </ul>
  97.  
  98. </div>
  99. </body>
  100. </html>
  101.