Re: [Mesa-dev] [PATCH] radv: use LOAD_CONTEXT_REG when loading fast clear values

2018-11-07 Thread Samuel Pitoiset
On 11/7/18 3:29 PM, Samuel Pitoiset wrote: This avoids syncing the Micro Engine. This is only supported for VI+ currently. There is probably a way for using LOAD_CONTEXT_REG on previous chips but that could be done later. Signed-off-by: Samuel Pitoiset --- src/amd/common/sid.h |

[Mesa-dev] [PATCH] radv: use LOAD_CONTEXT_REG when loading fast clear values

2018-11-07 Thread Samuel Pitoiset
This avoids syncing the Micro Engine. This is only supported for VI+ currently. There is probably a way for using LOAD_CONTEXT_REG on previous chips but that could be done later. Signed-off-by: Samuel Pitoiset --- src/amd/common/sid.h | 1 + src/amd/vulkan/radv_cmd_buffer.c | 60 +++