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 +-
> 1 file changed, 1
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
> > ---
> >
> > Untested. I don't th
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 file changed, 1 insertion(+), 1 deletion(-
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 each make invocation, just
> > fetch it at runtime.
>
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 rebuild of anv_device.c and the
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 bug._
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 _very_ bad idea.
Both eglGetPro
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
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 a/src/intel/vulkan/genX_pipeline.c b/src/int
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 --git a/src/intel/vulkan/genX_pipeline.c b/src/in
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 others have put.
If one insis
11 matches
Mail list logo