Re: [Mesa-dev] [PATCH 06/36] i965/blorp: Create the isl_surf up-front

2016-06-29 Thread Pohjolainen, Topi
On Wed, Jun 29, 2016 at 05:37:25PM -0700, Jason Ekstrand wrote: > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 25 ++--- > src/mesa/drivers/dri/i965/brw_blorp.h | 5 + > 2 files changed, 19 insertions(+), 11 deletions(-) Patches five and six are: Reviewed-by: Topi Pohjo

[Mesa-dev] [PATCH 06/36] i965/blorp: Create the isl_surf up-front

2016-06-29 Thread Jason Ekstrand
--- src/mesa/drivers/dri/i965/brw_blorp.c | 25 ++--- src/mesa/drivers/dri/i965/brw_blorp.h | 5 + 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_blorp.c b/src/mesa/drivers/dri/i965/brw_blorp.c index 8e36080..c934913 100644