Re: [Mesa-dev] [PATCH 2/2] anv: set has_exec_async to false on Android

2017-09-14 Thread Tapani Pälli
On 09/15/2017 01:09 AM, Chad Versace wrote: On Thu 14 Sep 2017, Emil Velikov wrote: On 14 September 2017 at 07:57, Tapani Pälli wrote: Other WSI implementations set has_exec_async false for WSI buffers, so far haven't found a place to do it so we just claim to not have async exec. What's t

Re: [Mesa-dev] [PATCH 2/2] anv: set has_exec_async to false on Android

2017-09-14 Thread Chad Versace
On Thu 14 Sep 2017, Emil Velikov wrote: > On 14 September 2017 at 07:57, Tapani Pälli wrote: > > Other WSI implementations set has_exec_async false for WSI buffers, > > so far haven't found a place to do it so we just claim to not have > > async exec. > > > What's the actual side-effects you're se

Re: [Mesa-dev] [PATCH 2/2] anv: set has_exec_async to false on Android

2017-09-14 Thread Emil Velikov
On 14 September 2017 at 07:57, Tapani Pälli wrote: > Other WSI implementations set has_exec_async false for WSI buffers, > so far haven't found a place to do it so we just claim to not have > async exec. > What's the actual side-effects you're seeing? I'd imagine Jason, Chris and the gang may have

[Mesa-dev] [PATCH 2/2] anv: set has_exec_async to false on Android

2017-09-13 Thread Tapani Pälli
Other WSI implementations set has_exec_async false for WSI buffers, so far haven't found a place to do it so we just claim to not have async exec. Signed-off-by: Tapani Pälli --- src/intel/vulkan/anv_device.c | 4 1 file changed, 4 insertions(+) diff --git a/src/intel/vulkan/anv_device.c b