Re: [Mesa-dev] [PATCH] gallivm: Fix saturated signed psub/padd intrinsics on llvm 8

2019-10-16 Thread Dave Airlie
> > From: Roland Scheidegger Thanks, Reviewed-by: Dave Airlie > > LLVM 8 did remove both the signed and unsigned sse2/avx intrinsics in > the end, and provide arch-independent llvm intrinsics instead. > Fixes a crash when using snorm framebuffers (tested with piglit > arb_color_buffer_float-re

[Mesa-dev] [PATCH] gallivm: Fix saturated signed psub/padd intrinsics on llvm 8

2019-10-16 Thread sroland
From: Roland Scheidegger LLVM 8 did remove both the signed and unsigned sse2/avx intrinsics in the end, and provide arch-independent llvm intrinsics instead. Fixes a crash when using snorm framebuffers (tested with piglit arb_color_buffer_float-render GL_RGBA8_SNORM -auto). CC: --- src/gallium

Re: [Mesa-dev] [PATCH] gallivm: use fallback code for mul_hi with llvm >= 7.0

2019-10-16 Thread Roland Scheidegger
Am 16.10.19 um 01:20 schrieb Dave Airlie: > On Fri, 30 Aug 2019 at 00:55, Roland Scheidegger wrote: >> >> Am 29.08.19 um 15:05 schrieb Jose Fonseca: >>> This change is >>> >>> Reviewed-by: Jose Fonseca >>> >>> Regarding follow up change, do you think the LLVM pattern is sane/doable? >> Yes, sho

Re: [Mesa-dev] [PATCH] nv50/ir: remove DUMMY edge type

2019-10-16 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin Based on the dot-output thing ("dotted" edge), presumably it was to mark BB's that were somehow related? I have no idea what the design was. Christoph hasn't been seen in ages, perhaps Curro knows, but I think it's also fine to delete. Cheers, -ilia On Mon, Oct 14, 2

[Mesa-dev] libdrm can't be released because of meson

2019-10-16 Thread Marek Olšák
Hi, Since autotools is no longer in libdrm, it's not possible to make a release: $ ../modular/release.sh --gpgkey ... Processing "/home/marek/dev/drm/." Info: working off the "master" branch tracking the remote "origin/master". Info: creating new git worktree. Preparing release/drm/bui

Re: [Mesa-dev] Update on Khronos conformance submissions

2019-10-16 Thread Ian Romanick
On 10/15/19 1:38 AM, Daniel Vetter wrote: > Hi all, > > At XDC and with a few follow ups with Neil we've clarified the process > for submitting conformance results to get the GL/VK trademarks and > everything: > > https://www.x.org/wiki/Khronos/ > > Big update is that we've had a misunderstandin