Home | History | Annotate | Download | only in relnotes
      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.0 Release Notes / (November 30th, 2013)</h1>
     18 
     19 <p>
     20 Mesa 10.0 is a new development release.
     21 People who are concerned with stability and reliability should stick
     22 with a previous release or wait for Mesa 10.0.1.
     23 </p>
     24 <p>
     25 Mesa 10.0 implements the OpenGL 3.3 API, but the version reported by
     26 glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
     27 glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
     28 Some drivers don't support all the features required in OpenGL 3.3.  OpenGL
     29 3.3 is <strong>only</strong> available if requested at context creation
     30 because compatibility contexts are not supported.
     31 </p>
     32 
     33 
     34 <h2>MD5 checksums</h2>
     35 <pre>
     36 b38626b96c664db67a534d7859682436  MesaLib-10.0.0.tar.gz
     37 f3fe55d9735bea158bbe97ed9a0da819  MesaLib-10.0.0.tar.bz2
     38 c6ee1ce51e3bf35947d2978b872daf51  MesaLib-10.0.0.zip
     39 </pre>
     40 
     41 
     42 <h2>New features</h2>
     43 
     44 <p>
     45 Note: some of the new features are only available with certain drivers.
     46 </p>
     47 
     48 <ul>
     49 <li>GL_AMD_seamless_cubemap_per_texture on i965.</li>
     50 <li>GL_ARB_conservative_depth on i965.</li>
     51 <li>GL_ARB_texture_gather on i965.</li>
     52 <li>GL_ARB_texture_query_levels on i965.</li>
     53 <li>GL_ARB_texture_mirror_clamp_to_edge.</li>
     54 <li>GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, and GL_ARB_transform_feedback_instanced on i965/Gen7 (with appropriate kernel support).</li>
     55 <li>GL_ARB_sample_shading on i965.</li>
     56 <li>GL_ARB_shader_atomic_counters on i965.</li>
     57 <li>GL_ARB_vertex_attrib_binding</li>
     58 <li>GL_ARB_vertex_type_10f_11f_11f_rev on i965 and r600g</li>
     59 <li>GL_KHR_debug</li>
     60 <li>GLX_MESA_query_renderer</li>
     61 </ul>
     62 
     63 
     64 <h2>Bug fixes</h2>
     65 
     66 <p>Attempts have been made to <b>not</b> include bugs fixed in previous 9.2
     67 releases or bugs that were regressions during 10.0 development. This list is
     68 likely incomplete.</p>
     69 
     70 <ul>
     71 
     72 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=47755">Bug 47755</a> - [glsl-compiler] no error checking when Interpolation qualifier for built-in variable is different in vertex and fragment shader</li>
     73 
     74 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=52171">Bug 52171</a> - [gallium/r600/clover] Simple benchmarks failed to run</li>
     75 
     76 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=53077">Bug 53077</a> - [IVB] Output error with msaa when both of framebuffer and source color's alpha are not 1</li>
     77 
     78 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=54867">Bug 54867</a> - bug in r300 compiler</li>
     79 
     80 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=60929">Bug 60929</a> - [r600-llvm] mono games with opengl are blocking on start</li>
     81 
     82 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=62142">Bug 62142</a> - Mesa/demo mipmap_limits upside down with running by SOFTWARE</li>
     83 
     84 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=62698">Bug 62698</a> - [bisected] WebGL demo &quot;Consumed&quot;: texstate.c:628: update_texture_state: Assertion __builtin_popcount(enabledTargets) == 1 failed.</li>
     85 
     86 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=64225">Bug 64225</a> - bfgminer --scyte generates Segmentation Fault on Northern Island</li>
     87 
     88 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=64226">Bug 64226</a> - python-opencl package generate segmentation fault at pipe_r600.so</li>
     89 
     90 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=64261">Bug 64261</a> - [SNB Bisected]Ogles3conform GL3Tests_color_buffer_float_color_buffer_float_clamp_fixed.test fail</li>
     91 
     92 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66213">Bug 66213</a> - Certain Mesa Demos Rendering Inverted (vertically)</li>
     93 
     94 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66806">Bug 66806</a> - [softpipe] glxgears floating point exception</li>
     95 
     96 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=67921">Bug 67921</a> - [bisected commit 883987] crosscompiling fails with util/u_cpu_detect.c:247:4: error: 'asm' undeclared (first use in this function)</li>
     97 
     98 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68162">Bug 68162</a> - [radeonsi] texture rendering is broken in Source-Engine games</li>
     99 
    100 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68451">Bug 68451</a> - Texture flicker in native Dota2 in mesa 9.2.0rc1</li>
    101 
    102 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68503">Bug 68503</a> - Graphical glitches in Serious Sam 3 when SB is enabled</li>
    103 
    104 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68792">Bug 68792</a> - Problems during playback of h264 files using UVD and VLC on AMD E-350 CPU</li>
    105 
    106 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=68845">Bug 68845</a> - VDPAU/UVD regression</li>
    107 
    108 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=69078">Bug 69078</a> - Modern Warfare (1, 2 and 3) broken in Wine on SNB</li>
    109 
    110 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=69321">Bug 69321</a> - starting openCL crashes/boots system</li>
    111 
    112 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70042">Bug 70042</a> - Major texture flickering in Dota 2 (r600g on HD 6950)</li>
    113 
    114 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70088">Bug 70088</a> - Glamor on r600g crashes Xserver</li>
    115 
    116 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70123">Bug 70123</a> - Freeze caused by 'winsys/radeon: remove cs_queue_empty' commit</li>
    117 
    118 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70327">Bug 70327</a> - Casting floating point variable to integer not working properly while constant gets converted properly</li>
    119 
    120 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70891">Bug 70891</a> - CL_INVALID_BUILD_OPTIONS results in CL_INVALID_DEVICE when asking for build log</li>
    121 
    122 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=70913">Bug 70913</a> - [PIGLIT,radeonsi] crash in &quot;spec/EXT_framebuffer_multisample/sample-alpha-to-coverage 4 depth&quot; (buffer overflow)</li>
    123 
    124 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=71022">Bug 71022</a> - configure: error: Expat required for DRI.</li>
    125 
    126 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=71110">Bug 71110</a> - xorg_driver.c:1030:2: error: too many arguments to function DamageUnregister</li>
    127 
    128 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=71172">Bug 71172</a> - Segfault when running glxinfo. NV25GL [Quadro4 900 XGL]</li>
    129 
    130 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=71512">Bug 71512</a> - dlopen.h:54: undefined reference to `dlopen'</li>
    131 
    132 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=71870">Bug 71870</a> - Metro: Last Light rendering issues</li>
    133 
    134 </ul>
    135 
    136 <h2>Changes</h2>
    137 
    138 <ul>
    139 <li>Removed X.Org state tracker (unmaintained and broken)</li>
    140 <li>Removed the video-accel r300 targets</li>
    141 <li>Removed the video-accel softpipe targets</li>
    142 </ul>
    143 
    144 </div>
    145 </body>
    146 </html>
    147