diff options
Diffstat (limited to 'docs/relnotes/11.0.0.rst')
-rw-r--r-- | docs/relnotes/11.0.0.rst | 512 |
1 files changed, 267 insertions, 245 deletions
diff --git a/docs/relnotes/11.0.0.rst b/docs/relnotes/11.0.0.rst index aa6a15b8d7..0e93121a17 100644 --- a/docs/relnotes/11.0.0.rst +++ b/docs/relnotes/11.0.0.rst @@ -1,256 +1,278 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"><head> - <meta content="text/html; charset=utf-8" http-equiv="content-type"/> - <title>Mesa Release Notes</title> - <link href="../mesa.css" rel="stylesheet" type="text/css"/> -</head> -<body> +Mesa 11.0.0 Release Notes / September 12, 2015 +============================================== +Mesa 11.0.0 is a new development release. People who are concerned with +stability and reliability should stick with a previous release or wait +for Mesa 11.0.1. - - - - -<h1>Mesa 11.0.0 Release Notes / September 12, 2015</h1> - -<p> -Mesa 11.0.0 is a new development release. -People who are concerned with stability and reliability should stick -with a previous release or wait for Mesa 11.0.1. -</p> -<p> Mesa 11.0.0 implements the OpenGL 4.1 API, but the version reported by -glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / -glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used. -Some drivers don't support all the features required in OpenGL 4.1. OpenGL -4.1 is <strong>only</strong> available if requested at context creation +glGetString(GL\_VERSION) or glGetIntegerv(GL\_MAJOR\_VERSION) / +glGetIntegerv(GL\_MINOR\_VERSION) depends on the particular driver being +used. Some drivers don't support all the features required in OpenGL +4.1. OpenGL 4.1 is **only** available if requested at context creation because compatibility contexts are not supported. -</p> +SHA256 checksums +---------------- -<h2>SHA256 checksums</h2> -<pre>7d7e4ddffa3b162506efa01e2cc41e329caa4995336b92e5cc21f2e1fb36c1b3 mesa-11.0.0.tar.gz -e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32 mesa-11.0.0.tar.xz -</pre> +:: + 7d7e4ddffa3b162506efa01e2cc41e329caa4995336b92e5cc21f2e1fb36c1b3 mesa-11.0.0.tar.gz + e095a3eb2eca9dfde7efca8946527c8ae20a0cc938a8c78debc7f158ad44af32 mesa-11.0.0.tar.xz -<h2>New features</h2> +New features +------------ -<p> Note: some of the new features are only available with certain drivers. -</p> - -<ul> -<li>New hardware support for AMD GCN 1.2 GPUs: Tonga, Iceland, Carrizo, Fiji</li> -<li>OpenGL 4.1 on radeonsi, nvc0</li> -<li>OpenGL ES 3.0 on freedreno (a3xx, a4xx) -</li><li>GL_AMD_vertex_shader_viewport_index on radeonsi</li> -<li>GL_ARB_conditional_render_inverted on r600, radeonsi</li> -<li>GL_ARB_depth_buffer_float on a4xx</li> -<li>GL_ARB_derivative_control on radeonsi</li> -<li>GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend on a4xx</li> -<li>GL_ARB_fragment_layer_viewport on radeonsi</li> -<li>GL_ARB_framebuffer_no_attachments on i965</li> -<li>GL_ARB_get_texture_sub_image for all drivers</li> -<li>GL_ARB_gpu_shader5 on radeonsi</li> -<li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li> -<li>GL_ARB_shader_image_load_store on i965</li> -<li>GL_ARB_shader_precision on radeonsi, nvc0</li> -<li>GL_ARB_shader_image_size on i965</li> -<li>GL_ARB_shader_stencil_export on llvmpipe</li> -<li>GL_ARB_shader_subroutine on core profile all drivers</li> -<li>GL_ARB_tessellation_shader on nvc0, radeonsi</li> -<li>GL_ARB_transform_feedback2, GL_ARB_transform_feedback_instanced, GL_EXT_transform_feedback on a3xx, a4xx</li> -<li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li> -<li>GL_ARB_viewport_array on radeonsi</li> -<li>GL_EXT_depth_bounds_test on radeonsi, nv30, nv50, nvc0</li> -<li>GL_EXT_texture_compression_s3tc on freedreno (a3xx)</li> -<li>GL_NV_read_depth (GLES) on all drivers</li> -<li>GL_NV_read_depth_stencil (GLES) on all drivers</li> -<li>GL_NV_read_stencil (GLES) on all drivers</li> -<li>GL_OES_texture_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> -<li>GL_OES_texture_half_float on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> -<li>GL_OES_texture_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> -<li>GL_OES_texture_half_float_linear on all r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe</li> -<li>GL_EXT_draw_buffers2 on a4xx</li> -<li>GLX_ARB_create_context_robustness on r600, radeonsi</li> -<li>EGL_EXT_create_context_robustness on r600, radeonsi</li> -<li>EGL_KHR_gl_colorspace on r600, radeonsi, nv50, nvc0</li> -<li>EGL_KHR_gl_texture_3D_image on r600, radeonsi, nv50, nvc0</li> -<li>EGL 1.5 on r600, radeonsi, nv50, nvc0</li> -</ul> - - -<h2>Bug fixes</h2> - -<p>This list is likely incomplete.</p> - -<ul> - -<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> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=73512">Bug 73512</a> - [clover] mesa.icd. should contain full path</li> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=80500">Bug 80500</a> - Flickering shadows in unreleased title trace</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=82186">Bug 82186</a> - [r600g] BARTS GPU lockup with minecraft shaders</li> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=84677">Bug 84677</a> - Triangle disappears with glPolygonMode GL_LINE</li> - -<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> - -<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> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90249">Bug 90249</a> - Fails to build egl_dri2 on osx</li> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90580">Bug 90580</a> - [HSW bisected] integer multiplication bug</li> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90621">Bug 90621</a> - Mesa fail to build from git</li> - -<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> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90734">Bug 90734</a> - glBufferSubData is corrupting data when buffer is > 32k</li> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90873">Bug 90873</a> - Kernel hang, TearFree On, Mate desktop environment</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90887">Bug 90887</a> - PhiMovesPass in register allocator broken</li> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90902">Bug 90902</a> - [bsw][regression] dEQP: "Found invalid pixel values"</li> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=90905">Bug 90905</a> - mesa: Finish subdir-objects transition</li> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91222">Bug 91222</a> - lp_test_format regression on CentOS 7</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91226">Bug 91226</a> - Crash in glLinkProgram (NEW)</li> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91290">Bug 91290</a> - SIGSEGV glcpp/glcpp-parse.y:1077</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91292">Bug 91292</a> - [BDW+] glVertexAttribDivisor not working in combination with glPolygonMode</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91337">Bug 91337</a> - OSMesaGetProcAdress("OSMesaPixelStore") returns nil</li> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91418">Bug 91418</a> - Visual Studio 2015 vsnprintf build error</li> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91441">Bug 91441</a> - make check DispatchSanity_test.GL30 regression</li> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<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> - -<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=91857">Bug 91857</a> - Mesa 10.6.3 linker is slow</li> - -<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> - -<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> - -</ul> - - -<h2>Changes</h2> - -<li>Removed the EGL loader from the Linux SCons build.</li> - - - -</body></html>
\ No newline at end of file +- New hardware support for AMD GCN 1.2 GPUs: Tonga, Iceland, Carrizo, + Fiji +- OpenGL 4.1 on radeonsi, nvc0 +- OpenGL ES 3.0 on freedreno (a3xx, a4xx) +- GL\_AMD\_vertex\_shader\_viewport\_index on radeonsi +- GL\_ARB\_conditional\_render\_inverted on r600, radeonsi +- GL\_ARB\_depth\_buffer\_float on a4xx +- GL\_ARB\_derivative\_control on radeonsi +- GL\_ARB\_draw\_buffers, GL\_ARB\_draw\_buffers\_blend on a4xx +- GL\_ARB\_fragment\_layer\_viewport on radeonsi +- GL\_ARB\_framebuffer\_no\_attachments on i965 +- GL\_ARB\_get\_texture\_sub\_image for all drivers +- GL\_ARB\_gpu\_shader5 on radeonsi +- GL\_ARB\_gpu\_shader\_fp64 on llvmpipe, radeonsi +- GL\_ARB\_shader\_image\_load\_store on i965 +- GL\_ARB\_shader\_precision on radeonsi, nvc0 +- GL\_ARB\_shader\_image\_size on i965 +- GL\_ARB\_shader\_stencil\_export on llvmpipe +- GL\_ARB\_shader\_subroutine on core profile all drivers +- GL\_ARB\_tessellation\_shader on nvc0, radeonsi +- GL\_ARB\_transform\_feedback2, + GL\_ARB\_transform\_feedback\_instanced, GL\_EXT\_transform\_feedback + on a3xx, a4xx +- GL\_ARB\_vertex\_attrib\_64bit on llvmpipe, radeonsi +- GL\_ARB\_viewport\_array on radeonsi +- GL\_EXT\_depth\_bounds\_test on radeonsi, nv30, nv50, nvc0 +- GL\_EXT\_texture\_compression\_s3tc on freedreno (a3xx) +- GL\_NV\_read\_depth (GLES) on all drivers +- GL\_NV\_read\_depth\_stencil (GLES) on all drivers +- GL\_NV\_read\_stencil (GLES) on all drivers +- GL\_OES\_texture\_float on all r300, r600, radeonsi, nv30, nv50, + nvc0, softpipe, llvmpipe +- GL\_OES\_texture\_half\_float on all r300, r600, radeonsi, nv30, + nv50, nvc0, softpipe, llvmpipe +- GL\_OES\_texture\_float\_linear on all r300, r600, radeonsi, nv30, + nv50, nvc0, softpipe, llvmpipe +- GL\_OES\_texture\_half\_float\_linear on all r300, r600, radeonsi, + nv30, nv50, nvc0, softpipe, llvmpipe +- GL\_EXT\_draw\_buffers2 on a4xx +- GLX\_ARB\_create\_context\_robustness on r600, radeonsi +- EGL\_EXT\_create\_context\_robustness on r600, radeonsi +- EGL\_KHR\_gl\_colorspace on r600, radeonsi, nv50, nvc0 +- EGL\_KHR\_gl\_texture\_3D\_image on r600, radeonsi, nv50, nvc0 +- EGL 1.5 on r600, radeonsi, nv50, nvc0 + +Bug fixes +--------- + +This list is likely incomplete. + +- `Bug 51658 <https://bugs.freedesktop.org/show_bug.cgi?id=51658>`__ - + r200 (& possibly radeon) DRI fixes for gnome shell on Mesa 8.0.3 +- `Bug 65525 <https://bugs.freedesktop.org/show_bug.cgi?id=65525>`__ - + [llvmpipe] lp\_scene.h:210:lp\_scene\_alloc: Assertion \`size <= (64 + \* 1024)' failed. +- `Bug 66346 <https://bugs.freedesktop.org/show_bug.cgi?id=66346>`__ - + shader\_query.cpp:49: error: invalid conversion from 'void\*' to + 'GLuint' +- `Bug 73512 <https://bugs.freedesktop.org/show_bug.cgi?id=73512>`__ - + [clover] mesa.icd. should contain full path +- `Bug 73528 <https://bugs.freedesktop.org/show_bug.cgi?id=73528>`__ - + Deferred lighting in Second Life causes system hiccups and screen + flickering +- `Bug 74329 <https://bugs.freedesktop.org/show_bug.cgi?id=74329>`__ - + Please expose OES\_texture\_float and OES\_texture\_half\_float on + the ES3 context +- `Bug 80500 <https://bugs.freedesktop.org/show_bug.cgi?id=80500>`__ - + Flickering shadows in unreleased title trace +- `Bug 82186 <https://bugs.freedesktop.org/show_bug.cgi?id=82186>`__ - + [r600g] BARTS GPU lockup with minecraft shaders +- `Bug 84225 <https://bugs.freedesktop.org/show_bug.cgi?id=84225>`__ - + Allow constant-index-expression sampler array indexing with GLSL-ES < + 300 +- `Bug 84677 <https://bugs.freedesktop.org/show_bug.cgi?id=84677>`__ - + Triangle disappears with glPolygonMode GL\_LINE +- `Bug 85252 <https://bugs.freedesktop.org/show_bug.cgi?id=85252>`__ - + Segfault in compiler while processing ternary operator with void + arguments +- `Bug 89131 <https://bugs.freedesktop.org/show_bug.cgi?id=89131>`__ - + [Bisected] Graphical corruption in Weston, shows old framebuffer + pieces +- `Bug 90000 <https://bugs.freedesktop.org/show_bug.cgi?id=90000>`__ - + [i965 Bisected NIR] Piglit/gglean\_fragprog1-z-write\_test fail +- `Bug 90073 <https://bugs.freedesktop.org/show_bug.cgi?id=90073>`__ - + Leaks in xcb\_dri3\_open\_reply\_fds() and + get\_render\_node\_from\_id\_path\_tag +- `Bug 90249 <https://bugs.freedesktop.org/show_bug.cgi?id=90249>`__ - + Fails to build egl\_dri2 on osx +- `Bug 90310 <https://bugs.freedesktop.org/show_bug.cgi?id=90310>`__ - + Fails to build gallium\_dri.so at linking stage with clang because of + multiple redefinitions +- `Bug 90347 <https://bugs.freedesktop.org/show_bug.cgi?id=90347>`__ - + [NVE0+] Failure to insert texbar under some circumstances (causing + bad colors in Terasology) +- `Bug 90466 <https://bugs.freedesktop.org/show_bug.cgi?id=90466>`__ - + arm: linker error ndefined reference to \`nir\_metadata\_preserve' +- `Bug 90520 <https://bugs.freedesktop.org/show_bug.cgi?id=90520>`__ - + Register spilling clobbers registers used elsewhere in the shader +- `Bug 90537 <https://bugs.freedesktop.org/show_bug.cgi?id=90537>`__ - + radeonsi bo/va conflict on RADEON\_GEM\_VA + (rscreen->ws->buffer\_from\_handle returns NULL) +- `Bug 90547 <https://bugs.freedesktop.org/show_bug.cgi?id=90547>`__ - + [BDW/BSW/SKL + Bisected]Piglit/glean@vertprog1-rsq\_test\_2\_(reciprocal\_square\_root\_of\_negative\_value) + fais +- `Bug 90580 <https://bugs.freedesktop.org/show_bug.cgi?id=90580>`__ - + [HSW bisected] integer multiplication bug +- `Bug 90600 <https://bugs.freedesktop.org/show_bug.cgi?id=90600>`__ - + IOError: [Errno 2] No such file or directory: 'gl\_API.xml' +- `Bug 90621 <https://bugs.freedesktop.org/show_bug.cgi?id=90621>`__ - + Mesa fail to build from git +- `Bug 90629 <https://bugs.freedesktop.org/show_bug.cgi?id=90629>`__ - + [i965] SIMD16 dual\_source\_blend assertion \`src[i].file != GRF \|\| + src[i].width == dst.width' failed +- `Bug 90691 <https://bugs.freedesktop.org/show_bug.cgi?id=90691>`__ - + [BSW]Piglit/spec/nv\_conditional\_render/dlist fails intermittently +- `Bug 90728 <https://bugs.freedesktop.org/show_bug.cgi?id=90728>`__ - + dvd playback with vlc and vdpau causes segmentation fault +- `Bug 90734 <https://bugs.freedesktop.org/show_bug.cgi?id=90734>`__ - + glBufferSubData is corrupting data when buffer is > 32k +- `Bug 90748 <https://bugs.freedesktop.org/show_bug.cgi?id=90748>`__ - + [BDW + Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.depth.rg\_half\_float\_oes + fails +- `Bug 90749 <https://bugs.freedesktop.org/show_bug.cgi?id=90749>`__ - + [BDW + Bisected]dEQP-GLES3.functional.rasterization.fbo.rbo\_multisample\_max.primitives.lines\_wide + fails +- `Bug 90751 <https://bugs.freedesktop.org/show_bug.cgi?id=90751>`__ - + [BDW + Bisected]dEQP-GLES3.functional.fbo.completeness.renderable.texture.stencil.stencil\_index8 + fails +- `Bug 90797 <https://bugs.freedesktop.org/show_bug.cgi?id=90797>`__ - + [ALL bisected] Mesa change cause performance case manhattan fail. +- `Bug 90817 <https://bugs.freedesktop.org/show_bug.cgi?id=90817>`__ - + swrast fails to load with certain remote X servers +- `Bug 90830 <https://bugs.freedesktop.org/show_bug.cgi?id=90830>`__ - + [bsw bisected regression] GPU hang for + spec.arb\_gpu\_shader5.execution.sampler\_array\_indexing.vs-nonzero-base +- `Bug 90839 <https://bugs.freedesktop.org/show_bug.cgi?id=90839>`__ - + [10.5.5/10.6 regression, bisected] PBO glDrawPixels no longer using + blit fastpath +- `Bug 90873 <https://bugs.freedesktop.org/show_bug.cgi?id=90873>`__ - + Kernel hang, TearFree On, Mate desktop environment +- `Bug 90887 <https://bugs.freedesktop.org/show_bug.cgi?id=90887>`__ - + PhiMovesPass in register allocator broken +- `Bug 90895 <https://bugs.freedesktop.org/show_bug.cgi?id=90895>`__ - + [IVB/HSW/BDW/BSW Bisected] GLB2.7 Egypt, GfxBench3.0 T-Rex & ALU and + many SynMark cases performance reduced by 10-23% +- `Bug 90902 <https://bugs.freedesktop.org/show_bug.cgi?id=90902>`__ - + [bsw][regression] dEQP: "Found invalid pixel values" +- `Bug 90903 <https://bugs.freedesktop.org/show_bug.cgi?id=90903>`__ - + egl\_dri2.c:dri2\_load fails to load libglapi on osx +- `Bug 90904 <https://bugs.freedesktop.org/show_bug.cgi?id=90904>`__ - + OSX: EXC\_BAD\_ACCESS when using translate\_sse + gallium + + softpipe/llvmpipe +- `Bug 90905 <https://bugs.freedesktop.org/show_bug.cgi?id=90905>`__ - + mesa: Finish subdir-objects transition +- `Bug 90925 <https://bugs.freedesktop.org/show_bug.cgi?id=90925>`__ - + "high fidelity": Segfault in \_mesa\_program\_resource\_find\_name +- `Bug 91022 <https://bugs.freedesktop.org/show_bug.cgi?id=91022>`__ - + [g45 g965 bisected] assertions generated from textureGrad cube + samplers fix +- `Bug 91047 <https://bugs.freedesktop.org/show_bug.cgi?id=91047>`__ - + [SNB Bisected] Messed up Fog in Super Smash Bros. Melee in Dolphin +- `Bug 91056 <https://bugs.freedesktop.org/show_bug.cgi?id=91056>`__ - + The Bard's Tale (2005, native) has rendering issues +- `Bug 91077 <https://bugs.freedesktop.org/show_bug.cgi?id=91077>`__ - + dri2\_glx.c:1186: undefined reference to \`loader\_open\_device' +- `Bug 91099 <https://bugs.freedesktop.org/show_bug.cgi?id=91099>`__ - + [llvmpipe] piglit glsl-max-varyings >max\_varying\_components + regression +- `Bug 91101 <https://bugs.freedesktop.org/show_bug.cgi?id=91101>`__ - + [softpipe] piglit glsl-1.50@execution@geometry@max-input-components + regression +- `Bug 91117 <https://bugs.freedesktop.org/show_bug.cgi?id=91117>`__ - + Nimbus (running in wine) has rendering issues, objects are + semi-transparent +- `Bug 91124 <https://bugs.freedesktop.org/show_bug.cgi?id=91124>`__ - + Civilization V (in Wine) has rendering issues: text missing, menu bar + corrupted +- `Bug 91173 <https://bugs.freedesktop.org/show_bug.cgi?id=91173>`__ - + Oddworld: Stranger's Wrath HD: disfigured models in wrong colors +- `Bug 91193 <https://bugs.freedesktop.org/show_bug.cgi?id=91193>`__ - + [290x] Dota2 reborn ingame rendering breaks with git-af4b9c7 +- `Bug 91222 <https://bugs.freedesktop.org/show_bug.cgi?id=91222>`__ - + lp\_test\_format regression on CentOS 7 +- `Bug 91226 <https://bugs.freedesktop.org/show_bug.cgi?id=91226>`__ - + Crash in glLinkProgram (NEW) +- `Bug 91231 <https://bugs.freedesktop.org/show_bug.cgi?id=91231>`__ - + [NV92] Psychonauts (native) segfaults on start when DRI3 enabled +- `Bug 91254 <https://bugs.freedesktop.org/show_bug.cgi?id=91254>`__ - + (regresion) video using VA-API on Intel slow and freeze system with + mesa 10.6 or 10.6.1 +- `Bug 91290 <https://bugs.freedesktop.org/show_bug.cgi?id=91290>`__ - + SIGSEGV glcpp/glcpp-parse.y:1077 +- `Bug 91292 <https://bugs.freedesktop.org/show_bug.cgi?id=91292>`__ - + [BDW+] glVertexAttribDivisor not working in combination with + glPolygonMode +- `Bug 91337 <https://bugs.freedesktop.org/show_bug.cgi?id=91337>`__ - + OSMesaGetProcAdress("OSMesaPixelStore") returns nil +- `Bug 91418 <https://bugs.freedesktop.org/show_bug.cgi?id=91418>`__ - + Visual Studio 2015 vsnprintf build error +- `Bug 91425 <https://bugs.freedesktop.org/show_bug.cgi?id=91425>`__ - + [regression, bisected] Piglit spec/ext\_packed\_float/ + getteximage-invalid-format-for-packed-type fails +- `Bug 91441 <https://bugs.freedesktop.org/show_bug.cgi?id=91441>`__ - + make check DispatchSanity\_test.GL30 regression +- `Bug 91444 <https://bugs.freedesktop.org/show_bug.cgi?id=91444>`__ - + regression bisected radeonsi: don't change pipe\_resource in + resource\_copy\_region +- `Bug 91461 <https://bugs.freedesktop.org/show_bug.cgi?id=91461>`__ - + gl\_TessLevel\* writes have no effect for all but the last TCS + invocation +- `Bug 91513 <https://bugs.freedesktop.org/show_bug.cgi?id=91513>`__ - + [IVB/HSW/BDW/SKL Bisected] Lightsmark performance reduced by 7%-10% +- `Bug 91526 <https://bugs.freedesktop.org/show_bug.cgi?id=91526>`__ - + World of Warcraft (on Wine) has UI corruption with nouveau +- `Bug 91544 <https://bugs.freedesktop.org/show_bug.cgi?id=91544>`__ - + [i965, regression, bisected] regression of several tests in + 93977d3a151675946c03e +- `Bug 91551 <https://bugs.freedesktop.org/show_bug.cgi?id=91551>`__ - + DXTn compressed normal maps produce severe artifacts on all NV5x and + NVDx chipsets +- `Bug 91570 <https://bugs.freedesktop.org/show_bug.cgi?id=91570>`__ - + Upgrading mesa to 10.6 causes segfault in OpenGL applications with + GeForce4 MX 440 / AGP 8X +- `Bug 91591 <https://bugs.freedesktop.org/show_bug.cgi?id=91591>`__ - + rounding.h:102:2: error: #error "Unsupported or undefined LONG\_BIT" +- `Bug 91610 <https://bugs.freedesktop.org/show_bug.cgi?id=91610>`__ - + [BSW] GPU hang for spec.shaders.point-vertex-id gl\_instanceid + divisor +- `Bug 91673 <https://bugs.freedesktop.org/show_bug.cgi?id=91673>`__ - + Segfault when calling glTexSubImage2D on storage texture to bound FBO +- `Bug 91726 <https://bugs.freedesktop.org/show_bug.cgi?id=91726>`__ - + R600 asserts in tgsi\_cmp/make\_src\_for\_op3 +- `Bug 91847 <https://bugs.freedesktop.org/show_bug.cgi?id=91847>`__ - + glGenerateTextureMipmap not working (no errors) unless + glActiveTexture(GL\_TEXTURE1) is called before +- `Bug 91857 <https://bugs.freedesktop.org/show_bug.cgi?id=91857>`__ - + Mesa 10.6.3 linker is slow +- `Bug 91881 <https://bugs.freedesktop.org/show_bug.cgi?id=91881>`__ - + regression: GPU lockups since mesa-11.0.0\_rc1 on RV620 (r600) driver +- `Bug 91890 <https://bugs.freedesktop.org/show_bug.cgi?id=91890>`__ - + [nve7] witcher2: blurry image & DATA\_ERRORs (class 0xa097 mthd + 0x2380/0x238c) + +Changes +------- + +Removed the EGL loader from the Linux SCons build. |