Re: [Mesa-dev] [PATCH v2 1/3] anv/blorp: only clear enabled views when multiview is used

2018-01-23 Thread Iago Toral
This is still unreviewed, any chances that someone can have a look and provide feedback? This is required to pass new tests that will be merged in CTS soon. Iago On Fri, 2018-01-05 at 17:38 +0100, Iago Toral Quiroga wrote: > --- > src/intel/vulkan/anv_blorp.c | 55

Re: [Mesa-dev] [PATCH v2 1/3] anv/blorp: only clear enabled views when multiview is used

2018-01-15 Thread Iago Toral
This series is still awaiting review, any takers? On Fri, 2018-01-05 at 17:38 +0100, Iago Toral Quiroga wrote: > --- > src/intel/vulkan/anv_blorp.c | 55 > > 1 file changed, 40 insertions(+), 15 deletions(-) > > diff --git

[Mesa-dev] [PATCH v2 1/3] anv/blorp: only clear enabled views when multiview is used

2018-01-05 Thread Iago Toral Quiroga
--- src/intel/vulkan/anv_blorp.c | 55 1 file changed, 40 insertions(+), 15 deletions(-) diff --git a/src/intel/vulkan/anv_blorp.c b/src/intel/vulkan/anv_blorp.c index e244468e03..18fa4a4ae5 100644 --- a/src/intel/vulkan/anv_blorp.c +++