Re: [Mesa-dev] [PATCH 05/17] i965/miptree: Drop the name param from alloc_aux_buffer

2018-05-08 Thread Nanley Chery
On Thu, May 03, 2018 at 12:03:52PM -0700, Nanley Chery wrote: > A name of "aux-miptree" should be sufficient. I should mention that I went over this some teamates on #intel-3d and received no objections. Another comment below. > --- > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 9 -

[Mesa-dev] [PATCH 05/17] i965/miptree: Drop the name param from alloc_aux_buffer

2018-05-03 Thread Nanley Chery
A name of "aux-miptree" should be sufficient. --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c b/src/mesa/drivers/dri/i965/intel_mipmap_tree.c index e70c9ff1ef4..566ead0d5c8