11.0.0.html revision b8e80941
1b8e80941Smrg<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2b8e80941Smrg<html lang="en"> 3b8e80941Smrg<head> 4b8e80941Smrg <meta http-equiv="content-type" content="text/html; charset=utf-8"> 5b8e80941Smrg <title>Mesa Release Notes</title> 6b8e80941Smrg <link rel="stylesheet" type="text/css" href="../mesa.css"> 7b8e80941Smrg</head> 8b8e80941Smrg<body> 9b8e80941Smrg 10b8e80941Smrg<div class="header"> 11b8e80941Smrg <h1>The Mesa 3D Graphics Library</h1> 12b8e80941Smrg</div> 13b8e80941Smrg 14b8e80941Smrg<iframe src="../contents.html"></iframe> 15b8e80941Smrg<div class="content"> 16b8e80941Smrg 17b8e80941Smrg<h1>Mesa 11.0.0 Release Notes / September 12, 2015</h1> 18b8e80941Smrg 19b8e80941Smrg<p> 20b8e80941SmrgMesa 11.0.0 is a new development release. 21b8e80941SmrgPeople who are concerned with stability and reliability should stick 22b8e80941Smrgwith a previous release or wait for Mesa 11.0.1. 23b8e80941Smrg</p> 24b8e80941Smrg<p> 25b8e80941SmrgMesa 11.0.0 implements the OpenGL 4.1 API, but the version reported by 26b8e80941SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 27b8e80941SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. 28b8e80941SmrgSome drivers don't support all the features required in OpenGL 4.1. OpenGL 29b8e80941Smrg4.1 is <strong>only</strong> available if requested at context creation 30b8e80941Smrgbecause compatibility contexts are not supported. 31b8e80941Smrg</p> 32b8e80941Smrg 33b8e80941Smrg 34b8e80941Smrg<h2>SHA256 checksums</h2> 35b8e80941Smrg<pre> 36b8e80941Smrg7d7e4ddffa3b162506efa01e2cc41e329caa4995336b92e5cc21f2e1fb36c1b3 mesa-11.0.0.tar.gz 37b8e80941Smrge095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32 mesa-11.0.0.tar.xz 38b8e80941Smrg</pre> 39b8e80941Smrg 40b8e80941Smrg 41b8e80941Smrg<h2>New features</h2> 42b8e80941Smrg 43b8e80941Smrg<p> 44b8e80941SmrgNote: some of the new features are only available with certain drivers. 45b8e80941Smrg</p> 46b8e80941Smrg 47b8e80941Smrg<ul> 48b8e80941Smrg<li>New hardware support for AMD GCN 1.2 GPUs: Tonga, Iceland, Carrizo, Fiji</li> 49b8e80941Smrg<li>OpenGL 4.1 on radeonsi, nvc0</li> 50b8e80941Smrg<li>OpenGL ES 3.0 on freedreno (a3xx, a4xx) 51b8e80941Smrg<li>GL_AMD_vertex_shader_viewport_index on radeonsi</li> 52b8e80941Smrg<li>GL_ARB_conditional_render_inverted on r600, radeonsi</li> 53b8e80941Smrg<li>GL_ARB_depth_buffer_float on a4xx</li> 54b8e80941Smrg<li>GL_ARB_derivative_control on radeonsi</li> 55b8e80941Smrg<li>GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend on a4xx</li> 56b8e80941Smrg<li>GL_ARB_fragment_layer_viewport on radeonsi</li> 57b8e80941Smrg<li>GL_ARB_framebuffer_no_attachments on i965</li> 58b8e80941Smrg<li>GL_ARB_get_texture_sub_image for all drivers</li> 59b8e80941Smrg<li>GL_ARB_gpu_shader5 on radeonsi</li> 60b8e80941Smrg<li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li> 61b8e80941Smrg<li>GL_ARB_shader_image_load_store on i965</li> 62b8e80941Smrg<li>GL_ARB_shader_precision on radeonsi, nvc0</li> 63b8e80941Smrg<li>GL_ARB_shader_image_size on i965</li> 64b8e80941Smrg<li>GL_ARB_shader_stencil_export on llvmpipe</li> 65b8e80941Smrg<li>GL_ARB_shader_subroutine on core profile all drivers</li> 66b8e80941Smrg<li>GL_ARB_tessellation_shader on nvc0, radeonsi</li> 67b8e80941Smrg<li>GL_ARB_transform_feedback2, GL_ARB_transform_feedback_instanced, GL_EXT_transform_feedback on a3xx, a4xx</li> 68b8e80941Smrg<li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li> 69b8e80941Smrg<li>GL_ARB_viewport_array on radeonsi</li> 70b8e80941Smrg<li>GL_EXT_depth_bounds_test on radeonsi, nv30, nv50, nvc0</li> 71b8e80941Smrg<li>GL_EXT_texture_compression_s3tc on freedreno (a3xx)</li> 72b8e80941Smrg<li>GL_NV_read_depth (GLES) on all drivers</li> 73b8e80941Smrg<li>GL_NV_read_depth_stencil (GLES) on all drivers</li> 74b8e80941Smrg<li>GL_NV_read_stencil (GLES) on all drivers</li> 75b8e80941Smrg<li>GL_OES_texture_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> 76b8e80941Smrg<li>GL_OES_texture_half_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> 77b8e80941Smrg<li>GL_OES_texture_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> 78b8e80941Smrg<li>GL_OES_texture_half_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> 79b8e80941Smrg<li>GL_EXT_draw_buffers2 on a4xx</li> 80b8e80941Smrg<li>GLX_ARB_create_context_robustness on r600, radeonsi</li> 81b8e80941Smrg<li>EGL_EXT_create_context_robustness on r600, radeonsi</li> 82b8e80941Smrg<li>EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0</li> 83b8e80941Smrg<li>EGL_KHR_gl_texture_3D_image on r600, radeonsi, nv50, nvc0</li> 84b8e80941Smrg<li>EGL 1.5 on r600, radeonsi, nv50, nvc0</li> 85b8e80941Smrg</ul> 86b8e80941Smrg 87b8e80941Smrg 88b8e80941Smrg<h2>Bug fixes</h2> 89b8e80941Smrg 90b8e80941Smrg<p>This list is likely incomplete.</p> 91b8e80941Smrg 92b8e80941Smrg<ul> 93b8e80941Smrg 94b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=51658">Bug 51658</a> - r200 (& possibly radeon) DRI fixes for gnome shell on Mesa 8.0.3</li> 95b8e80941Smrg 96b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=65525">Bug 65525</a> - [llvmpipe] lp_scene.h:210:lp_scene_alloc: Assertion `size <= (64 * 1024)' failed.</li> 97b8e80941Smrg 98b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=66346">Bug 66346</a> - shader_query.cpp:49: error: invalid conversion from 'void*' to 'GLuint'</li> 99b8e80941Smrg 100b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=73512">Bug 73512</a> - [clover] mesa.icd. should contain full path</li> 101b8e80941Smrg 102b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=73528">Bug 73528</a> - Deferred lighting in Second Life causes system hiccups and screen flickering</li> 103b8e80941Smrg 104b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=74329">Bug 74329</a> - Please expose OES_texture_float and OES_texture_half_float on the ES3 context</li> 105b8e80941Smrg 106b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=80500">Bug 80500</a> - Flickering shadows in unreleased title trace</li> 107b8e80941Smrg 108b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82186">Bug 82186</a> - [r600g] BARTS GPU lockup with minecraft shaders</li> 109b8e80941Smrg 110b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84225">Bug 84225</a> - Allow constant-index-expression sampler array indexing with GLSL-ES < 300</li> 111b8e80941Smrg 112b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84677">Bug 84677</a> - Triangle disappears with glPolygonMode GL_LINE</li> 113b8e80941Smrg 114b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=85252">Bug 85252</a> - Segfault in compiler while processing ternary operator with void arguments</li> 115b8e80941Smrg 116b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=89131">Bug 89131</a> - [Bisected] Graphical corruption in Weston, shows old framebuffer pieces</li> 117b8e80941Smrg 118b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90000">Bug 90000</a> - [i965 Bisected NIR] Piglit/gglean_fragprog1-z-write_test fail</li> 119b8e80941Smrg 120b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90073">Bug 90073</a> - Leaks in xcb_dri3_open_reply_fds() and get_render_node_from_id_path_tag</li> 121b8e80941Smrg 122b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90249">Bug 90249</a> - Fails to build egl_dri2 on osx</li> 123b8e80941Smrg 124b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90310">Bug 90310</a> - Fails to build gallium_dri.so at linking stage with clang because of multiple redefinitions</li> 125b8e80941Smrg 126b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90347">Bug 90347</a> - [NVE0+] Failure to insert texbar under some circumstances (causing bad colors in Terasology)</li> 127b8e80941Smrg 128b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90466">Bug 90466</a> - arm: linker error ndefined reference to `nir_metadata_preserve'</li> 129b8e80941Smrg 130b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90520">Bug 90520</a> - Register spilling clobbers registers used elsewhere in the shader</li> 131b8e80941Smrg 132b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90537">Bug 90537</a> - radeonsi bo/va conflict on RADEON_GEM_VA (rscreen->ws->buffer_from_handle returns NULL)</li> 133b8e80941Smrg 134b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90547">Bug 90547</a> - [BDW/BSW/SKL Bisected]Piglit/glean@vertprog1-rsq_test_2_(reciprocal_square_root_of_negative_value) fais</li> 135b8e80941Smrg 136b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90580">Bug 90580</a> - [HSW bisected] integer multiplication bug</li> 137b8e80941Smrg 138b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90600">Bug 90600</a> - IOError: [Errno 2] No such file or directory: 'gl_API.xml'</li> 139b8e80941Smrg 140b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90621">Bug 90621</a> - Mesa fail to build from git</li> 141b8e80941Smrg 142b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90629">Bug 90629</a> - [i965] SIMD16 dual_source_blend assertion `src[i].file != GRF || src[i].width == dst.width' failed</li> 143b8e80941Smrg 144b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90691">Bug 90691</a> - [BSW]Piglit/spec/nv_conditional_render/dlist fails intermittently</li> 145b8e80941Smrg 146b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90728">Bug 90728</a> - dvd playback with vlc and vdpau causes segmentation fault</li> 147b8e80941Smrg 148b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90734">Bug 90734</a> - glBufferSubData is corrupting data when buffer is > 32k</li> 149b8e80941Smrg 150b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90748">Bug 90748</a> - [BDW Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg_half_float_oes fails</li> 151b8e80941Smrg 152b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90749">Bug 90749</a> - [BDW Bisected]dEQP-GLES3.functional.rasterization.fbo.rbo_multisample_max.primitives.lines_wide fails</li> 153b8e80941Smrg 154b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90751">Bug 90751</a> - [BDW Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil_index8 fails</li> 155b8e80941Smrg 156b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90797">Bug 90797</a> - [ALL bisected] Mesa change cause performance case manhattan fail.</li> 157b8e80941Smrg 158b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90817">Bug 90817</a> - swrast fails to load with certain remote X servers</li> 159b8e80941Smrg 160b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90830">Bug 90830</a> - [bsw bisected regression] GPU hang for spec.arb_gpu_shader5.execution.sampler_array_indexing.vs-nonzero-base</li> 161b8e80941Smrg 162b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90839">Bug 90839</a> - [10.5.5/10.6 regression, bisected] PBO glDrawPixels no longer using blit fastpath</li> 163b8e80941Smrg 164b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90873">Bug 90873</a> - Kernel hang, TearFree On, Mate desktop environment</li> 165b8e80941Smrg 166b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90887">Bug 90887</a> - PhiMovesPass in register allocator broken</li> 167b8e80941Smrg 168b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90895">Bug 90895</a> - [IVB/HSW/BDW/BSW Bisected] GLB2.7 Egypt, GfxBench3.0 T-Rex & ALU and many SynMark cases performance reduced by 10-23%</li> 169b8e80941Smrg 170b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90902">Bug 90902</a> - [bsw][regression] dEQP: "Found invalid pixel values"</li> 171b8e80941Smrg 172b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90903">Bug 90903</a> - egl_dri2.c:dri2_load fails to load libglapi on osx</li> 173b8e80941Smrg 174b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90904">Bug 90904</a> - OSX: EXC_BAD_ACCESS when using translate_sse + gallium + softpipe/llvmpipe</li> 175b8e80941Smrg 176b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90905">Bug 90905</a> - mesa: Finish subdir-objects transition</li> 177b8e80941Smrg 178b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90925">Bug 90925</a> - "high fidelity": Segfault in _mesa_program_resource_find_name</li> 179b8e80941Smrg 180b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91022">Bug 91022</a> - [g45 g965 bisected] assertions generated from textureGrad cube samplers fix</li> 181b8e80941Smrg 182b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91047">Bug 91047</a> - [SNB Bisected] Messed up Fog in Super Smash Bros. Melee in Dolphin</li> 183b8e80941Smrg 184b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91056">Bug 91056</a> - The Bard's Tale (2005, native) has rendering issues</li> 185b8e80941Smrg 186b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91077">Bug 91077</a> - dri2_glx.c:1186: undefined reference to `loader_open_device'</li> 187b8e80941Smrg 188b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91099">Bug 91099</a> - [llvmpipe] piglit glsl-max-varyings >max_varying_components regression</li> 189b8e80941Smrg 190b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91101">Bug 91101</a> - [softpipe] piglit glsl-1.50@execution@geometry@max-input-components regression</li> 191b8e80941Smrg 192b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91117">Bug 91117</a> - Nimbus (running in wine) has rendering issues, objects are semi-transparent</li> 193b8e80941Smrg 194b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91124">Bug 91124</a> - Civilization V (in Wine) has rendering issues: text missing, menu bar corrupted</li> 195b8e80941Smrg 196b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91173">Bug 91173</a> - Oddworld: Stranger's Wrath HD: disfigured models in wrong colors</li> 197b8e80941Smrg 198b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91193">Bug 91193</a> - [290x] Dota2 reborn ingame rendering breaks with git-af4b9c7</li> 199b8e80941Smrg 200b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91222">Bug 91222</a> - lp_test_format regression on CentOS 7</li> 201b8e80941Smrg 202b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91226">Bug 91226</a> - Crash in glLinkProgram (NEW)</li> 203b8e80941Smrg 204b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91231">Bug 91231</a> - [NV92] Psychonauts (native) segfaults on start when DRI3 enabled</li> 205b8e80941Smrg 206b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91254">Bug 91254</a> - (regresion) video using VA-API on Intel slow and freeze system with mesa 10.6 or 10.6.1</li> 207b8e80941Smrg 208b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91290">Bug 91290</a> - SIGSEGV glcpp/glcpp-parse.y:1077</li> 209b8e80941Smrg 210b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91292">Bug 91292</a> - [BDW+] glVertexAttribDivisor not working in combination with glPolygonMode</li> 211b8e80941Smrg 212b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91337">Bug 91337</a> - OSMesaGetProcAdress("OSMesaPixelStore") returns nil</li> 213b8e80941Smrg 214b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91418">Bug 91418</a> - Visual Studio 2015 vsnprintf build error</li> 215b8e80941Smrg 216b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91425">Bug 91425</a> - [regression, bisected] Piglit spec/ext_packed_float/ getteximage-invalid-format-for-packed-type fails</li> 217b8e80941Smrg 218b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91441">Bug 91441</a> - make check DispatchSanity_test.GL30 regression</li> 219b8e80941Smrg 220b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91444">Bug 91444</a> - regression bisected radeonsi: don't change pipe_resource in resource_copy_region</li> 221b8e80941Smrg 222b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91461">Bug 91461</a> - gl_TessLevel* writes have no effect for all but the last TCS invocation</li> 223b8e80941Smrg 224b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91513">Bug 91513</a> - [IVB/HSW/BDW/SKL Bisected] Lightsmark performance reduced by 7%-10%</li> 225b8e80941Smrg 226b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91526">Bug 91526</a> - World of Warcraft (on Wine) has UI corruption with nouveau</li> 227b8e80941Smrg 228b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91544">Bug 91544</a> - [i965, regression, bisected] regression of several tests in 93977d3a151675946c03e</li> 229b8e80941Smrg 230b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91551">Bug 91551</a> - DXTn compressed normal maps produce severe artifacts on all NV5x and NVDx chipsets</li> 231b8e80941Smrg 232b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91570">Bug 91570</a> - Upgrading mesa to 10.6 causes segfault in OpenGL applications with GeForce4 MX 440 / AGP 8X</li> 233b8e80941Smrg 234b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91591">Bug 91591</a> - rounding.h:102:2: error: #error "Unsupported or undefined LONG_BIT"</li> 235b8e80941Smrg 236b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91610">Bug 91610</a> - [BSW] GPU hang for spec.shaders.point-vertex-id gl_instanceid divisor</li> 237b8e80941Smrg 238b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91673">Bug 91673</a> - Segfault when calling glTexSubImage2D on storage texture to bound FBO</li> 239b8e80941Smrg 240b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91726">Bug 91726</a> - R600 asserts in tgsi_cmp/make_src_for_op3</li> 241b8e80941Smrg 242b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91847">Bug 91847</a> - glGenerateTextureMipmap not working (no errors) unless glActiveTexture(GL_TEXTURE1) is called before</li> 243b8e80941Smrg 244b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91857">Bug 91857</a> - Mesa 10.6.3 linker is slow</li> 245b8e80941Smrg 246b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91881">Bug 91881</a> - regression: GPU lockups since mesa-11.0.0_rc1 on RV620 (r600) driver</li> 247b8e80941Smrg 248b8e80941Smrg<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91890">Bug 91890</a> - [nve7] witcher2: blurry image & DATA_ERRORs (class 0xa097 mthd 0x2380/0x238c)</li> 249b8e80941Smrg 250b8e80941Smrg</ul> 251b8e80941Smrg 252b8e80941Smrg 253b8e80941Smrg<h2>Changes</h2> 254b8e80941Smrg 255b8e80941Smrg<ul> 256b8e80941Smrg<li>Removed the EGL loader from the Linux SCons build.</li> 257b8e80941Smrg</ul> 258b8e80941Smrg 259b8e80941Smrg</div> 260b8e80941Smrg</body> 261b8e80941Smrg</html> 262