[Mesa-dev] [Bug 110673] amdgpu hevc encoding problems: segment fault and contents of garbage

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110673 --- Comment #2 from zhoulei --- (In reply to Boyuan Zhang from comment #1) > Hi Zhoulei, > > Thanks for pointing out these 2 issues. > > I reproduced issue#1, and have a fix submitted for code review: > https://lists.freedesktop.org/archives/m

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 Bug ID: 110703 Summary: libGL conflicts with Exagear's X11 Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: critical

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 --- Comment #1 from double55 --- Created attachment 144291 --> https://bugs.freedesktop.org/attachment.cgi?id=144291&action=edit Crashed program -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 --- Comment #2 from double55 --- Created attachment 144292 --> https://bugs.freedesktop.org/attachment.cgi?id=144292&action=edit Bugged window program -- You are receiving this mail because: You are the QA Contact for the bug. You are the as

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 --- Comment #3 from double55 --- (In reply to double55 from comment #2) > Created attachment 144292 [details] > Bugged window program This is not full, I added new attachment -- You are receiving this mail because: You are the assignee for th

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 --- Comment #4 from double55 --- Created attachment 144293 --> https://bugs.freedesktop.org/attachment.cgi?id=144293&action=edit Program with bug in window -- You are receiving this mail because: You are the assignee for the bug. You are the

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 --- Comment #5 from double55 --- Created attachment 144294 --> https://bugs.freedesktop.org/attachment.cgi?id=144294&action=edit Error in colleditor #1 -- You are receiving this mail because: You are the assignee for the bug. You are the QA

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 --- Comment #7 from double55 --- Created attachment 144296 --> https://bugs.freedesktop.org/attachment.cgi?id=144296&action=edit Error in stencilmirror window -- You are receiving this mail because: You are the assignee for the bug. You are

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 --- Comment #6 from double55 --- Created attachment 144295 --> https://bugs.freedesktop.org/attachment.cgi?id=144295&action=edit Error in colleditor #2 -- You are receiving this mail because: You are the QA Contact for the bug. You are the a

[Mesa-dev] [Bug 110703] libGL conflicts with Exagear's X11

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110703 double55 changed: What|Removed |Added Priority|medium |high --- Comment #8 from double55 --- In Ex

[Mesa-dev] [Bug 109659] Missing OpenGL symbols in OSMesa Gallium when building with meson

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109659 Eric Engestrom changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: [Mesa-dev] [PATCH 2/2] radeonsi: update buffer descriptors in all contexts after buffer invalidation

2019-05-18 Thread Mike Lothian
This patch is causing strange behaviour for me (and someone else on IRC) on my Raven system May 18 15:31:43 quark kwin_x11[607]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2825, resource id: 37748896, major code: 18 (ChangeProperty), minor code: 0 May 18 15:31:44 quark systems

[Mesa-dev] [Bug 110704] BLACK SCREEN RADEON RX570 fail to initialise GPU passtrough all linux in Hypervisor PROXMOX

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110704 Bug ID: 110704 Summary: BLACK SCREEN RADEON RX570 fail to initialise GPU passtrough all linux in Hypervisor PROXMOX Product: Mesa Version: unspecified Hardware: x86-64 (AM

[Mesa-dev] [Bug 110705] Qt bug regression in latest mesa-git unofficial Arch Repo

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110705 Bug ID: 110705 Summary: Qt bug regression in latest mesa-git unofficial Arch Repo Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All)

[Mesa-dev] [Bug 110704] BLACK SCREEN RADEON RX570 fail to initialise GPU passtrough all linux in Hypervisor PROXMOX

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110704 Bas Nieuwenhuizen changed: What|Removed |Added QA Contact|mesa-dev@lists.freedesktop. | |org

[Mesa-dev] [PATCH 5/5] panfrost: Fix Bifrost-specific padding

2019-05-18 Thread Alyssa Rosenzweig
Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/include/panfrost-job.h | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/gallium/drivers/panfrost/include/panfrost-job.h b/src/gallium/drivers/panfrost/include/panfrost-job.h index 046a115a073..f4f1458

[Mesa-dev] [PATCH 2/5] panfrost: Hoist blend constant into Midgard-specific struct

2019-05-18 Thread Alyssa Rosenzweig
This eliminates one major source of #ifdef parity between Midgard and Bifrost, better representing how the struct acts on Midgard and allowing proper decodes on Bifrost. Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/include/panfrost-job.h | 12 +--- src/gallium/driver

[Mesa-dev] [PATCH 4/5] panfrost: Cleanup panfrost_job comments

2019-05-18 Thread Alyssa Rosenzweig
Signed-off-by: Alyssa Rosenzweig --- src/gallium/drivers/panfrost/include/panfrost-job.h | 9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/gallium/drivers/panfrost/include/panfrost-job.h b/src/gallium/drivers/panfrost/include/panfrost-job.h index 48b3a65a0b8..046a1

[Mesa-dev] [PATCH 0/5] Bifrost decoding support

2019-05-18 Thread Alyssa Rosenzweig
This patch series updates pandecode to work with Bifrost traces, wiring in disassembly and eliminating #ifdef BIFROST shenanigans. Paired with a current panwrap, this enables tracing Bifrost (Dvalin) and then decoding reliably with upstream pandecode. Alyssa Rosenzweig (5): panfrost/decode: Disa

[Mesa-dev] [PATCH 3/5] panfrost/decode: Decode blend constant

2019-05-18 Thread Alyssa Rosenzweig
This adds a forgotten decode line on Midgard and adds the field of a blend constant on Bifrost. The Bifrost encoding is fairly weird; whereas Midgard is just a regular 32-bit float, Bifrost uses a fancy fixed-point-esque encoding. The decode logic here is experimentally correct. The encode logic is

[Mesa-dev] [PATCH 1/5] panfrost/decode: Disassemble Bifrost shaders

2019-05-18 Thread Alyssa Rosenzweig
We already have the Bifrost disassembler in-tree, so now that panwrap is able to dump Bifrost command streams, hook up the disassembler to pandecode. Signed-off-by: Alyssa Rosenzweig Cc: Ryan Houdek --- src/gallium/drivers/panfrost/meson.build| 3 ++- src/gallium/drivers/panfrost/pande

Re: [Mesa-dev] [PATCH 0/5] Bifrost decoding support

2019-05-18 Thread Ryan Houdek
Makes me think that in the future we should start splitting out midgard and bifrost specific things in to their own files for the decoder. Alas that isn't today so this patch series is Reviewed-by: Ryan Houdek < sonicadvan...@gmail.com> On Sat, May 18, 2019 at 2:53 PM Alyssa Rosenzweig wrote: >

[Mesa-dev] [Bug 110707] llvm-config: unknown component name: x86asmprinter

2019-05-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110707 Bug ID: 110707 Summary: llvm-config: unknown component name: x86asmprinter Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: All Status: NEW

[Mesa-dev] [PATCH 2/2] mesa: unreference current winsys buffers when unbinding winsys buffers

2019-05-18 Thread Charmaine Lee
This fixes surface leak when no winsys buffers are bound. --- src/mesa/main/context.c | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 34da16b..04ef4d5 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1765,6 +1765

[Mesa-dev] [PATCH 1/2] st/mesa: purge framebuffers with current context after unbinding winsys buffers

2019-05-18 Thread Charmaine Lee
With commit c89e8470e58, framebuffers are purged after unbinding context, but this change also introduces a heap corruption when running Rhino application on VMware svga device. Instead of purging the framebuffers after the context is unbound, this patch first ubinds the winsys buffers, then purges