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.2.2 Release Notes / June 24, 2014</h1>
     18 
     19 <p>
     20 Mesa 10.2.2 is a bug fix release which fixes bugs found since the 10.2.1 release.
     21 </p>
     22 <p>
     23 Mesa 10.2.2 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 
     32 <h2>SHA256 checksums</h2>
     33 <pre>
     34 38c4a40364000f89cddaa1694f6f3cfb444981d1110238ce603093585477399c  MesaLib-10.2.2.tar.bz2
     35 2af2ec8b4db624c352e961eefbcce6c8d1f86d44c5542f6f378c50e1b958d453  MesaLib-10.2.2.tar.gz
     36 d4c0372da59367a344d62ebcdf5cf61039c9cae6925f40f2dab8f8d95cf22da9  MesaLib-10.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=54372">Bug 54372</a> - GLX_INTEL_swap_event crashes driver when swapping window buffers</li>
     50 
     51 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66452">Bug 66452</a> - JUNIPER UVD accelerated playback of WMV3 streams does not work</li>
     52 
     53 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=74005">Bug 74005</a> - [i965 Bisected]Piglit/glx_glx-make-glxdrawable-current fails</li>
     54 
     55 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=77865">Bug 77865</a> - [BDW] Many Ogles3conform framebuffer_blit cases fail</li>
     56 
     57 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=78581">Bug 78581</a> - OpenCL: clBuildProgram prints error messages directly rather than storing them</li>
     58 
     59 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79029">Bug 79029</a> - INTEL_DEBUG=shader_time is full of lies</li>
     60 
     61 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79729">Bug 79729</a> - [i965] glClear on a multisample texture doesn't work</li>
     62 
     63 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=79907">Bug 79907</a> - Mesa 10.2.1 --enable-vdpau default=auto broken</li>
     64 
     65 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=80115">Bug 80115</a> - MESA_META_DRAW_BUFFERS induced GL_INVALID_VALUE errors</li>
     66 
     67 </ul>
     68 
     69 
     70 <h2>Changes</h2>
     71 
     72 <p>Adrian Negreanu (8):</p>
     73 <ul>
     74   <li>add megadriver_stub_FILES</li>
     75   <li>android: adapt to the megadriver mechanism</li>
     76   <li>android: add libloader to libGLES_mesa and libmesa_egl_dri2</li>
     77   <li>android: add src/gallium/auxiliary as include path for libmesa_dricore</li>
     78   <li>android, egl: add correct drm include for libmesa_egl_dri2</li>
     79   <li>android, egl: typo dri2_fallback_pixmap_surface -&gt; dri2_fallback_create_pixmap_surface</li>
     80   <li>android, mesa_gen_matypes: pull in timespec POSIX definition</li>
     81   <li>android, dricore: undefined reference to _mesa_streaming_load_memcpy</li>
     82 </ul>
     83 
     84 <p>Carl Worth (1):</p>
     85 <ul>
     86   <li>Update VERSION to 10.2.2</li>
     87 </ul>
     88 
     89 <p>Daniel Manjarres (1):</p>
     90 <ul>
     91   <li>glx: Don't crash on swap event for a Window (non-GLXWindow)</li>
     92 </ul>
     93 
     94 <p>Emil Velikov (3):</p>
     95 <ul>
     96   <li>targets/xa: limit the amount of exported symbols</li>
     97   <li>configure: error out when building opencl without LLVM</li>
     98   <li>configure: correctly autodetect xvmc/vdpau/omx</li>
     99 </ul>
    100 
    101 <p>Grigori Goronzy (1):</p>
    102 <ul>
    103   <li>radeon/uvd: disable VC-1 simple/main on UVD 2.x</li>
    104 </ul>
    105 
    106 <p>Iago Toral Quiroga (1):</p>
    107 <ul>
    108   <li>mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.</li>
    109 </ul>
    110 
    111 <p>Ian Romanick (3):</p>
    112 <ul>
    113   <li>docs: Add initial 10.2.1 release notes</li>
    114   <li>docs: Add MD5 checksum, etc. for 10.2.1 release</li>
    115   <li>meta: Respect the driver's maximum number of draw buffers</li>
    116 </ul>
    117 
    118 <p>Ilia Mirkin (7):</p>
    119 <ul>
    120   <li>gk110/ir: emit saturate flag on fadd when needed</li>
    121   <li>gk110/ir: fix emitting constbuf file index</li>
    122   <li>gk110/ir: fix bfind emission</li>
    123   <li>nv50: make sure to mark first scissor dirty after blit</li>
    124   <li>nv30: plug some memory leaks on screen destroy and shader compile</li>
    125   <li>nv30: avoid dangling references to deleted contexts</li>
    126   <li>nv30: hack to avoid errors on unexpected color/zeta combinations</li>
    127 </ul>
    128 
    129 <p>Jason Ekstrand (1):</p>
    130 <ul>
    131   <li>meta_blit: properly compute texture width for the CopyTexSubImage fallback</li>
    132 </ul>
    133 
    134 <p>Jos Fonseca (1):</p>
    135 <ul>
    136   <li>mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).</li>
    137 </ul>
    138 
    139 <p>Kenneth Graunke (9):</p>
    140 <ul>
    141   <li>i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.</li>
    142   <li>i965: Invalidate live intervals when inserting Gen4 SEND workarounds.</li>
    143   <li>i965/vec4: Fix dead code elimination for VGRFs of size &gt; 1.</li>
    144   <li>i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.</li>
    145   <li>i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.</li>
    146   <li>i965: Add missing newlines to a few perf_debug messages.</li>
    147   <li>i965/vec4: Use the sampler for pull constant loads on Broadwell.</li>
    148   <li>i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.</li>
    149   <li>i965: Save meta stencil blit programs in the context.</li>
    150 </ul>
    151 
    152 <p>Kristian Hgsberg (1):</p>
    153 <ul>
    154   <li>mesa: Remove glClear optimization based on drawable size</li>
    155 </ul>
    156 
    157 <p>Michel Dnzer (1):</p>
    158 <ul>
    159   <li>configure: Only check for OpenCL without LLVM when the latter is certain</li>
    160 </ul>
    161 
    162 <p>Neil Roberts (1):</p>
    163 <ul>
    164   <li>i965: Set the fast clear color value for texture surfaces</li>
    165 </ul>
    166 
    167 <p>Tom Stellard (2):</p>
    168 <ul>
    169   <li>clover: Prevent Clang from printing number of errors and warnings to stderr.</li>
    170   <li>clover: Don't use llvm's global context</li>
    171 </ul>
    172 
    173 <p>Ville Syrjl (1):</p>
    174 <ul>
    175   <li>i915: Fix gen2 texblend setup</li>
    176 </ul>
    177 
    178 
    179 </div>
    180 </body>
    181 </html>
    182