Re: [Mesa-dev] [PATCH] radv: Change memory type order for GPUs without dedicated VRAM

2019-06-02 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 6/2/19 12:32 PM, Alex Smith wrote: Put the uncached GTT type at a higher index than the visible VRAM type, rather than having GTT first. When we don't have dedicated VRAM, we don't have a non-visible VRAM type, and the property flags for GTT and visible VRAM are

[Mesa-dev] [Bug 110811] radv: Assassin's Creed Unity glitches when compiled with recent LLVM 9 (DXVK)

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110811 --- Comment #2 from Samuel Pitoiset --- Can you upload your renderdoc trace please? -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the bug.___ me

[Mesa-dev] [Bug 110810] Vulkan spec break: VkCommandBufferInheritanceInfo.framebuffer is NOT optional

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110810 --- Comment #2 from Tapani Pälli --- AFAICT anv is handling this correctly. Anv in 18.2.8 has a bug which has been fixed later (Mesa 19) with following commit: --- 8< --- commit 1ad26f941792f07f226c054811be78b0c0ac9fce Author: Juan A. Suarez Ro

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Jan Vesely
On Mon, 2019-06-03 at 11:12 +1000, Dave Airlie wrote: > On Mon, 3 Jun 2019 at 10:58, Jan Vesely wrote: > > On Sun, 2019-06-02 at 20:09 -0400, James Harvey wrote: > > > I've started a thread on the llvm mailing list. See > > > https://nam02.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Dave Airlie
On Mon, 3 Jun 2019 at 10:42, Jan Vesely wrote: > > On Mon, 2019-06-03 at 09:14 +1000, Dave Airlie wrote: > > On Mon, 3 Jun 2019 at 09:13, Dave Airlie wrote: > > > On Sun, 2 Jun 2019 at 23:13, Jan Vesely wrote: > > > > On Sun, 2019-06-02 at 07:17 -0400, James Harvey wrote: > > > > > On Sun, Jun 2

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Dave Airlie
On Mon, 3 Jun 2019 at 10:58, Jan Vesely wrote: > > On Sun, 2019-06-02 at 20:09 -0400, James Harvey wrote: > > I've started a thread on the llvm mailing list. See > > http://lists.llvm.org/pipermail/llvm-dev/2019-June/132750.html > > > > I don't know if it's needed, but if anyone has a commit in l

[Mesa-dev] [Bug 110815] Segfault vkCreateDescriptorPool in The-Forge on RADV

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110815 --- Comment #3 from Alex Fuller --- If this helps, the debugger reports the amount of descriptor pool sizes and max sets here before the vkCreateDescriptorPool call: poolCreateInfo.sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO; poolCreat

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Jan Vesely
On Sun, 2019-06-02 at 20:09 -0400, James Harvey wrote: > I've started a thread on the llvm mailing list. See > http://lists.llvm.org/pipermail/llvm-dev/2019-June/132750.html > > I don't know if it's needed, but if anyone has a commit in llvm that > started this, that might be helpful. thanks. ho

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Jan Vesely
On Mon, 2019-06-03 at 09:14 +1000, Dave Airlie wrote: > On Mon, 3 Jun 2019 at 09:13, Dave Airlie wrote: > > On Sun, 2 Jun 2019 at 23:13, Jan Vesely wrote: > > > On Sun, 2019-06-02 at 07:17 -0400, James Harvey wrote: > > > > On Sun, Jun 2, 2019 at 7:01 AM Bas Nieuwenhuizen > > > > wrote: > > > >

[Mesa-dev] [Bug 110815] Segfault vkCreateDescriptorPool in The-Forge on RADV

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110815 --- Comment #2 from Alex Fuller --- Hi Bas, Yep a framework, I bundle in one of their unit tests for the lite edition 01_Transformations which causes the bug: https://github.com/boberfly/The-Forge-Lite/blob/v1.27/src/Examples/01_Transformations

[Mesa-dev] [Bug 110815] Segfault vkCreateDescriptorPool in The-Forge on RADV

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110815 --- Comment #1 from Bas Nieuwenhuizen --- So AFAIU this is a framework right? Any demo apps using it that reproduce the issue? On Mon, Jun 3, 2019, 12:53 AM wrote: > Bug ID 110815 > Summar

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread James Harvey
I've started a thread on the llvm mailing list. See http://lists.llvm.org/pipermail/llvm-dev/2019-June/132750.html I don't know if it's needed, but if anyone has a commit in llvm that started this, that might be helpful. On Sat, Jun 1, 2019 at 10:56 PM Jan Vesely wrote: > > Hi, > > On Sat, 2019

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Dave Airlie
On Mon, 3 Jun 2019 at 09:13, Dave Airlie wrote: > > On Sun, 2 Jun 2019 at 23:13, Jan Vesely wrote: > > > > On Sun, 2019-06-02 at 07:17 -0400, James Harvey wrote: > > > On Sun, Jun 2, 2019 at 7:01 AM Bas Nieuwenhuizen > > > wrote: > > > > On Sun, Jun 2, 2019 at 12:41 PM James Harvey > > > > wro

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Dave Airlie
On Sun, 2 Jun 2019 at 23:13, Jan Vesely wrote: > > On Sun, 2019-06-02 at 07:17 -0400, James Harvey wrote: > > On Sun, Jun 2, 2019 at 7:01 AM Bas Nieuwenhuizen > > wrote: > > > On Sun, Jun 2, 2019 at 12:41 PM James Harvey > > > wrote: > > > > So, for people running amdgpu and wanting to run Imag

[Mesa-dev] [Bug 110815] Segfault vkCreateDescriptorPool in The-Forge on RADV

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110815 Bug ID: 110815 Summary: Segfault vkCreateDescriptorPool in The-Forge on RADV Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Jan Vesely
On Sun, 2019-06-02 at 07:17 -0400, James Harvey wrote: > On Sun, Jun 2, 2019 at 7:01 AM Bas Nieuwenhuizen > wrote: > > On Sun, Jun 2, 2019 at 12:41 PM James Harvey > > wrote: > > > So, for people running amdgpu and wanting to run ImageMagick convert > > > who get this error... Does this mean the

Re: [Mesa-dev] [PATCH] etnaviv: fix some pm query issues

2019-06-02 Thread Christian Gmeiner
Am Fr., 31. Mai 2019 um 18:05 Uhr schrieb Lucas Stach : > > The offsets to read the query results were off-by-one, which causes the > counters to report bogus increasing values. > > Also the counter result is u32, so we need to initialize the query type > to reflect that. > > Signed-off-by: Lucas S

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread James Harvey
On Sun, Jun 2, 2019 at 7:01 AM Bas Nieuwenhuizen wrote: > On Sun, Jun 2, 2019 at 12:41 PM James Harvey wrote: > > So, for people running amdgpu and wanting to run ImageMagick convert > > who get this error... Does this mean there is something ImageMagick > > could change to prevent the error? Or

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread Bas Nieuwenhuizen
On Sun, Jun 2, 2019 at 12:41 PM James Harvey wrote: > > On Sat, Jun 1, 2019 at 10:56 PM Jan Vesely wrote: > > On Sat, 2019-06-01 at 18:21 -0400, James Harvey wrote: > > > On Sat, Jun 1, 2019 at 6:19 PM James Harvey > > > wrote: > > > > On Tue, Feb 19, 2019 at 7:52 PM james harvey > > > > wrot

Re: [Mesa-dev] [PATCH] radv: Change memory type order for GPUs without dedicated VRAM

2019-06-02 Thread Bas Nieuwenhuizen
On Sun, Jun 2, 2019 at 12:32 PM Alex Smith wrote: > > Put the uncached GTT type at a higher index than the visible VRAM type, > rather than having GTT first. > > When we don't have dedicated VRAM, we don't have a non-visible VRAM > type, and the property flags for GTT and visible VRAM are identica

Re: [Mesa-dev] Error: unsupported relocations

2019-06-02 Thread James Harvey
On Sat, Jun 1, 2019 at 10:56 PM Jan Vesely wrote: > On Sat, 2019-06-01 at 18:21 -0400, James Harvey wrote: > > On Sat, Jun 1, 2019 at 6:19 PM James Harvey > > wrote: > > > On Tue, Feb 19, 2019 at 7:52 PM james harvey > > > wrote: > > > > Commit 9baacf3f is: "radeonsi: Refuse to accept code wit

[Mesa-dev] [PATCH] radv: Change memory type order for GPUs without dedicated VRAM

2019-06-02 Thread Alex Smith
Put the uncached GTT type at a higher index than the visible VRAM type, rather than having GTT first. When we don't have dedicated VRAM, we don't have a non-visible VRAM type, and the property flags for GTT and visible VRAM are identical. According to the spec, for types with identical flags, we s

[Mesa-dev] [Bug 110468] using swrAVX renders incorrectly at particular resolutions

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110468 --- Comment #5 from ayan...@outlook.com --- I was using this mesa build with per-app deployment (MSVC): https://github.com/pal1000/mesa-dist-win/releases/tag/19.0.2. Environment Variables: GALLIUM_DRIVER=swr LIBGL_ALWAYS_SOFTWARE=true MESA_GL_VE

[Mesa-dev] [Bug 110811] radv: Assassin's Creed Unity glitches when compiled with recent LLVM 9 (DXVK)

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110811 --- Comment #1 from Andrew Sheldon --- Created attachment 144410 --> https://bugs.freedesktop.org/attachment.cgi?id=144410&action=edit Screenshot (see glitchiness in top left of screen) -- You are receiving this mail because: You are the QA

[Mesa-dev] [Bug 110811] radv: Assassin's Creed Unity glitches when compiled with recent LLVM 9 (DXVK)

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110811 Bug ID: 110811 Summary: radv: Assassin's Creed Unity glitches when compiled with recent LLVM 9 (DXVK) Product: Mesa Version: git Hardware: x86-64 (AMD64) O

[Mesa-dev] [Bug 110810] Vulkan spec break: VkCommandBufferInheritanceInfo.framebuffer is NOT optional

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110810 --- Comment #1 from Sebastian Sydow --- Created attachment 144407 --> https://bugs.freedesktop.org/attachment.cgi?id=144407&action=edit vulkaninfo on Kaby lake G (Intel HD 630 + AMD Vega m GL) -- You are receiving this mail because: You are

[Mesa-dev] [Bug 110810] Vulkan spec break: VkCommandBufferInheritanceInfo.framebuffer is NOT optional

2019-06-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110810 Bug ID: 110810 Summary: Vulkan spec break: VkCommandBufferInheritanceInfo.framebuffer is NOT optional Product: Mesa Version: unspecified Hardware: x86-