On 2 May 2017 at 14:18, Timothy Arceri wrote:
>
>
> On 02/05/17 10:22, Dave Airlie wrote:
>>
>> From: Dave Airlie
>>
>> We would be storing this info twice per image, no need to,
>> remove it from the surface struct.
>>
>> Signed-off-by: Dave Airlie
>> ---
>> src/amd/vulkan/radv_cmd_buffer.c
On 02/05/17 10:22, Dave Airlie wrote:
From: Dave Airlie
We would be storing this info twice per image, no need to,
remove it from the surface struct.
Signed-off-by: Dave Airlie
---
src/amd/vulkan/radv_cmd_buffer.c | 2 +-
src/amd/vulkan/radv_image.c
From: Dave Airlie
We would be storing this info twice per image, no need to,
remove it from the surface struct.
Signed-off-by: Dave Airlie
---
src/amd/vulkan/radv_cmd_buffer.c | 2 +-
src/amd/vulkan/radv_image.c| 19 +++
src/amd/vulkan/radv_radeon