Re: [Mesa-dev] [PATCH] nir/validate: fix crash if entry is null.

2019-05-19 Thread Jason Ekstrand
Seems fine. Rb On May 19, 2019 20:11:50 Dave Airlie wrote: From: Dave Airlie we validate assert entry just before this, but since that doesn't stop execution, we need to check entry before the next validation assert. --- src/compiler/nir/nir_validate.c | 2 +- 1 file changed, 1 insertion(+),

Re: [Mesa-dev] [PATCH] panfrost: Remove the standalone compiler

2019-05-19 Thread Ryan Houdek
Reviewed-By: Ryan Houdek On Sun, May 19, 2019 at 4:52 PM Alyssa Rosenzweig wrote: > Now that the online compiler and pandecode are reliable and upstreamed, > nobody is using this. If somebody does need it, it should be easy enough > to bring back, I suppose. At the moment, it's just a maintenan

[Mesa-dev] [PATCH] nir/validate: fix crash if entry is null.

2019-05-19 Thread Dave Airlie
From: Dave Airlie we validate assert entry just before this, but since that doesn't stop execution, we need to check entry before the next validation assert. --- src/compiler/nir/nir_validate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_validate.c b/

[Mesa-dev] [Bug 101065] compiler/test_eu_validate.cpp:121:41: error: ‘devinfo’ was not declared in this scope

2019-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101065 Andre Klapper changed: What|Removed |Added Assignee|irshadaquib...@gmail.com|mesa-dev@lists.freedesktop.

[Mesa-dev] [PATCH] panfrost: Remove the standalone compiler

2019-05-19 Thread Alyssa Rosenzweig
Now that the online compiler and pandecode are reliable and upstreamed, nobody is using this. If somebody does need it, it should be easy enough to bring back, I suppose. At the moment, it's just a maintenance hazard, since meson is silly and does double builds for compiler updates (triple for disa

[Mesa-dev] [Bug 110709] g_glxglvnddispatchfuncs.c and glxglvnd.c fail to build with clang 8.0

2019-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110709 --- Comment #1 from Bernhard Rosenkraenzer --- Created attachment 144302 --> https://bugs.freedesktop.org/attachment.cgi?id=144302&action=edit Patch applying the workarounds mentioned in the bug description -- You are receiving this mail bec

[Mesa-dev] [Bug 109401] [DXVK] Project Cars rendering problems

2019-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109401 --- Comment #9 from Gregor Münch --- So you are right; this is still happening although much less often. Previously this bad effect was much more noticeable. Its really hard to reproduce this now. Also there isnt a change between DXVK versions

[Mesa-dev] [Bug 110709] g_glxglvnddispatchfuncs.c and glxglvnd.c fail to build with clang 8.0

2019-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110709 Bug ID: 110709 Summary: g_glxglvnddispatchfuncs.c and glxglvnd.c fail to build with clang 8.0 Product: Mesa Version: 19.1 Hardware: Other OS: All

[Mesa-dev] [Bug 101065] compiler/test_eu_validate.cpp:121:41: error: ‘devinfo’ was not declared in this scope

2019-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101065 aquib changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop. |irshadaquib...@gmail.com |org