Re: [Mesa-dev] [PATCH 01/14] i965: Use the brw_context for the clear color and value setters

2018-04-03 Thread Jason Ekstrand
Yeah, brw is always better for i965 functions. Reviewed-by: Jason Ekstrand On Fri, Mar 30, 2018 at 11:12 AM, Nanley Chery wrote: > Do what all the other functions in the miptree API do. > --- > src/mesa/drivers/dri/i965/brw_blorp.c | 2 +-

[Mesa-dev] [PATCH 01/14] i965: Use the brw_context for the clear color and value setters

2018-03-30 Thread Nanley Chery
Do what all the other functions in the miptree API do. --- src/mesa/drivers/dri/i965/brw_blorp.c | 2 +- src/mesa/drivers/dri/i965/brw_clear.c | 2 +- src/mesa/drivers/dri/i965/intel_mipmap_tree.h | 8 3 files changed, 6 insertions(+), 6 deletions(-) diff --git