[Mesa-dev] [Bug 111194] [bisected] Piles of dEQP teximage tests failing

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94 --- Comment #2 from Marek Olšák --- https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1420 -- You are receiving this mail because: You are the QA Contact for the bug.___ mesa-dev mailing list

[Mesa-dev] [Bug 111126] Build problem: meson build can not find wayland-scanner

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26 Jordan Justen changed: What|Removed |Added CC||baker.dyla...@gmail.com,

[Mesa-dev] [Bug 111126] Build problem: meson build can not find wayland-scanner

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26 --- Comment #3 from Jordan Justen --- Emil, in: commit c077b74ee8187042ad3ad8001d94074e73e3e9ea meson: use dependency()+find_program() for wayland-scanner You added "native: true". How is that used? I notice that if I remove it, then

[Mesa-dev] [Bug 111194] [bisected] Piles of dEQP teximage tests failing

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94 Kenneth Graunke changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Mesa-dev] [Bug 111194] [bisected] Piles of dEQP teximage tests failing

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94 --- Comment #3 from Pierre-Eric Pelloux-Prayer --- Sorry about the regression. Thanks Jason and Kenneth for the bisection / analysis! -- You are receiving this mail because: You are the QA Contact for the

[Mesa-dev] [AppVeyor] mesa master #11979 failed

2019-07-22 Thread AppVeyor
Build mesa 11979 failed Commit 5c5f11d1dd by Jason Ekstrand on 7/22/2019 5:51 AM: nir: Remove a bunch of large stack arrays\n\nReviewed-by: Lionel Landwerlin \nReviewed-by: Matt Turner Configure your notification preferences

Re: [Mesa-dev] boolean usage in gallium

2019-07-22 Thread Ilia Mirkin
PSA - I've pushed the changes which flip the gallium APIs and their direct users from boolean -> bool. I've tried to take every precaution against breaking compilation, but it's conceivable something got missed in the repository-wide update. However fixing it up should be trivial - let me know if

Re: [Mesa-dev] [PATCH] ac/nir: fix txf_ms with an offset

2019-07-22 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 7/19/19 9:17 PM, Rhys Perry wrote: Seems to fix some hair artifacts in Max Payne 3: https://github.com/daniel-schuermann/mesa/issues/76 Signed-off-by: Rhys Perry Fixes: f4e499ec791 ('radv: add initial non-conformant radv vulkan driver') ---

Re: [Mesa-dev] [PATCH v6 4/5] st/dri2: Implement DRI2bufferDamageExtension

2019-07-22 Thread Boris Brezillon
Hi Qiang, On Sun, 21 Jul 2019 17:02:54 +0800 Qiang Yu wrote: > On Mon, Jul 15, 2019 at 8:50 PM Boris Brezillon > wrote: > > > > From: Daniel Stone > > > > Add a pipe_screen->set_damage_region() hook to propagate > > set-damage-region requests to the driver, it's then up to the driver to > >

[Mesa-dev] [PATCH] radv: fix crash in vkCmdClearAttachments with unused attachment

2019-07-22 Thread Samuel Pitoiset
depth_stencil_attachment and/or ds_resolve attachment can be NULL. This fixes crashes with dEQP-VK.renderpass.suballocation.unused_clear_attachments.* Cc: 19.1 Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_meta_clear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [Mesa-dev] [PATCH] radv: fix crash in vkCmdClearAttachments with unused attachment

2019-07-22 Thread Bas Nieuwenhuizen
r-b On Mon, Jul 22, 2019 at 10:09 AM Samuel Pitoiset wrote: > > depth_stencil_attachment and/or ds_resolve attachment can be NULL. > > This fixes crashes with > dEQP-VK.renderpass.suballocation.unused_clear_attachments.* > > Cc: 19.1 > Signed-off-by: Samuel Pitoiset > --- >

[Mesa-dev] [Bug 111192] blender: ../src/gallium/drivers/svga/svga_tgsi_vgpu10.c:1738: make_immediate_reg_4: Assertion `!"Failed to find immediate register!"' failed.

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=92 Bug ID: 92 Summary: blender: ../src/gallium/drivers/svga/svga_tgsi_vgpu10.c:1738: make_immediate_reg_4: Assertion `!"Failed to find immediate register!"'

[Mesa-dev] [Bug 111141] [REGRESSION] [BISECTED] [DXVK] 1-bit booleans and Elite Dangerous shader mis-optimization

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41 --- Comment #12 from Connor Abbott --- It seems I get an error trying to download your capture, probably because it's too big, can you upload it somewhere else? Also, radv sometimes (intentionally or not) has a slightly different pass ordering

[Mesa-dev] [PATCH 2/2] radv/gfx10: correctly determine the number of vertices per primitive

2019-07-22 Thread Samuel Pitoiset
For TES as NGG. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_nir_to_llvm.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_nir_to_llvm.c b/src/amd/vulkan/radv_nir_to_llvm.c index 336bae28614..6e5a283f923 100644 ---

[Mesa-dev] [PATCH 1/2] radv/gfx10: reduce max_esverts_base to 128

2019-07-22 Thread Samuel Pitoiset
Same as RadeonSI. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_pipeline.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_pipeline.c b/src/amd/vulkan/radv_pipeline.c index a7ff0e2d139..fce60a62ee9 100644 --- a/src/amd/vulkan/radv_pipeline.c +++

[Mesa-dev] [AppVeyor] mesa master #11975 failed

2019-07-22 Thread AppVeyor
Build mesa 11975 failed Commit d07c846546 by Alyssa Rosenzweig on 7/22/2019 3:34 PM: pan/decode: Disable magic divisor debugging\n\nMemory corruption (for both legitimate and illegitimate reasons) causes\nthis to hang pantrace.\n\nSigned-off-by: Alyssa

Re: [Mesa-dev] [PATCH 2/2] radv/gfx10: correctly determine the number of vertices per primitive

2019-07-22 Thread Ilia Mirkin
On Mon, Jul 22, 2019 at 11:49 AM Samuel Pitoiset wrote: > > For TES as NGG. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_nir_to_llvm.c | 17 - > 1 file changed, 16 insertions(+), 1 deletion(-) > > diff --git a/src/amd/vulkan/radv_nir_to_llvm.c >

Re: [Mesa-dev] [PATCH 2/2] radv/gfx10: correctly determine the number of vertices per primitive

2019-07-22 Thread Bas Nieuwenhuizen
On Mon, Jul 22, 2019 at 6:01 PM Ilia Mirkin wrote: > > On Mon, Jul 22, 2019 at 11:49 AM Samuel Pitoiset > wrote: > > > > For TES as NGG. > > > > Signed-off-by: Samuel Pitoiset > > --- > > src/amd/vulkan/radv_nir_to_llvm.c | 17 - > > 1 file changed, 16 insertions(+), 1

[Mesa-dev] [Bug 111194] [bisected] Piles of dEQP teximage tests failing

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94 Bug ID: 94 Summary: [bisected] Piles of dEQP teximage tests failing Product: Mesa Version: unspecified Hardware: Other OS: All Status: NEW Severity:

[Mesa-dev] [Bug 111194] [bisected] Piles of dEQP teximage tests failing

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94 Jason Ekstrand changed: What|Removed |Added CC||mar...@gmail.com

Re: [Mesa-dev] [PATCH 2/2] radv/gfx10: correctly determine the number of vertices per primitive

2019-07-22 Thread Samuel Pitoiset
On 7/22/19 6:01 PM, Ilia Mirkin wrote: On Mon, Jul 22, 2019 at 11:49 AM Samuel Pitoiset wrote: For TES as NGG. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_nir_to_llvm.c | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git

Re: [Mesa-dev] R: [PATCH 1/2] meson: require libdrm for gallium svga or virgl

2019-07-22 Thread Rob Clark
Hmm, I don't *think* the freedreno gallium driver itself should depend on libdrm. I guess I haven't tried to build without. What is the error? BR, -R On Thu, Jul 18, 2019 at 9:43 AM Francesco Ansanelli wrote: > > Dear Alyssa, > > Sorry the bothering.. > > Your patch also added the check for

[Mesa-dev] [Bug 111194] [bisected] Piles of dEQP teximage tests failing

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=94 --- Comment #1 from Kenneth Graunke --- It looks like an assert(texObj) used to be in teximage() *after* a bunch of the error checking, and now it's in teximage_err() *before* the error checking. Note that these tests are explicitly probing

[Mesa-dev] [Bug 111141] [REGRESSION] [BISECTED] [DXVK] 1-bit booleans and Elite Dangerous shader mis-optimization

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41 --- Comment #13 from Steven Newbury --- I've put it on my local web server: http://www.snewbury.org.uk/before.rdc http://www.snewbury.org.uk/after.rdc -- You are receiving this mail because: You are the QA Contact for the bug. You are the

[Mesa-dev] [Bug 111126] Build problem: meson build can not find wayland-scanner

2019-07-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26 --- Comment #2 from Jordan Justen --- I also saw this on debian sid after upgrading from meson 0.49 to 0.51. Downgrading to 0.49 fixed it. In the meson log, it suspiciously lists the PKG_CONFIG_PATH as empty, but for several previously found