Re: [Mesa-dev] [PATCH] anv: enable drawIndirectFirstInstance

2016-11-26 Thread Kenneth Graunke
On Tuesday, November 22, 2016 11:20:11 PM PST Ilia Mirkin wrote: > This was already piped through in the CmdDraw(Indexed)Indirect handling. > > Signed-off-by: Ilia Mirkin > --- > > Passes the 2 vk-cts tests dedicated to it as well. > > src/intel/vulkan/anv_device.c | 2

Re: [Mesa-dev] [PATCH] anv: expose depthBiasClamp, it is already set

2016-11-26 Thread Kenneth Graunke
On Tuesday, November 22, 2016 11:46:44 PM PST Ilia Mirkin wrote: > On Tue, Nov 22, 2016 at 11:03 PM, Ilia Mirkin wrote: > > The gen7/8_cmd_buffer logic already sets the clamp, and it's piped > > through via the dynamic state. > > > > Signed-off-by: Ilia Mirkin

Re: [Mesa-dev] [PATCH] nir: print var binding in dumps.

2016-11-26 Thread Kenneth Graunke
On Thursday, November 24, 2016 8:26:38 AM PST Dave Airlie wrote: > From: Dave Airlie > > This only useful for spir-v shaders, but I keep finding myself > having to add it. > > Signed-off-by: Dave Airlie > --- > src/compiler/nir/nir_print.c | 2 +- > 1

Re: [Mesa-dev] [PATCH 2/8] anv: Use library mtime for cache UUID.

2016-11-26 Thread Jason Ekstrand
On Sat, Nov 26, 2016 at 6:31 PM, Kenneth Graunke wrote: > On Thursday, November 24, 2016 8:30:39 PM PST Emil Velikov wrote: > > From: Emil Velikov > > > > Inspired by a similar commit for radv. > > > > Rather than recomputing the timestamp on

Re: [Mesa-dev] [PATCH 2/8] anv: Use library mtime for cache UUID.

2016-11-26 Thread Kenneth Graunke
On Thursday, November 24, 2016 8:30:39 PM PST Emil Velikov wrote: > From: Emil Velikov > > Inspired by a similar commit for radv. > > Rather than recomputing the timestamp on each make invocation, just > fetch it at runtime. > > Thus we no longer get the constant

[Mesa-dev] [Bug 90264] [Regression, bisected] Tooltip corruption in Chrome

2016-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=90264 --- Comment #68 from Furkan --- For what it's worth, I installed AMDGPU-PRO today, and the problem went away. -- You are receiving this mail because: You are the assignee for the bug. You are the QA Contact for the

[Mesa-dev] [Bug 91724] GL/gl_mangle.h misses symbols from GLES/gl.h

2016-11-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=91724 --- Comment #8 from Emil Velikov --- Why no attach files here, sob :-( Also please send patches to the ML for review. A few things from a quick look (I might be off here): - Using/setting GL_GLEXT_PROTOTYPES is a

[Mesa-dev] [PATCH] mesa: fix active subroutine uniforms properly

2016-11-26 Thread Timothy Arceri
07fe2d565b introduced a big hack in order to return NumSubroutineUniforms when querying ACTIVE_RESOURCES for _SUBROUTINE_UNIFORM interfaces. However this is the wrong fix we are meant to be returning the number of active resources i.e. the count of subroutine uniforms in the resource list which is

Re: [Mesa-dev] [PATCH 4/4] anv/pipeline: Make is_dual_src_blend_factor inline

2016-11-26 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Nov 26, 2016 1:31 AM, "Jason Ekstrand" wrote: > It's not used on gen8+ so it causes unused function warnings. > --- > src/intel/vulkan/genX_pipeline.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

Re: [Mesa-dev] [PATCH 3/4] anv/pipeline: Make the temp blend attachment state pointer const

2016-11-26 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Nov 26, 2016 1:31 AM, "Jason Ekstrand" wrote: > This fixes a "discards const" warning since blend is const. > --- > src/intel/vulkan/genX_pipeline.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff

Re: [Mesa-dev] loader: Add amdgpu code to loader.c

2016-11-26 Thread Emil Velikov
On 24 November 2016 at 05:50, Albert Freeman wrote: > A different patch to that code has been applied that does the same > thing in a different (better) way. > FWIW I would strongly suggest using radeonsi with 13.0 considering the amazing work that Marek, Nicolai and