Re: [Mesa-dev] [PATCH 15/29] intel/blorp: Support the RGB workaround on more formats

2018-03-06 Thread Pohjolainen, Topi
On Fri, Jan 26, 2018 at 05:59:44PM -0800, Jason Ekstrand wrote: > Previously we only supported UINT formats because that's what blorp_copy > required. If we want to use it in blorp_blit, however, we need to > support everything. Patches 13, 14 and 15 are: Reviewed-by: Topi Pohjolainen > --- >

[Mesa-dev] [PATCH 15/29] intel/blorp: Support the RGB workaround on more formats

2018-01-26 Thread Jason Ekstrand
Previously we only supported UINT formats because that's what blorp_copy required. If we want to use it in blorp_blit, however, we need to support everything. --- src/intel/blorp/blorp_blit.c | 73 1 file changed, 53 insertions(+), 20 deletions(-) dif