Re: [Mesa-dev] [PATCH 10/14] intel/blorp: Drop blorp_resolve_ccs_attachment

2017-11-22 Thread Nanley Chery
On Mon, Nov 13, 2017 at 08:12:50AM -0800, Jason Ekstrand wrote: > The only reason why we needed that version was because the Vulkan driver > needed to be able to create the surface states so it could handle > indirect clear colors. Now that blorp handles them natively, there's no > need for the ex

Re: [Mesa-dev] [PATCH 10/14] intel/blorp: Drop blorp_resolve_ccs_attachment

2017-11-14 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 10/14] intel/blorp: Drop blorp_resolve_ccs_attachment

2017-11-13 Thread Jason Ekstrand
The only reason why we needed that version was because the Vulkan driver needed to be able to create the surface states so it could handle indirect clear colors. Now that blorp handles them natively, there's no need for the extra entrypoint. --- src/intel/blorp/blorp.h | 11 --- src/int