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.1.2 Release Notes / (May 5, 2014)</h1> 18 19<p> 20Mesa 10.1.2 is a bug fix release which fixes bugs found since the 10.1.1 release. 21</p> 22<p> 23Mesa 10.1.2 implements the OpenGL 3.3 API, but the version reported by 24glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 25glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 26Some drivers don't support all the features required in OpenGL 3.3. OpenGL 273.3 is <strong>only</strong> available if requested at context creation 28because compatibility contexts are not supported. 29</p> 30 31 32<h2>MD5 checksums</h2> 33<pre> 3437d79f94b1f41852a89d1fc3900bea76 MesaLib-10.1.2.tar.gz 3528b60d15ac9f364da1e0155911eaf44e MesaLib-10.1.2.tar.bz2 3605300039085a65fc53c5472c4bb5747a MesaLib-10.1.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=27499">Bug 27499</a> - [855GM i915] GL_LINE_STIPPLE displays incorrect colors</li> 50 51<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=75723">Bug 75723</a> - (regression since Linux 3.14?) brw_get_graphics_reset_status: Assertion `brw->hw_ctx != ((void *)0)' failed</li> 52 53<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=76894">Bug 76894</a> - Piglit/spec/EXT_framebuffer_object/fbo-bind-renderbuffer failed</li> 54 55<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=77702">Bug 77702</a> - [i965 Bisected]Piglit spec/NV_conditional_render_blitframebuffer fails</li> 56 57</ul> 58 59<h2>Changes</h2> 60 61<p>Ander Conselvan de Oliveira (2):</p> 62<ul> 63 <li>gbm/dri: Fix out-of-memory error path in dri_device_create()</li> 64 <li>egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORM</li> 65</ul> 66 67<p>Anuj Phogat (27):</p> 68<ul> 69 <li>mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)</li> 70 <li>swrast: Add glBlitFramebuffer to commands affected by conditional rendering</li> 71 <li>mesa: Fix error condition for multisample proxy texture targets</li> 72 <li>i965: Put an assertion to check valid varying_to_slot[varying]</li> 73 <li>i965: Fix component mask and varying_to_slot mapping for gl_Layer</li> 74 <li>i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndex</li> 75 <li>mesa: Add helper function _mesa_is_format_integer()</li> 76 <li>mesa: Add error condition for integer formats in glGetTexImage()</li> 77 <li>mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()</li> 78 <li>mesa: Fix error code generation in glReadPixels()</li> 79 <li>glsl: Allow overlapping locations for vertex input attributes</li> 80 <li>mesa: Fix querying location of nth element of an array variable</li> 81 <li>mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0</li> 82 <li>glsl: Compile error if fs defines conflicting qualifiers for gl_FragCoord</li> 83 <li>glsl: Compile error if fs uses gl_FragCoord before first redeclaration</li> 84 <li>mesa: Add entry for extension ARB_texture_stencil8</li> 85 <li>mesa: Add error condition for format=STENCIL_INDEX in glGetTexImage()</li> 86 <li>i965: Fix crash in do_blit_readpixels()</li> 87 <li>mesa: Add missing types in _mesa_texstore_xx_xx() functions</li> 88 <li>mesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstore_xx_xx() functions</li> 89 <li>mesa: Add new helper function _mesa_unpack_depth_stencil_row()</li> 90 <li>mesa: Add support to unpack depth-stencil texture in to FLOAT_32_UNSIGNED_INT_24_8_REV</li> 91 <li>mesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_depth_stencil()</li> 92 <li>i965: Add glBlitFramebuffer to commands affected by conditional rendering</li> 93 <li>glsl: Use switch to allow adding more shader types</li> 94 <li>glsl: Link error if fs defines conflicting qualifiers for gl_FragCoord</li> 95 <li>glsl: Apply the link error conditions to GL_ARB_fragment_coord_conventions</li> 96</ul> 97 98<p>Benjamin Bellec (1):</p> 99<ul> 100 <li>mesa: fix GetStringi error message with correct function name</li> 101</ul> 102 103<p>Brian Paul (1):</p> 104<ul> 105 <li>swrast: allocate swrast_texture_image::ImageSlices array if needed</li> 106</ul> 107 108<p>Carl Worth (4):</p> 109<ul> 110 <li>docs: Add the MD5 sums for the 10.1.1 release tar files.</li> 111 <li>cherry-ignore: Ignore a patch causing a regression</li> 112 <li>cherry-ignore: Drop an ignored patch now that piglit has been updated.</li> 113 <li>Update VERSION to 10.1.2</li> 114</ul> 115 116<p>Chris Forbes (1):</p> 117<ul> 118 <li>glsl: Only allow `invariant` on shader in/out between stages.</li> 119</ul> 120 121<p>Eric Anholt (1):</p> 122<ul> 123 <li>i965: Fix render-to-texture in non-FinishRenderTexture cases.</li> 124</ul> 125 126<p>Ian Romanick (1):</p> 127<ul> 128 <li>dri3: Enable GLX_MESA_query_renderer on DRI3 too</li> 129</ul> 130 131<p>Kenneth Graunke (2):</p> 132<ul> 133 <li>i965: Don't enable reset notification support on Gen4-5.</li> 134 <li>i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.</li> 135</ul> 136 137<p>Marek Olšák (10):</p> 138<ul> 139 <li>r300g: don't crash when getting NULL colorbuffers</li> 140 <li>st/mesa: remove trailing NULL colorbuffers</li> 141 <li>r600g: fix edge flags and layered rendering on R600-R700</li> 142 <li>r600g: disable async DMA on R700</li> 143 <li>r600g: fix MSAA resolve on R6xx when the destination is 1D-tiled</li> 144 <li>r600g: fix flushing on RV670, RS780, RS880 again</li> 145 <li>r600g: fix buffer copying on R600-R700</li> 146 <li>r600g: fix for broken CULL_FRONT behavior on R6xx</li> 147 <li>r600g: fix for an MSAA hang on RV770</li> 148 <li>r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISC</li> 149</ul> 150 151<p>Michel Dänzer (2):</p> 152<ul> 153 <li>r600g: Disable LLVM by default at runtime for graphics</li> 154 <li>st/mesa: Fix NULL pointer dereference for incomplete framebuffers</li> 155</ul> 156 157<p>Neil Roberts (1):</p> 158<ul> 159 <li>wayland: Fix the logic in disabling the prime capability</li> 160</ul> 161 162<p>Samuel Iglesias Gonsalvez (1):</p> 163<ul> 164 <li>mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()</li> 165</ul> 166 167<p>Thomas Hellstrom (1):</p> 168<ul> 169 <li>st/xa: Cache render target surface</li> 170</ul> 171 172<p>nick (1):</p> 173<ul> 174 <li>swrast: Fix vertex color in _swsetup_Translate()</li> 175</ul> 176 177</div> 178</body> 179</html> 180