17ec681f3SmrgMesa 12.0.4 Release Notes / November 10, 2016 27ec681f3Smrg============================================= 37ec681f3Smrg 47ec681f3SmrgMesa 12.0.4 is a bug fix release which fixes bugs found since the 12.0.4 57ec681f3Smrgrelease. 67ec681f3Smrg 77ec681f3SmrgMesa 12.0.4 implements the OpenGL 4.3 API, but the version reported by 87ec681f3SmrgglGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) / 97ec681f3SmrgglGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being 107ec681f3Smrgused. Some drivers don't support all the features required in OpenGL 117ec681f3Smrg4.3. OpenGL 4.3 is **only** available if requested at context creation 127ec681f3Smrgbecause compatibility contexts are not supported. 137ec681f3Smrg 147ec681f3SmrgSHA256 checksums 157ec681f3Smrg---------------- 167ec681f3Smrg 177ec681f3Smrg:: 187ec681f3Smrg 197ec681f3Smrg 22026ce4f1c6a7908b0d10ff057decec0a5633afe7f38a0cef5c08d0689f02a6 mesa-12.0.4.tar.gz 207ec681f3Smrg 5d6003da867d3f54e5000b4acdfc37e6cce5b6a4459274fdad73e24bd2f0065e mesa-12.0.4.tar.xz 217ec681f3Smrg 227ec681f3SmrgNew features 237ec681f3Smrg------------ 247ec681f3Smrg 257ec681f3SmrgNone 267ec681f3Smrg 277ec681f3SmrgBug fixes 287ec681f3Smrg--------- 297ec681f3Smrg 307ec681f3SmrgThis list is likely incomplete. 317ec681f3Smrg 327ec681f3Smrg- `Bug 71759 <https://bugs.freedesktop.org/show_bug.cgi?id=71759>`__ - 337ec681f3Smrg Intel driver fails with "intel_do_flush_locked failed: No such file 347ec681f3Smrg or directory" if buffer imported with EGL_NATIVE_PIXMAP_KHR 357ec681f3Smrg- `Bug 94354 <https://bugs.freedesktop.org/show_bug.cgi?id=94354>`__ - 367ec681f3Smrg R9285 Unigine Valley perf regression since radeonsi: use re-Z 377ec681f3Smrg- `Bug 96770 <https://bugs.freedesktop.org/show_bug.cgi?id=96770>`__ - 387ec681f3Smrg include/GL/mesa_glinterop.h:62: error: redefinition of typedef 397ec681f3Smrg ‘GLXContext’ 407ec681f3Smrg- `Bug 97231 <https://bugs.freedesktop.org/show_bug.cgi?id=97231>`__ - 417ec681f3Smrg GL_DEPTH_CLAMP doesn't clamp to the far plane 427ec681f3Smrg- `Bug 97233 <https://bugs.freedesktop.org/show_bug.cgi?id=97233>`__ - 437ec681f3Smrg vkQuake VkSpecializationMapEntry related bug 447ec681f3Smrg- `Bug 97260 <https://bugs.freedesktop.org/show_bug.cgi?id=97260>`__ - 457ec681f3Smrg R9 290 low performance in Linux 4.7 467ec681f3Smrg- `Bug 97549 <https://bugs.freedesktop.org/show_bug.cgi?id=97549>`__ - 477ec681f3Smrg [SNB, BXT] up to 40% perf drop from "loader/dri3: Overhaul 487ec681f3Smrg dri3_update_num_back" commit 497ec681f3Smrg- `Bug 97887 <https://bugs.freedesktop.org/show_bug.cgi?id=97887>`__ - 507ec681f3Smrg llvm segfault in janusvr -render vive 517ec681f3Smrg- `Bug 98025 <https://bugs.freedesktop.org/show_bug.cgi?id=98025>`__ - 527ec681f3Smrg [radeonsi] incorrect primitive restart index used 537ec681f3Smrg- `Bug 98134 <https://bugs.freedesktop.org/show_bug.cgi?id=98134>`__ - 547ec681f3Smrg dEQP-GLES31.functional.debug.negative_coverage.get_error.buffer.draw_buffers 557ec681f3Smrg wants a different GL error code 567ec681f3Smrg- `Bug 98326 <https://bugs.freedesktop.org/show_bug.cgi?id=98326>`__ - 577ec681f3Smrg [dEQP, EGL] pbuffer depth/stencil tests fail 587ec681f3Smrg 597ec681f3SmrgChanges 607ec681f3Smrg------- 617ec681f3Smrg 627ec681f3SmrgAxel Davy (4): 637ec681f3Smrg 647ec681f3Smrg- gallium/util: Really allow aliasing of dst for u_box_union\_\* 657ec681f3Smrg- st/nine: Fix the calculation of the number of vs inputs 667ec681f3Smrg- st/nine: Fix mistake in Volume9 UnlockBox 677ec681f3Smrg- st/nine: Fix locking CubeTexture surfaces. 687ec681f3Smrg 697ec681f3SmrgBrendan King (1): 707ec681f3Smrg 717ec681f3Smrg- configure.ac: fix the name of the Wayland Scanner pc file 727ec681f3Smrg 737ec681f3SmrgBrian Paul (1): 747ec681f3Smrg 757ec681f3Smrg- st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj() 767ec681f3Smrg 777ec681f3SmrgChad Versace (3): 787ec681f3Smrg 797ec681f3Smrg- egl: Fix truncation error in \_eglParseSyncAttribList64 807ec681f3Smrg- i965/sync: Fix uninitalized usage and leak of mutex 817ec681f3Smrg- egl: Don't advertise unsupported platform extensions 827ec681f3Smrg 837ec681f3SmrgChuanbo Weng (1): 847ec681f3Smrg 857ec681f3Smrg- gbm: fix potential NULL deref of mapImage/unmapImage. 867ec681f3Smrg 877ec681f3SmrgChuck Atkins (1): 887ec681f3Smrg 897ec681f3Smrg- autoconf: Make header install distinct for various APIs (v2) 907ec681f3Smrg 917ec681f3SmrgDave Airlie (3): 927ec681f3Smrg 937ec681f3Smrg- anv: initialise and increment send_sbc 947ec681f3Smrg- anv/wsi: fix apps that acquire multiple images up front 957ec681f3Smrg- Revert "st/vdpau: use linear layout for output surfaces" 967ec681f3Smrg 977ec681f3SmrgEmil Velikov (12): 987ec681f3Smrg 997ec681f3Smrg- docs: add sha256 checksums for 12.0.3 1007ec681f3Smrg- cherry-ignore: add non-applicable i965 commit 1017ec681f3Smrg- cherry-ignore: add vaapi encode fix 1027ec681f3Smrg- cherry-ignore: add EGL_KHR_debug fix 1037ec681f3Smrg- cherry-ignore: add update_renderbuffer_read_surfaces() 1047ec681f3Smrg- isl/gen6: correctly check msaa layout samples count 1057ec681f3Smrg- egl/x11: don't crash if dri2_dpy->conn is NULL 1067ec681f3Smrg- get-pick-list.sh: Require explicit "12.0" for nominating stable 1077ec681f3Smrg patches 1087ec681f3Smrg- automake: don't forget to pick wglext.h in the tarball 1097ec681f3Smrg- cherry-ignore: add N/A EGL revert 1107ec681f3Smrg- cherry-ignore: add ClientWaitSync fixes 1117ec681f3Smrg- Update version to 12.0.4 1127ec681f3Smrg 1137ec681f3SmrgEric Anholt (5): 1147ec681f3Smrg 1157ec681f3Smrg- travis: Parse configure.ac to pick an updated LIBDRM_VERSION. 1167ec681f3Smrg- travis: Update to the Ubuntu Trusty image. 1177ec681f3Smrg- travis: Enable vc4 in libdrm to satisfy vc4 test build dependency. 1187ec681f3Smrg- travis: Upgrade LLVM dependency to 3.5 and enable LLVM drivers. 1197ec681f3Smrg- gallium: Fix install-gallium-links.mk on non-bash /bin/sh 1207ec681f3Smrg 1217ec681f3SmrgHans de Goede (1): 1227ec681f3Smrg 1237ec681f3Smrg- pipe_loader_sw: Fix fd leak when instantiated via 1247ec681f3Smrg pipe_loader_sw_probe_kms 1257ec681f3Smrg 1267ec681f3SmrgIan Romanick (1): 1277ec681f3Smrg 1287ec681f3Smrg- glsl: Fix cut-and-paste bug in hierarchical visitor 1297ec681f3Smrg ir_expression::accept 1307ec681f3Smrg 1317ec681f3SmrgIlia Mirkin (16): 1327ec681f3Smrg 1337ec681f3Smrg- nv30: set usage to staging so that the buffer is allocated in GART 1347ec681f3Smrg- a3xx: make sure to actually clamp depth as requested 1357ec681f3Smrg- a3xx: make use of software clipping when hw can't handle it 1367ec681f3Smrg- a3xx: use window scissor to simulate viewport xy clip 1377ec681f3Smrg- main: GL_RGB10_A2UI does not come with GL 3.0/EXT_texture_integer 1387ec681f3Smrg- mesa/formatquery: limit ES target support, fix core context support 1397ec681f3Smrg- nir: fix definition of pack_uvec2_to_uint 1407ec681f3Smrg- gm107/ir: AL2P writes to a predicate register 1417ec681f3Smrg- st/mesa: fix is_scissor_enabled when X/Y are negative 1427ec681f3Smrg- nvc0/ir: fix overwriting of value backing non-constant gather offset 1437ec681f3Smrg- nv50/ir: copy over value's register id when resolving merge of a phi 1447ec681f3Smrg- nvc0/ir: fix textureGather with a single offset 1457ec681f3Smrg- gm107/ir: fix texturing with indirect samplers 1467ec681f3Smrg- gm107/ir: fix bit offset of tex lod setting for indirect texturing 1477ec681f3Smrg- nv50,nvc0: avoid reading out of bounds when getting bogus so info 1487ec681f3Smrg- nv50/ir: process texture offset sources as regular sources 1497ec681f3Smrg 1507ec681f3SmrgJames Legg (1): 1517ec681f3Smrg 1527ec681f3Smrg- radeonsi: Fix primitive restart when index changes 1537ec681f3Smrg 1547ec681f3SmrgJason Ekstrand (9): 1557ec681f3Smrg 1567ec681f3Smrg- nir/spirv: Swap the argument order for AtomicCompareExchange 1577ec681f3Smrg- nir/spirv: Use the correct sources for CompareExchange on images 1587ec681f3Smrg- nir/spirv: Break variable decoration handling into a helper 1597ec681f3Smrg- nir/spirv: Refactor variable deocration handling 1607ec681f3Smrg- nir/spirv/cfg: Handle switches whose break block is a loop continue 1617ec681f3Smrg- nir/spirv/cfg: Detect switch_break after loop_break/continue 1627ec681f3Smrg- nir: Add a nop intrinsic 1637ec681f3Smrg- nir/spirv/cfg: Use a nop intrinsic for tagging the ends of blocks 1647ec681f3Smrg- intel/blorp: Rework our usage of ralloc when compiling shaders 1657ec681f3Smrg 1667ec681f3SmrgJonathan Gray (3): 1677ec681f3Smrg 1687ec681f3Smrg- genxml: add generated headers to EXTRA_DIST 1697ec681f3Smrg- mapi: automake: set VISIBILITY_CFLAGS for shared glapi 1707ec681f3Smrg- mesa: automake: include mesa_glinterop.h in distfile 1717ec681f3Smrg 1727ec681f3SmrgJulien Isorce (1): 1737ec681f3Smrg 1747ec681f3Smrg- st/va: also honors interlaced preference when providing a video 1757ec681f3Smrg format 1767ec681f3Smrg 1777ec681f3SmrgKenneth Graunke (8): 1787ec681f3Smrg 1797ec681f3Smrg- nir: Call nir_metadata_preserve from nir_lower_alu_to_scalar(). 1807ec681f3Smrg- mesa: Expose RESET_NOTIFICATION_STRATEGY with KHR_robustness. 1817ec681f3Smrg- i965: Fix missing \_NEW_TRANSFORM in Gen8+ 3DSTATE_DS atom. 1827ec681f3Smrg- i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP. 1837ec681f3Smrg- i965: Move BRW_NEW_FRAGMENT_PROGRAM from 3DSTATE_PS to PS_EXTRA. 1847ec681f3Smrg- i965: Add missing BRW_NEW_CS_PROG_DATA to compute constant atom. 1857ec681f3Smrg- i965: Add missing BRW_CS_PROG_DATA to CS work group surface atom. 1867ec681f3Smrg- i965: Fix gl_InvocationID in dual object GS where invocations == 1. 1877ec681f3Smrg 1887ec681f3SmrgMarek Olšák (12): 1897ec681f3Smrg 1907ec681f3Smrg- radeonsi: fix cubemaps viewed as 2D 1917ec681f3Smrg- radeonsi: take compute shader and dispatch indirect memory usage into 1927ec681f3Smrg account 1937ec681f3Smrg- radeonsi: fix FP64 UBO loads with indirect uniform block indexing 1947ec681f3Smrg- mesa: fix glGetFramebufferAttachmentParameteriv w/ on-demand 1957ec681f3Smrg FRONT_BACK alloc 1967ec681f3Smrg- radeonsi: fix interpolateAt opcodes for .zw components 1977ec681f3Smrg- radeonsi: fix texture border colors for compute shaders 1987ec681f3Smrg- radeonsi: disable ReZ 1997ec681f3Smrg- gallium/radeon: make sure the address of separate CMASK is aligned 2007ec681f3Smrg properly 2017ec681f3Smrg- winsys/amdgpu: fix radeon_surf::macro_tile_index for imported 2027ec681f3Smrg textures 2037ec681f3Smrg- egl: use util/macros.h 2047ec681f3Smrg- egl: make interop ABI visible again 2057ec681f3Smrg- glx: make interop ABI visible again 2067ec681f3Smrg 2077ec681f3SmrgMario Kleiner (1): 2087ec681f3Smrg 2097ec681f3Smrg- glx: Perform check for valid fbconfig against proper X-Screen. 2107ec681f3Smrg 2117ec681f3SmrgMartin Peres (2): 2127ec681f3Smrg 2137ec681f3Smrg- loader/dri3: add get_dri_screen() to the vtable 2147ec681f3Smrg- loader/dri3: import prime buffers in the currently-bound screen 2157ec681f3Smrg 2167ec681f3SmrgMatt Whitlock (5): 2177ec681f3Smrg 2187ec681f3Smrg- egl/android: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC) 2197ec681f3Smrg- gallium/auxiliary: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC) 2207ec681f3Smrg- st/dri: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC) 2217ec681f3Smrg- st/xa: replace call to dup(2) with fcntl(F_DUPFD_CLOEXEC) 2227ec681f3Smrg- gallium/winsys: replace calls to dup(2) with fcntl(F_DUPFD_CLOEXEC) 2237ec681f3Smrg 2247ec681f3SmrgMax Staudt (1): 2257ec681f3Smrg 2267ec681f3Smrg- r300g: Set R300_VAP_CNTL on RSxxx to avoid triangle flickering 2277ec681f3Smrg 2287ec681f3SmrgMichel Dänzer (1): 2297ec681f3Smrg 2307ec681f3Smrg- loader/dri3: Overhaul dri3_update_num_back 2317ec681f3Smrg 2327ec681f3SmrgNicholas Bishop (2): 2337ec681f3Smrg 2347ec681f3Smrg- gbm: return appropriate error when queryImage() fails 2357ec681f3Smrg- st/dri: check pipe_screen->resource_get_handle() return value 2367ec681f3Smrg 2377ec681f3SmrgNicolai Hähnle (10): 2387ec681f3Smrg 2397ec681f3Smrg- gallium/radeon: cleanup and fix branch emits 2407ec681f3Smrg- st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations 2417ec681f3Smrg- st/glsl_to_tgsi: simplify translate_tex_offset 2427ec681f3Smrg- st/glsl_to_tgsi: fix textureGatherOffset with indirectly loaded 2437ec681f3Smrg offsets 2447ec681f3Smrg- st/mesa: fix vertex elements setup for doubles 2457ec681f3Smrg- radeonsi: fix indirect loads of 64 bit constants 2467ec681f3Smrg- st/glsl_to_tgsi: fix atomic counter addressing 2477ec681f3Smrg- st/glsl_to_tgsi: fix block copies of arrays of doubles 2487ec681f3Smrg- st/mesa: only set primitive_restart when the restart index is in 2497ec681f3Smrg range 2507ec681f3Smrg- radeonsi: fix 64-bit loads from LDS 2517ec681f3Smrg 2527ec681f3SmrgSamuel Pitoiset (4): 2537ec681f3Smrg 2547ec681f3Smrg- nvc0/ir: fix subops for IMAD 2557ec681f3Smrg- gk110/ir: fix wrong emission of OP_NOT 2567ec681f3Smrg- nvc0: use correct bufctx when invalidating CP textures 2577ec681f3Smrg- nvc0/ir: fix emission of IMAD with NEG modifiers 2587ec681f3Smrg 2597ec681f3SmrgStencel, Joanna (1): 2607ec681f3Smrg 2617ec681f3Smrg- egl/wayland: add missing destroy_window callback 2627ec681f3Smrg 2637ec681f3SmrgTapani Pälli (5): 2647ec681f3Smrg 2657ec681f3Smrg- egl: stop claiming support for pbuffer + msaa 2667ec681f3Smrg- egl/dri2: set max values for pbuffer width and height 2677ec681f3Smrg- egl: add check that eglCreateContext gets a valid config 2687ec681f3Smrg- mesa: fix error handling in DrawBuffers 2697ec681f3Smrg- egl: set preserved behavior for surface only if config supports it 2707ec681f3Smrg 2717ec681f3SmrgTim Rowley (1): 2727ec681f3Smrg 2737ec681f3Smrg- configure.ac: add llvm inteljitevents component if enabled 2747ec681f3Smrg 2757ec681f3SmrgVedran Miletić (1): 2767ec681f3Smrg 2777ec681f3Smrg- clover: Fix build against clang SVN >= r273191 2787ec681f3Smrg 2797ec681f3SmrgVinson Lee (1): 2807ec681f3Smrg 2817ec681f3Smrg- Revert "mesa_glinterop: remove inclusion of GLX header" 282