Re: [Mesa-dev] [PATCH] i965/blorp: Add a format parameter to blorp_fast_clear

2016-08-25 Thread Jason Ekstrand
On Thu, Aug 25, 2016 at 7:09 AM, Pohjolainen, Topi < topi.pohjolai...@gmail.com> wrote: > On Tue, Aug 23, 2016 at 11:08:00AM -0700, Jason Ekstrand wrote: > > We were inferring the format from the surface but that doesn't always > work > > as the surface format is the texture format and we want the

Re: [Mesa-dev] [PATCH] i965/blorp: Add a format parameter to blorp_fast_clear

2016-08-25 Thread Pohjolainen, Topi
On Tue, Aug 23, 2016 at 11:08:00AM -0700, Jason Ekstrand wrote: > We were inferring the format from the surface but that doesn't always work > as the surface format is the texture format and we want the render format > (which may be different on i965). Makes sense: Reviewed-by: Topi Pohjolainen

[Mesa-dev] [PATCH] i965/blorp: Add a format parameter to blorp_fast_clear

2016-08-23 Thread Jason Ekstrand
We were inferring the format from the surface but that doesn't always work as the surface format is the texture format and we want the render format (which may be different on i965). Signed-off-by: Jason Ekstrand Cc: Topi Pohjolainen --- src/mesa/drivers/dri/i965/blorp.h | 2 +- src/mesa/