1Mesa 17.1.0 Release Notes / May 10, 2017 2======================================== 3 4Mesa 17.1.0 is a new development release. People who are concerned with 5stability and reliability should stick with a previous release or wait 6for :ref:`Mesa 17.1.1 <calendar>`. 7 8Mesa 17.1.0 implements the OpenGL 4.5 API, but the version reported by 9glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 10glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 11used. Some drivers don't support all the features required in OpenGL 124.5. OpenGL 4.5 is **only** available if requested at context creation 13because compatibility contexts are not supported. 14 15SHA256 checksums 16---------------- 17 18:: 19 20 c388069581a72853161657ac365f2c083afabd7cffd53f80513dacfa1cfa58a8 mesa-17.1.0.tar.gz 21 cf234a6ed4764673886b6661553b54675776ef0898f774716173cec890ac3b17 mesa-17.1.0.tar.xz 22 23New features 24------------ 25 26Note: some of the new features are only available with certain drivers. 27 28- OpenGL 4.2 on i965/ivb 29- GL_ARB_gpu_shader_fp64 on i965/ivybridge 30- GL_ARB_gpu_shader_int64 on i965/gen8+, nvc0, radeonsi, softpipe, 31 llvmpipe 32- GL_ARB_shader_ballot on nvc0, radeonsi 33- GL_ARB_shader_clock on nv50, nvc0, radeonsi 34- GL_ARB_shader_group_vote on radeonsi 35- GL_ARB_shader_precision on i965/ivb 36- GL_ARB_shader_viewport_layer_array on radeonsi 37- GL_ARB_sparse_buffer on radeonsi/CIK+ 38- GL_ARB_transform_feedback2 on i965/gen6 39- GL_ARB_transform_feedback_overflow_query on i965/gen6+ 40- GL_ARB_vertex_attrib_64bit on i965/ivb 41- GL_NV_fill_rectangle on nvc0 42- Geometry shaders enabled on swr 43 44Bug fixes 45--------- 46 47- `Bug 68504 <https://bugs.freedesktop.org/show_bug.cgi?id=68504>`__ - 48 9.2-rc1 workaround for clover build failure on ppc/altivec: cannot 49 convert 'bool' to '__vector(4) \__bool int' in return 50- `Bug 84325 <https://bugs.freedesktop.org/show_bug.cgi?id=84325>`__ - 51 X.Org segfaults when starting DE on an Intel+Radeon laptop, caused by 52 libpciaccess cleanup, patch attached 53- `Bug 93089 <https://bugs.freedesktop.org/show_bug.cgi?id=93089>`__ - 54 mesa fails to check for gcc atomic primitives before using them 55- `Bug 95460 <https://bugs.freedesktop.org/show_bug.cgi?id=95460>`__ - 56 Please add more drivers (freedreno, virgl) to features.txt status 57 document 58- `Bug 96743 <https://bugs.freedesktop.org/show_bug.cgi?id=96743>`__ - 59 [BYT, HSW, SKL, BXT, KBL] GPU hangs with GfxBench 4.0 CarChase 60- `Bug 97102 <https://bugs.freedesktop.org/show_bug.cgi?id=97102>`__ - 61 [dri][swr] stack overflow / infinite loop with GALLIUM_DRIVER=swr 62- `Bug 97338 <https://bugs.freedesktop.org/show_bug.cgi?id=97338>`__ - 63 Black squares in the Spec Ops: The Line chapter select screen 64- `Bug 97524 <https://bugs.freedesktop.org/show_bug.cgi?id=97524>`__ - 65 Samplers referring to the same texture unit with different types 66 should raise GL_INVALID_OPERATION 67- `Bug 97967 <https://bugs.freedesktop.org/show_bug.cgi?id=97967>`__ - 68 glsl/tests/cache-test regression 69- `Bug 97988 <https://bugs.freedesktop.org/show_bug.cgi?id=97988>`__ - 70 [radeonsi] playing back videos with VDPAU exhibits 71 deinterlacing/anti-aliasing issues not visible with VA-API 72- `Bug 98263 <https://bugs.freedesktop.org/show_bug.cgi?id=98263>`__ - 73 [radv] The Talos Principle fails to launch with "Fatal error: Cannot 74 set display mode." 75- `Bug 98428 <https://bugs.freedesktop.org/show_bug.cgi?id=98428>`__ - 76 Undefined non-weak-symbol in dri-drivers 77- `Bug 98502 <https://bugs.freedesktop.org/show_bug.cgi?id=98502>`__ - 78 Delay when starting firefox, thunderbird or chromium and dmesg spam 79- `Bug 98869 <https://bugs.freedesktop.org/show_bug.cgi?id=98869>`__ - 80 Electronic Super Joy graphic artefacts (regression,bisected) 81- `Bug 98975 <https://bugs.freedesktop.org/show_bug.cgi?id=98975>`__ - 82 Wasteland 2 Directors Cut: Hangs. GPU fault 83- `Bug 99010 <https://bugs.freedesktop.org/show_bug.cgi?id=99010>`__ - 84 --disable-gallium-llvm no longer recognized 85- `Bug 99246 <https://bugs.freedesktop.org/show_bug.cgi?id=99246>`__ - 86 [d3dadapter+radeonsi & bisect] EVE-Online : hang on wormhole sight 87- `Bug 99265 <https://bugs.freedesktop.org/show_bug.cgi?id=99265>`__ - 88 i965: Piglit egl_khr_gl_renderbuffer_image-clear-shared-image fails 89- `Bug 99339 <https://bugs.freedesktop.org/show_bug.cgi?id=99339>`__ - 90 Blender line rendering broken after removing XY clipping of lines 91- `Bug 99401 <https://bugs.freedesktop.org/show_bug.cgi?id=99401>`__ - 92 [g33] regression: piglit.spec.!opengl 1_0.gl-1_0-beginend-coverage 93- `Bug 99450 <https://bugs.freedesktop.org/show_bug.cgi?id=99450>`__ - 94 [amdgpu] Payday 2 visual glitches on some models 95- `Bug 99451 <https://bugs.freedesktop.org/show_bug.cgi?id=99451>`__ - 96 polygon offset use after free 97- `Bug 99456 <https://bugs.freedesktop.org/show_bug.cgi?id=99456>`__ - 98 Firefox crashing when opening about:support with WebGL2 enabled 99- `Bug 99465 <https://bugs.freedesktop.org/show_bug.cgi?id=99465>`__ - 100 vtn_vector_construct writing out of bounds when given multiple 101 non-zero length sources 102- `Bug 99484 <https://bugs.freedesktop.org/show_bug.cgi?id=99484>`__ - 103 Crusader Kings 2 - Loading bars, siege bars, morale bars, etc. do not 104 render correctly 105- `Bug 99532 <https://bugs.freedesktop.org/show_bug.cgi?id=99532>`__ - 106 Compute shader doesn't give right result under some circumstances 107- `Bug 99542 <https://bugs.freedesktop.org/show_bug.cgi?id=99542>`__ - 108 vdpau logging errors since gallium/radeon: adjust the rule for using 109 the LINEAR_ALIGNED layout 110- `Bug 99631 <https://bugs.freedesktop.org/show_bug.cgi?id=99631>`__ - 111 segfault with OSVRTrackerView and openscenegraph git master 112- `Bug 99633 <https://bugs.freedesktop.org/show_bug.cgi?id=99633>`__ - 113 rasterizer/core/clip.h:279:49: error: ‘const struct API_STATE’ has no 114 member named ‘linkageCount’ 115- `Bug 99660 <https://bugs.freedesktop.org/show_bug.cgi?id=99660>`__ - 116 Not all of the int64 conversion opcodes got implemented 117- `Bug 99677 <https://bugs.freedesktop.org/show_bug.cgi?id=99677>`__ - 118 heap-use-after-free in glsl 119- `Bug 99692 <https://bugs.freedesktop.org/show_bug.cgi?id=99692>`__ - 120 [radv] Mostly broken on Hawaii PRO/CIK ASICs 121- `Bug 99701 <https://bugs.freedesktop.org/show_bug.cgi?id=99701>`__ - 122 loader.c:353:8: error: implicit declaration of function 'geteuid' is 123 invalid in C99 [-Werror,-Wimplicit-function-declaration] 124- `Bug 99715 <https://bugs.freedesktop.org/show_bug.cgi?id=99715>`__ - 125 Don't print: "Note: Buggy applications may crash, if they do please 126 report to vendor" 127- `Bug 99789 <https://bugs.freedesktop.org/show_bug.cgi?id=99789>`__ - 128 Memory leak on failure to create an ir_constant in 129 calculate_iterations in loop_controls.cpp 130- `Bug 99817 <https://bugs.freedesktop.org/show_bug.cgi?id=99817>`__ - 131 [softpipe] piglit glsl-fs-tan-1 regression 132- `Bug 99842 <https://bugs.freedesktop.org/show_bug.cgi?id=99842>`__ - 133 GL_ARB_transform_feedback2 on i965 gen6 134- `Bug 99850 <https://bugs.freedesktop.org/show_bug.cgi?id=99850>`__ - 135 Tessellation bug on Carrizo 136- `Bug 99918 <https://bugs.freedesktop.org/show_bug.cgi?id=99918>`__ - 137 disk_cache.h:57:20: error: no member named 'st_mtim' in 'struct stat' 138- `Bug 99953 <https://bugs.freedesktop.org/show_bug.cgi?id=99953>`__ - 139 device9.c:122:49: error: ‘PIPE_CAP_USER_INDEX_BUFFERS’ undeclared 140 (first use in this function) 141- `Bug 99955 <https://bugs.freedesktop.org/show_bug.cgi?id=99955>`__ - 142 [r600g] GPU load always displayed at 100% with GALLIUM_HUD=GPU-load 143- `Bug 100026 <https://bugs.freedesktop.org/show_bug.cgi?id=100026>`__ 144 - piglit.spec.arb_shader_subroutine.compiler.direct-call_vert 145 regression 146- `Bug 100049 <https://bugs.freedesktop.org/show_bug.cgi?id=100049>`__ 147 - "ralloc: Make sure ralloc() allocations match malloc()'s 148 alignment." causes seg fault in 32bit build 149- `Bug 100060 <https://bugs.freedesktop.org/show_bug.cgi?id=100060>`__ 150 - wsi/wsi_common_wayland.c:25:41: fatal error: 151 wayland-drm-client-protocol.h: No such file or directory 152- `Bug 100061 <https://bugs.freedesktop.org/show_bug.cgi?id=100061>`__ 153 - LODQ instruction generated with invalid dst mask 154- `Bug 100068 <https://bugs.freedesktop.org/show_bug.cgi?id=100068>`__ 155 - LLVM ERROR: Cannot select: intrinsic 156 %llvm.amdgcn.buffer.load.format 157- `Bug 100088 <https://bugs.freedesktop.org/show_bug.cgi?id=100088>`__ 158 - piglit.spec.arb_get_texture_sub_image.arb_get_texture_sub_image 159 regressions 160- `Bug 100091 <https://bugs.freedesktop.org/show_bug.cgi?id=100091>`__ 161 - Failure to create folder for on-disk shader cache 162- `Bug 100133 <https://bugs.freedesktop.org/show_bug.cgi?id=100133>`__ 163 - swr_context.cpp:336:44: error: invalid conversion from ‘uint {aka 164 unsigned int}’ to ‘pipe_render_cond_flag’ [-fpermissive] 165- `Bug 100154 <https://bugs.freedesktop.org/show_bug.cgi?id=100154>`__ 166 - test_eu_compact regression 167- `Bug 100180 <https://bugs.freedesktop.org/show_bug.cgi?id=100180>`__ 168 - Build failure in GNOME Continuous 169- `Bug 100182 <https://bugs.freedesktop.org/show_bug.cgi?id=100182>`__ 170 - Flickering in The Talos Principle on Sky Lake GT4. 171- `Bug 100201 <https://bugs.freedesktop.org/show_bug.cgi?id=100201>`__ 172 - Windows scons build with MSVC toolchain and LLVM 4.0 fails 173- `Bug 100223 <https://bugs.freedesktop.org/show_bug.cgi?id=100223>`__ 174 - marshal_generated.c:38:10: fatal error: 'X11/Xlib-xcb.h' file not 175 found 176- `Bug 100236 <https://bugs.freedesktop.org/show_bug.cgi?id=100236>`__ 177 - Undefined symbols for architecture x86_64: "typeinfo for 178 llvm::RTDyldMemoryManager" 179- `Bug 100259 <https://bugs.freedesktop.org/show_bug.cgi?id=100259>`__ 180 - [EGL] [GBM] undefined reference to \`gbm_bo_create_with_modifiers' 181- `Bug 100288 <https://bugs.freedesktop.org/show_bug.cgi?id=100288>`__ 182 - clover unable to run OpenCL kernels since 03127bb radeonsi: compile 183 all TGSI compute shaders asynchronously 184- `Bug 100303 <https://bugs.freedesktop.org/show_bug.cgi?id=100303>`__ 185 - Adding a single, meaningless if-else to a shader source leads to 186 different image 187- `Bug 100391 <https://bugs.freedesktop.org/show_bug.cgi?id=100391>`__ 188 - SachaWillems deferredmultisampling asserts 189- `Bug 100452 <https://bugs.freedesktop.org/show_bug.cgi?id=100452>`__ 190 - push_constants host memory leak when resetting command buffer 191- `Bug 100531 <https://bugs.freedesktop.org/show_bug.cgi?id=100531>`__ 192 - [regression] Broken graphics in several games 193- `Bug 100562 <https://bugs.freedesktop.org/show_bug.cgi?id=100562>`__ 194 - u_debug_stack.c:59: undefined reference to \`_Ux86_64_getcontext' 195- `Bug 100569 <https://bugs.freedesktop.org/show_bug.cgi?id=100569>`__ 196 - core/resource.cpp:36:33: error: non-constant-expression cannot be 197 narrowed from type 'int' to 'int16_t' (aka 'short') in initializer 198 list [-Wc++11-narrowing] 199- `Bug 100574 <https://bugs.freedesktop.org/show_bug.cgi?id=100574>`__ 200 - anv_device.c:189: undefined reference to 201 \`anv_gem_supports_48b_addresses' 202- `Bug 100582 <https://bugs.freedesktop.org/show_bug.cgi?id=100582>`__ 203 - [GEN8+] piglit.spec.arb_stencil_texturing.glblitframebuffer 204 corrupts state.gl_texture\* assertions 205- `Bug 100600 <https://bugs.freedesktop.org/show_bug.cgi?id=100600>`__ 206 - anv_device.c:1337: undefined reference to \`anv_gem_busy' 207- `Bug 100620 <https://bugs.freedesktop.org/show_bug.cgi?id=100620>`__ 208 - [SKL] 48-bit addresses break DOOM 209- `Bug 100663 <https://bugs.freedesktop.org/show_bug.cgi?id=100663>`__ 210 - commit 61e47d92c5196 breaks RS780 211- `Bug 100690 <https://bugs.freedesktop.org/show_bug.cgi?id=100690>`__ 212 - [Regression, bisected] TotalWar: Warhammer corrupted graphics 213- `Bug 100892 <https://bugs.freedesktop.org/show_bug.cgi?id=100892>`__ 214 - Polaris 12: winsys init bad switch (missing break) initializing 215 addrlib 216 217Changes 218------- 219 220- Removed the ilo gallium driver. 221- The configure option --enable-gallium-llvm is superseded by 222 --enable-llvm. 223- The swr driver now requires LLVM >= 3.9.0 and a C++14 capable 224 compiler. 225- The radeonsi driver now requires LLVM 3.8.0. 226- The MESA_GLSL=opt and MESA_GLSL=no_opt environment vars have been 227 removed. 228- The --with-egl-platforms configure option is deprecated. Use 229 --with-platforms instead. 230