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
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
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/