Re: [Mesa-dev] [PATCH 1/2] intel/blorp: Support clearing L8_UNORM_SRGB surfaces

2017-09-18 Thread Kenneth Graunke
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 |

[Mesa-dev] [PATCH 1/2] intel/blorp: Support clearing L8_UNORM_SRGB surfaces

2017-09-11 Thread Jason Ekstrand
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_