On Monday, September 11, 2017 8:51:54 AM PDT Jason Ekstrand wrote:
> Vulkan needs to be able to clear any texture you can create. We want to
> add support for VK_FORMAT_R8_SRGB and we need to use L8_UNORM_SRGB to do
> that so we need to be able to clear it.
> ---
> src/intel/blorp/blorp_clear.c |
Vulkan needs to be able to clear any texture you can create. We want to
add support for VK_FORMAT_R8_SRGB and we need to use L8_UNORM_SRGB to do
that so we need to be able to clear it.
---
src/intel/blorp/blorp_clear.c | 4
1 file changed, 4 insertions(+)
diff --git a/src/intel/blorp/blorp_