Re: [Mesa-dev] [PATCH] ac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Vinson Lee
On Sat, Mar 31, 2018 at 5:08 PM, Mike Lothian wrote: > On 1 April 2018 at 00:03, Vinson Lee wrote: >> >> A similar change is needed in >> src/gallium/drivers/swr/rasterizer/jitter/jit_pch.hpp. >> >> Vinson > > Hi > > I'm not convinced that it does > >

[Mesa-dev] [Bug 103852] Rendering errors when running dolphin-emu with Vulkan backend, radv (Super Smash Bros. Melee)

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=103852 --- Comment #8 from Ben Clapp --- Today I spent a number of hours looking at the background rendering errors in RenderDoc. The vertex shader outputs some vertices that have two vertex colors, colors_0 and colors_1. (Only

Re: [Mesa-dev] [RFC] - Rewrite mesa website in Sphinx

2018-03-31 Thread Laura Ekstrand
Jean, I've taken at look at your sphinx-docs branch (https://github.com/jlHertel/mesa). Oh my you have a lot of commits there! It would be simpler for me to review if you could squash some of them together. I am thinking a series on the order of 30 patches to start - just the pretty CSS stuff

Re: [Mesa-dev] [RFC] - Rewrite mesa website in Sphinx

2018-03-31 Thread Laura Ekstrand
Hello Jean, Has anyone reviewed your patch series yet? I would like to get these website updates moving. Thanks. Laura On Tue, Jun 6, 2017 at 10:43 AM, Jean Hertel wrote: > Hello Emil, > > I've updated the website with the new release notes template. > > Please

[Mesa-dev] [Bug 105832] radeonsi NIR missing bindless textures support

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105832 Timothy Arceri changed: What|Removed |Added Summary|With a debug build of mesa |radeonsi NIR

[Mesa-dev] [PATCH 3/3] gallivm: Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Mike Lothian
Include llvm-c/Transforms/Utils.h with the newest LLVM 7 Signed-of-by: Mike Lothian Reviewed-by: Samuel Pitoiset Tested-by: Dieter Nützel --- src/gallium/auxiliary/gallivm/lp_bld_init.c | 3 +++ 1 file changed, 3

[Mesa-dev] [PATCH 2/3] radeonsi: Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Mike Lothian
Include llvm-c/Transforms/Utils.h with the newest LLVM 7 Signed-of-by: Mike Lothian Reviewed-by: Samuel Pitoiset Tested-by: Dieter Nützel --- src/gallium/drivers/radeonsi/si_shader_tgsi_setup.c | 3 +++ 1 file changed, 3

[Mesa-dev] [PATCH 1/3] ac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Mike Lothian
Include llvm-c/Transforms/Utils.h with the newest LLVM 7 Signed-of-by: Mike Lothian Reviewed-by: Samuel Pitoiset Tested-by: Dieter Nützel --- src/amd/vulkan/radv_nir_to_llvm.c | 3 +++ 1 file changed, 3 insertions(+) diff

[Mesa-dev] [PATCH 0/3] Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Mike Lothian
Hi I've split this into three patches, one for each area affected I think I've got the right prefixes now I've also removed the fixes line and included the testing and reviewed by tags Hope that's OK and again if you're happy with this please can you commit as I don't have git rights Thanks

Re: [Mesa-dev] [PATCH] ac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Mike Lothian
On 1 April 2018 at 00:03, Vinson Lee wrote: > > A similar change is needed in > src/gallium/drivers/swr/rasterizer/jitter/jit_pch.hpp. > > Vinson Hi I'm not convinced that it does Utils.h defines two functions LLVMAddLowerSwitchPass & LLVMAddPromoteMemoryToRegisterPass.

[Mesa-dev] [PATCH] gallium/pipebuffer: fix bracket location

2018-03-31 Thread Timothy Arceri
Without this the return value will never get set to -1. This was first added in 49866c8f3457 and copied in 2b396eeed983. Fixes: 2b396eeed983 "gallium/pb_cache: add a copy of cache bufmgr independent of pb_manager" Cc: Marek Olšák Cc: Dave Airlie Bugzilla:

Re: [Mesa-dev] [PATCH] ac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Vinson Lee
On Thu, Mar 29, 2018 at 4:56 PM, Mike Lothian wrote: > Include llvm-c/Transforms/Utils.h with the newest LLVM 7 > > Fixes: 2dd4f35c7fc llvm-c: Split Utils out of Scalar.h > Signed-of-by: Mike Lothian > > --- > > I don't have git commit rights > > If

Re: [Mesa-dev] [PATCH] ac/nir: Fix include for LLVMAddPromoteMemoryToRegisterPass

2018-03-31 Thread Mike Lothian
On Sat, 31 Mar 2018 at 00:54 Dylan Baker wrote: > > Quoting Mike Lothian (2018-03-29 17:49:30) > > > > > > On Fri, 30 Mar 2018, 01:42 Dylan Baker, wrote: > > > > Quoting Mike Lothian (2018-03-29 16:56:28) > > > Include llvm-c/Transforms/Utils.h

Re: [Mesa-dev] [PATCH] RFC: Externd IMG_context_priority with NV_context_priority_realtime

2018-03-31 Thread Chris Wilson
Quoting Kenneth Graunke (2018-03-31 20:29:28) > On Saturday, March 31, 2018 5:56:57 AM PDT Chris Wilson wrote: > > Quoting Chris Wilson (2018-03-31 12:00:16) > > > Quoting Kenneth Graunke (2018-03-30 19:20:57) > > > > On Friday, March 30, 2018 7:40:13 AM PDT Chris Wilson wrote: > > > > > For i915,

Re: [Mesa-dev] [PATCH] RFC: Externd IMG_context_priority with NV_context_priority_realtime

2018-03-31 Thread Kenneth Graunke
On Saturday, March 31, 2018 5:56:57 AM PDT Chris Wilson wrote: > Quoting Chris Wilson (2018-03-31 12:00:16) > > Quoting Kenneth Graunke (2018-03-30 19:20:57) > > > On Friday, March 30, 2018 7:40:13 AM PDT Chris Wilson wrote: > > > > For i915, we are proposing to use a quality-of-service parameter

[Mesa-dev] [AppVeyor] mesa 17.3 #7346 completed

2018-03-31 Thread AppVeyor
Build mesa 7346 completed Commit a516b047db by Juan A. Suarez Romero on 3/29/2018 9:26 AM: cherry-ignore: docs: fix 18.0 release note version\n\nstable: Explicit 18.0 only nominations.\n\nSigned-off-by: Juan A. Suarez Romero

Re: [Mesa-dev] [PATCH] i965: mark function end of brw_regs_negative_equal() unreachable

2018-03-31 Thread Matt Turner
Ian sent a patch for this already (that fixes it without unreachable) ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] i965: mark function end of brw_regs_negative_equal() unreachable

2018-03-31 Thread Tobias Klausmann
This shuts the compiler up about reaching the end of a non-void function: In file included from compiler/brw_shader.h:28:0, from compiler/brw_cfg.h:31, from compiler/brw_shader.cpp:24: compiler/brw_reg.h: In function 'bool brw_regs_negative_equal(const brw_reg*,

[Mesa-dev] [Bug 102204] GL_ARB_buffer_storage crippled extension on r600, radeonsi and amdgpu Mesa drivers

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102204 H4nN1baL changed: What|Removed |Added Summary|GL_ARB_buffer_storage |GL_ARB_buffer_storage

[Mesa-dev] [Bug 102204] GL_ARB_buffer_storage crippled extension on r600, radeonsi, amdgpu and Mesa drivers

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102204 H4nN1baL changed: What|Removed |Added Summary|GLideN64 very slow on |GL_ARB_buffer_storage

[Mesa-dev] [Bug 102204] GLideN64 very slow on r600/radeonsi - GL_ARB_buffer_storage bug

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102204 H4nN1baL changed: What|Removed |Added QA Contact|dri-devel@lists.freedesktop

[Mesa-dev] [Bug 102204] GLideN64 very slow on r600/radeonsi - GL_ARB_buffer_storage bug

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=102204 H4nN1baL changed: What|Removed |Added Status|RESOLVED|REOPENED

Re: [Mesa-dev] VC4 not working for me with mesa 17.3.7

2018-03-31 Thread Andreas Müller
On Fri, Mar 30, 2018 at 4:41 PM, Daniel Stone wrote: > Hi Andreas, > > On 30 March 2018 at 15:18, Andreas Müller wrote: >> What happened: I build all images cross with Openembedded/Yocto. To >> prepare next release there I updated my builds and that

[Mesa-dev] [Bug 105832] With a debug build of mesa radeonsi NIR only compiles about 12% of the shaders in shader-db

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105832 --- Comment #5 from b...@besd.de --- I've added two more testruns one with one without debug build including the output of stderr. NIR seems to crash at the exact same point in the debug build regardless of llvm backend. -- You

Re: [Mesa-dev] [PATCH] RFC: Externd IMG_context_priority with NV_context_priority_realtime

2018-03-31 Thread Chris Wilson
Quoting Chris Wilson (2018-03-31 12:00:16) > Quoting Kenneth Graunke (2018-03-30 19:20:57) > > On Friday, March 30, 2018 7:40:13 AM PDT Chris Wilson wrote: > > > For i915, we are proposing to use a quality-of-service parameter in > > > addition to that of just a priority that usurps everyone. Due

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

2018-03-31 Thread AppVeyor
Build mesa 7345 failed Commit e8e3aa68d6 by Wladimir J. van der Laan on 8/8/2017 3:06 PM: freedreno: a2xx: Implement DP2 instruction\n\nUse DOT2ADDv instruction with 0.0f constant add.\n\nSigned-off-by: Wladimir J. van der Laan \nReviewed-by:

[Mesa-dev] [Bug 105832] With a debug build of mesa radeonsi NIR only compiles about 12% of the shaders in shader-db

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105832 --- Comment #4 from b...@besd.de --- However TGSI from the same run (debug, llvm 4) has significantly more errors: ATTENTION: default value of option allow_glsl_extension_directive_midshader overridden by environment. Mesa: User

[Mesa-dev] [Bug 105832] With a debug build of mesa radeonsi NIR only compiles about 12% of the shaders in shader-db

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105832 --- Comment #3 from b...@besd.de --- from stderr: ATTENTION: default value of option allow_glsl_extension_directive_midshader overridden by environment. Mesa: User error: GL_INVALID_OPERATION in glProgramStringARB(syntax error,

Re: [Mesa-dev] [PATCH] RFC: Externd IMG_context_priority with NV_context_priority_realtime

2018-03-31 Thread Chris Wilson
Quoting Kenneth Graunke (2018-03-30 19:20:57) > On Friday, March 30, 2018 7:40:13 AM PDT Chris Wilson wrote: > > For i915, we are proposing to use a quality-of-service parameter in > > addition to that of just a priority that usurps everyone. Due to our HW, > > preemption may not be immediate and

[Mesa-dev] [Bug 105832] With a debug build of mesa radeonsi NIR only compiles about 12% of the shaders in shader-db

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105832 --- Comment #2 from b...@besd.de --- no crashes, nothing visible, except that the run files are are ~1.7MB instead of ~14.1MB and shaders are missing that were run before. Looking at the files again it seems that it indeed

[Mesa-dev] [Bug 105832] With a debug build of mesa radeonsi NIR only compiles about 12% of the shaders in shader-db

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105832 --- Comment #1 from Timothy Arceri --- What exactly are you seeing? Crashes? Can you give an example? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the

[Mesa-dev] [Bug 105832] With a debug build of mesa radeonsi NIR only compiles about 12% of the shaders in shader-db

2018-03-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105832 Bug ID: 105832 Summary: With a debug build of mesa radeonsi NIR only compiles about 12% of the shaders in shader-db Product: Mesa Version: git Hardware: x86-64 (AMD64)