Hi Emil, It appears that you missed cherry-picking one of Samuel's commits:
commit 84e946380b2d5ddc62a107b667be39abf1932704 Author: Samuel Pitoiset <[email protected]> Date: Wed Oct 26 23:10:53 2016 +0200 nvc0/ir: fix emission of IMAD with NEG modifiers The emitter tried to emit sub instead of subr when src0 has actually a NEG modifier. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]> Cc: "11.0 12.0 13.0" <[email protected]> Perhaps you can have a look at why that happened and look for any other commits you might have missed? Thanks, -ilia On Mon, Oct 31, 2016 at 8:21 AM, Emil Velikov <[email protected]> wrote: > The third release candidate for Mesa 13.0.0 is now available with the final > to be out in ~24 hours. > > Maintainers, this is a polite reminder to test your respective drivers and/or > subsystem. If there are any severe issues with unmerged patches let me know > and > we'll include them. > > > Axel Davy (3): > st/nine: Fix leak with integer and boolean constants > st/nine: Fix mistake in Volume9 UnlockBox > st/nine: Fix locking CubeTexture surfaces. > > Dave Airlie (1): > radv/ac/llvm: trim texture return values > > Emil Velikov (2): > cherry-ignore: add mapi VISILITY_CFLAGS patch > Update version to 13.0.0-rc3 > > Eric Engestrom (1): > egl/dri2: swap_buffers_with_damage falls back to swap_buffers > > Fredrik Höglund (3): > radv: mark the fence as submitted and signalled in vkAcquireNextImageKHR > vulkan/wsi/x11: fix ARGB window support > vulkan/wsi/wayland: fix ARGB window support > > Kenneth Graunke (6): > i965: Drop unnecessary switch statement in nir_setup_outputs() > i965: Make split_virtual_grfs() call compact_virtual_grfs(). > i965: Don't use nir_assign_var_locations for VS/TES/GS outputs. > i965: Drop nir_inputs from fs_visitor. > glsl: Pass ctx to program interface query helper functions. > glsl: Size TCS->TES unsized arrays to gl_MaxPatchVertices for queries. > > Marek Olšák (5): > gallium/radeon: fix incorrect bpe use in si_set_optimal_micro_tile_mode > gallium/radeon: make sure the address of separate CMASK is > aligned properly > winsys/amdgpu: fix radeon_surf::macro_tile_index for imported textures > st/mesa: unduplicate st_check_sync code > st/mesa: allow multiple concurrent waiters in ClientWaitSync > > Matt Turner (2): > anv: Replace "abi_versions" with correct "api_version". > radv: Replace "abi_versions" with correct "api_version". > > Nicolai Hähnle (1): > st/mesa: cleanup and fix primitive restart for indirect draws > > Samuel Iglesias Gonsálvez (2): > mesa/program: Add _mesa_symbol_table_replace_symbol() > glsl: update default precision qualifier when it is set in the shader > > Samuel Pitoiset (2): > nvc0: use correct bufctx when invalidating CP textures > nvc0/ir: fix emission of SHLADD with NEG modifiers > > Tapani Pälli (5): > egl/dri2: set max values for pbuffer width and height > Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and > EGL_MAX_PBUFFER_HEIGHT" > egl: add check that eglCreateContext gets a valid config > mesa: fix error handling in DrawBuffers > egl: set preserved behavior for surface only if config supports it > > Timothy Arceri (1): > glsl/mesa: remove unused namespace support from the symbol table > > git tag: mesa-13.0.0-rc3 > > https://mesa.freedesktop.org/archive/13.0.0/mesa-13.0.0-rc3.tar.gz > MD5: 49923a2add7a026de669b66d4241d6e5 mesa-13.0.0-rc3.tar.gz > SHA1: 358eed62654a472365153687577d0ef04cc8deec mesa-13.0.0-rc3.tar.gz > SHA256: 99924e8c3c62050b45d160486c94f0efb75ad3ae10890230e1dd154bde86a4b9 > mesa-13.0.0-rc3.tar.gz > PGP: https://mesa.freedesktop.org/archive/13.0.0/mesa-13.0.0-rc3.tar.gz.sig > > https://mesa.freedesktop.org/archive/13.0.0/mesa-13.0.0-rc3.tar.xz > MD5: 599f1b7879ee2ca1bd8235f51771b5d0 mesa-13.0.0-rc3.tar.xz > SHA1: bfd7628b36f361e7c6a080169c7be8961da62b6d mesa-13.0.0-rc3.tar.xz > SHA256: 4a3ec9e93cc2be964e204a591a88d8aa935d988fcba877a56e66441f1ebe681a > mesa-13.0.0-rc3.tar.xz > PGP: https://mesa.freedesktop.org/archive/13.0.0/mesa-13.0.0-rc3.tar.xz.sig > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
