Re: [Mesa-dev] [PATCH v2 20/35] i965/blorp: Get rid of brw_blorp_surface_info::width/height

2016-07-28 Thread Pohjolainen, Topi
On Tue, Jul 26, 2016 at 03:02:11PM -0700, Jason Ekstrand wrote: > Instead, we manually mutate the surface size as needed. > --- > src/mesa/drivers/dri/i965/brw_blorp.c| 21 ++--- > src/mesa/drivers/dri/i965/brw_blorp.h| 12 >

[Mesa-dev] [PATCH v2 20/35] i965/blorp: Get rid of brw_blorp_surface_info::width/height

2016-07-26 Thread Jason Ekstrand
Instead, we manually mutate the surface size as needed. --- src/mesa/drivers/dri/i965/brw_blorp.c| 21 ++--- src/mesa/drivers/dri/i965/brw_blorp.h| 12 src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 19 +++