[Mesa-dev] [Bug 107822] Just Cause 3 Flickering Textures with AMD RADV

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107822 Alexander changed: What|Removed |Added Version|18.1|18.2 --- Comment #4 from Alexander --- Upd

[Mesa-dev] [Bug 108594] [RADV] Graphics distortion in Evil within 1 if reflections enabled

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108594 --- Comment #2 from Vladimir --- Created attachment 142363 --> https://bugs.freedesktop.org/attachment.cgi?id=142363&action=edit screenshot NFS Something similar to this problem with any settings in NFS Payback with latest mesa-git/llvm-svn

[Mesa-dev] [Bug 107822] Just Cause 3 Flickering Textures with AMD RADV

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107822 Vladimir changed: What|Removed |Added CC||nickfa...@gmail.com -- You are receiving th

[Mesa-dev] [Bug 108611] [radv] [regression, bisected]: LLVM 8.0 breaks lighting in Mass Effect Andromeda

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108611 Vladimir changed: What|Removed |Added CC||nickfa...@gmail.com -- You are receiving th

[Mesa-dev] [Bug 108611] [radv] [regression, bisected]: LLVM 8.0 breaks lighting in Mass Effect Andromeda

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108611 soredake changed: What|Removed |Added CC||fds...@krutt.org -- You are receiving this

Re: [Mesa-dev] [PATCH 2/2] egl: Improve the debugging of gbm format matching in DRI configs.

2018-11-04 Thread Eric Engestrom
On Friday, 2018-11-02 14:40:50 -0700, Eric Anholt wrote: > Previously the debug would be: > > libEGL debug: No DRI config supports native format 0x20203852 > libEGL debug: No DRI config supports native format 0x38385247 > > but > > libEGL debug: No DRI config supports native format R8 > libEGL d

[Mesa-dev] [Bug 108647] Kernel parameter GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amdgpu.ppfeaturemask=0xffffffff" artifacts

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108647 --- Comment #1 from Alex Deucher --- Please include you dmesg output and xorg log if using X. The default setting of amdgpu.ppfeaturemask should be safe. Is there a specific feature you are trying to enable by forcing it? -- You are receivin

[Mesa-dev] [Bug 108611] [radv] [regression, bisected]: LLVM 8.0 breaks lighting in Mass Effect Andromeda

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108611 --- Comment #4 from Vladimir --- Same problem in another Frostbite-source title - NFS Payback. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.___

[Mesa-dev] [Bug 108640] [Regression] Starcraft II broken graphics

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108640 --- Comment #1 from Samuel Pitoiset --- Can you try to record a renderdoc capture of the problem please? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug._

[Mesa-dev] [Bug 108611] [radv] [regression, bisected]: LLVM 8.0 breaks lighting in Mass Effect Andromeda

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108611 --- Comment #5 from Nicolai Hähnle --- I can reproduce this based on the RenderDoc trace and will investigate. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.___

[Mesa-dev] [PATCH EGL/MESA] EGL/mesa: Initial writeup for MESA_query_renderer

2018-11-04 Thread Veluri Mithun
Signed-off-by: Veluri Mithun --- docs/specs/EGL_MESA_query_renderer.txt | 241 + 1 file changed, 241 insertions(+) create mode 100644 docs/specs/EGL_MESA_query_renderer.txt diff --git a/docs/specs/EGL_MESA_query_renderer.txt b/docs/specs/EGL_MESA_query_renderer.txt new

Re: [Mesa-dev] [PATCH] EGL/mesa: Initial writeup for MESA_query_renderer

2018-11-04 Thread Veluri Mithun
Hi Romanick and Nicolai, Sry for the late, I had internal exams last month. the EGL version of the extension to the new document. The EGL enums > will probably be different, so maybe replace the enum values with 0x > for now. > What are these tokens(enum values) for? and how should one assig

[Mesa-dev] [Bug 108636] test_optpass has use after free bug, failing with memory testing tools like address sanitizer

2018-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108636 --- Comment #2 from Tapani Pälli --- Patch looks correct to me. Please send this to mesa-dev mailing list with 'git-send-email'. See git log for examples how commit messages should be written. -- You are receiving this mail because: You are th

[Mesa-dev] [PATCH v4 1/2] i965/batch: avoid reverting batch buffer if saved state is an empty

2018-11-04 Thread asimiklit . work
From: Andrii Simiklit There's no point reverting to the last saved point if that save point is the empty batch, we will just repeat ourselves. v2: Merge with new commits, changes was minimized, added the 'fixes' tag v3: Added in to patch series v4: Fixed the regression which was introduced by th