Re: [Mesa-dev] [PATCH] radv: add initial copy descriptor support. (v2)

2017-11-06 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Sat, Nov 4, 2017 at 9:15 PM, Dave Airlie wrote: > From: Dave Airlie > > It appears the latest dota2 vulkan uses this, > and we get a hang in VR mode without it. > > v2: remove finishme I left in after finishing. > > Cc: "17.2 17.3" > Signed-off-by: Dave Airlie

[Mesa-dev] [PATCH] radv: add initial copy descriptor support. (v2)

2017-11-04 Thread Dave Airlie
From: Dave Airlie It appears the latest dota2 vulkan uses this, and we get a hang in VR mode without it. v2: remove finishme I left in after finishing. Cc: "17.2 17.3" Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_descriptor_set.c | 55 ++-- 1 file change

Re: [Mesa-dev] [PATCH] radv: add initial copy descriptor support.

2017-11-03 Thread Samuel Pitoiset
On 11/03/2017 05:38 AM, Dave Airlie wrote: From: Dave Airlie It appears the latest dota2 vulkan uses this, and we get a hang in VR mode without it. Cc: "17.2 17.3" Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_descriptor_set.c | 61 ++-- 1 file chang

[Mesa-dev] [PATCH] radv: add initial copy descriptor support.

2017-11-02 Thread Dave Airlie
From: Dave Airlie It appears the latest dota2 vulkan uses this, and we get a hang in VR mode without it. Cc: "17.2 17.3" Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_descriptor_set.c | 61 ++-- 1 file changed, 59 insertions(+), 2 deletions(-) diff --git