[Mesa-dev] [PATCH] radv: fix memory leak when restoring from cache

2019-07-09 Thread Timothy Arceri
Fixes: 726a31df705b ("radv: Add the concept of radv shader binaries.") --- src/amd/vulkan/radv_pipeline_cache.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/amd/vulkan/radv_pipeline_cache.c b/src/amd/vulkan/radv_pipeline_cache.c index 2b3fda6eb8e..b773de30c32 100644 --- a/src/amd/vulka

[Mesa-dev] [Bug 100789] Mesa (Padoka Pkppa), Textures become corrupt in counterstrike 1.6 and in steam overlay after indeterminate amount of time

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=100789 --- Comment #10 from calexil --- you don't see the blocked single colors where textures should be, for example in de_nuke at the ramp the guide rail should be a metal lattice, not a solid red block -- You are receiving this mail because: You a

Re: [Mesa-dev] [PATCH] radv: compute correct number of input vertices for NGG

2019-07-09 Thread Bas Nieuwenhuizen
On Tue, Jul 9, 2019 at 9:19 AM Samuel Pitoiset wrote: > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_pipeline.c | 25 - > 1 file changed, 24 insertions(+), 1 deletion(-) > > diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c > ind

[Mesa-dev] [Bug 99240] glxinfo reports different extensions for wayland vs xorg.

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99240 Adam Jackson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Mesa-dev] [PATCH v2] egl/android: Update color_buffer[] querying for buffer age

2019-07-09 Thread Nataraj Deshpande
color_buffers[] is currently hard coded to 3 for android which fails in droid_window_dequeue_buffer when ANativeWindow creates 4 color_buffers on ChromeOS while querying buffer age during dEQP partial_update tests. Fixes dEQP-EGL.functional.partial_update* tests on chromebooks with enabling EGL_KH

Re: [Mesa-dev] [MR] Update README to recommend MRs instead of `git send-email`

2019-07-09 Thread Jason Ekstrand
On Tue, Jul 9, 2019 at 11:19 AM Kristian Høgsberg wrote: > On Tue, Jul 9, 2019 at 12:17 AM Daniel Stone wrote: > > > > Hi, > > > > On Sat, 6 Jul 2019 at 18:39, Ilia Mirkin wrote: > > > I see this as driving away contributions, esp from new people. MR's > > > are annoying to create, since they r

[Mesa-dev] [Bug 110735] Meson can't find 32-bit libXvMCW in non-standard path

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110735 --- Comment #7 from charlie --- I recompiled both 32-bit and 64-bit libXvMC with the patch applied and mesa meson configure error remains. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

Re: [Mesa-dev] [MR] Update README to recommend MRs instead of `git send-email`

2019-07-09 Thread Kristian Høgsberg
On Tue, Jul 9, 2019 at 12:17 AM Daniel Stone wrote: > > Hi, > > On Sat, 6 Jul 2019 at 18:39, Ilia Mirkin wrote: > > I see this as driving away contributions, esp from new people. MR's > > are annoying to create, since they require dealing with the hosting > > provider, getting it to host clones,

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #11 from kyle.de...@mykolab.com --- Thanks! :) -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.___ mesa-dev mailing list mesa-d

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 Connor Abbott changed: What|Removed |Added CC||cwabbo...@gmail.com -- You are receivi

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #10 from Connor Abbott --- Hopefully https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1298 should fix it. It now gets further with my machine, but it fails on 27.pipeline_test with: run: /home/cwabbott/src/vkpipeline-db/seria

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #9 from Connor Abbott --- Thanks, I managed to reproduce the crash with 124.pipeline_test. I'll look into it now. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #8 from kyle.de...@mykolab.com --- Okay, I've uploaded the shaders, and terminal output. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.__

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #7 from kyle.de...@mykolab.com --- Created attachment 144734 --> https://bugs.freedesktop.org/attachment.cgi?id=144734&action=edit Terminal output -- You are receiving this mail because: You are the QA Contact for the bug. You are

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #6 from kyle.de...@mykolab.com --- Created attachment 144733 --> https://bugs.freedesktop.org/attachment.cgi?id=144733&action=edit All of the captured pipelines -- You are receiving this mail because: You are the QA Contact for th

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #5 from kyle.de...@mykolab.com --- Always the obvious things. :P -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.___ mesa-dev m

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #4 from Rhys Perry --- (In reply to kyle.devir from comment #3) > vkpipeline-db isn't dumping any shaders... despite my environment variables > being correct. > > This is how I run it: > > export > VK_LAYER_PATH="/run/media/valmar/

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #3 from kyle.de...@mykolab.com --- vkpipeline-db isn't dumping any shaders... despite my environment variables being correct. This is how I run it: export VK_LAYER_PATH="/run/media/valmar/DataSSD/Games/WineLibraries/x64/VkLayer_vkpi

[Mesa-dev] [ANNOUNCE] Mesa 19.1.2

2019-07-09 Thread Juan A. Suarez Romero
Mesa 19.1.2 is now available. In this release we have: Different fixes for the Intel and AMD Vulkan drivers, Freedreno, the Meson build system, and some other fixes for other parts and/or drivers. Worth to mention a fix for a crash in Wolfenstein II with the RADV driver, and another fix releva

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #2 from kyle.de...@mykolab.com --- Yeah, I will. Just realized I should have specified I ran it using DXVK, not VKD3D. Not that it makes a difference, perhaps. -- You are receiving this mail because: You are the assignee for the bu

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 --- Comment #1 from Connor Abbott --- Can you upload a trace that shows the problem? I think the easiest way is to use vkpipeline-db (https://gitlab.freedesktop.org/mesa/vkpipeline-db) to capture the shaders using a mesa before the problem commi

Re: [Mesa-dev] [PATCH] egl/android: Update color_buffer[] querying for buffer age

2019-07-09 Thread Eric Engestrom
On Monday, 2019-07-08 11:58:11 -0700, Nataraj Deshpande wrote: > color_buffers[] is currently hard coded to 3 for android which fails > in droid_window_dequeue_buffer when ANativeWindow creates 4 color_buffers > on ChromeOS while querying buffer age during dEQP partial_update tests. > > Fixes dEQP

[Mesa-dev] [Bug 111092] Devil May Cry 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 kyle.de...@mykolab.com changed: What|Removed |Added Summary|Devil May 5 segfaults with |Devil May Cry 5 segfaults

[Mesa-dev] [Bug 111092] Devil May 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 kyle.de...@mykolab.com changed: What|Removed |Added OS|All |Linux (All) Hardware|

[Mesa-dev] [Bug 111092] Devil May 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907772bb9e5503b736c95d7bb62d52c

2019-07-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=111092 Bug ID: 111092 Summary: Devil May 5 segfaults with "unsupported nir load_const bit_size: 1", first bad commit: "radv: Use NIR barycentric intrinsics", 118a66df9907

[Mesa-dev] [PATCH] radv: compute correct number of input vertices for NGG

2019-07-09 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index 5942e20dafe..96b20c1c730 100644 --- a/src/amd/vulkan/radv_pipeline.

Re: [Mesa-dev] [MR] Update README to recommend MRs instead of `git send-email`

2019-07-09 Thread Daniel Stone
Hi, On Sat, 6 Jul 2019 at 18:39, Ilia Mirkin wrote: > I see this as driving away contributions, esp from new people. MR's > are annoying to create, since they require dealing with the hosting > provider, getting it to host clones, etc. Everyone has email. My position - and the evidence of veloci

[Mesa-dev] [PATCH] egl/android: Update color_buffer[] querying for buffer age

2019-07-09 Thread Nataraj Deshpande
color_buffers[] is currently hard coded to 3 for android which fails in droid_window_dequeue_buffer when ANativeWindow creates 4 color_buffers on ChromeOS while querying buffer age during dEQP partial_update tests. Fixes dEQP-EGL.functional.partial_update* tests on chromebooks with enabling EGL_KH