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 10.4.4 Release Notes / February 06, 2015</h1>
  18.  
  19. <p>
  20. Mesa 10.4.4 is a bug fix release which fixes bugs found since the 10.4.3 release.
  21. </p>
  22. <p>
  23. Mesa 10.4.4 implements the OpenGL 3.3 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.3.  OpenGL
  27. 3.3 is <strong>only</strong> available if requested at context creation
  28. because compatibility contexts are not supported.
  29. </p>
  30.  
  31. <h2>SHA256 checksums</h2>
  32. <pre>
  33. 5cb427eaf980cb8555953e9928f5797979ed783e277745d5f8cbae8bc5364086  MesaLib-10.4.4.tar.gz
  34. f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c  MesaLib-10.4.4.tar.bz2
  35. 86baad73b77920c80fe58402a905e7dd17e3ea10ead6ea7d3afdc0a56c860bd7  MesaLib-10.4.4.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.  
  47. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88662">Bug 88662</a> - unaligned access to gl_dlist_node</li>
  48.  
  49. <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=88930">Bug 88930</a> - [osmesa] osbuffer-&gt;textures should be indexed by attachment type</li>
  50.  
  51. </ul>
  52.  
  53.  
  54. <h2>Changes</h2>
  55.  
  56. <p>Brian Paul (1):</p>
  57. <ul>
  58.  <li>mesa: fix display list 8-byte alignment issue</li>
  59. </ul>
  60.  
  61. <p>Emil Velikov (2):</p>
  62. <ul>
  63.  <li>docs: Add sha256 sums for the 10.4.3 release</li>
  64.  <li>Update version to 10.4.4</li>
  65. </ul>
  66.  
  67. <p>José Fonseca (1):</p>
  68. <ul>
  69.  <li>egl: Pass the correct X visual depth to xcb_put_image().</li>
  70. </ul>
  71.  
  72. <p>Mario Kleiner (1):</p>
  73. <ul>
  74.  <li>glx/dri3: Request non-vsynced Present for swapinterval zero. (v3)</li>
  75. </ul>
  76.  
  77. <p>Matt Turner (1):</p>
  78. <ul>
  79.  <li>gallium/util: Don't use __builtin_clrsb in util_last_bit().</li>
  80. </ul>
  81.  
  82. <p>Niels Ole Salscheider (1):</p>
  83. <ul>
  84.   <li>configure: Link against all LLVM targets when building clover</li>
  85. </ul>
  86.  
  87. <p>Park, Jeongmin (1):</p>
  88. <ul>
  89.   <li>st/osmesa: Fix osbuffer-&gt;textures indexing</li>
  90. </ul>
  91.  
  92. <p>Ville Syrjälä (1):</p>
  93. <ul>
  94.   <li>i965: Fix max_wm_threads for CHV</li>
  95. </ul>
  96.  
  97.  
  98. </div>
  99. </body>
  100. </html>
  101.