Re: [Mesa-dev] [PATCH 4/5] i965: use memory context when creating passthrough tcs

2016-10-28 Thread Jason Ekstrand
Thanks for cleaning this up Reviewed-by: Jason Ekstrand The others in the series look fine too. I'd like to see pt 2 before I give a full R-B though. On Thu, Oct 27, 2016 at 11:27 PM, Timothy Arceri < timothy.arc...@collabora.com> wrote: > --- > src/mesa/drivers/dri/i965/brw_tcs.c | 13 +

[Mesa-dev] [PATCH 4/5] i965: use memory context when creating passthrough tcs

2016-10-27 Thread Timothy Arceri
--- src/mesa/drivers/dri/i965/brw_tcs.c | 13 + 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_tcs.c b/src/mesa/drivers/dri/i965/brw_tcs.c index 58d080d..7beccd7 100644 --- a/src/mesa/drivers/dri/i965/brw_tcs.c +++ b/src/mesa/drivers/dri/i9