Re: [Mesa-dev] [PATCH 00/29] blorp: Add support for more formats

2018-01-31 Thread Jason Ekstrand
On Fri, Jan 26, 2018 at 5:59 PM, Jason Ekstrand wrote: > This series adds additional format support to BLORP. In particular, > BLORP's blit and copy functions now handle: > > * Source and destination swizzles on all gens > * Blitting to RGB formats (previously we only supported copying to RGB)

[Mesa-dev] [PATCH 00/29] blorp: Add support for more formats

2018-01-26 Thread Jason Ekstrand
This series adds additional format support to BLORP. In particular, BLORP's blit and copy functions now handle: * Source and destination swizzles on all gens * Blitting to RGB formats (previously we only supported copying to RGB) * Blitting to RGBX even if it's not supported for rendering * B