Re: [Mesa-dev] [PATCH 2/8] intel: Reuse intel_miptree_match_image().

2011-12-18 Thread Kenneth Graunke
On 12/15/2011 08:43 PM, Eric Anholt wrote: > This little bit of logic was duplicated, which isn't much, but I was > going to need to duplicate a bit of additional logic in the next > commit. > --- > src/mesa/drivers/dri/intel/intel_tex_validate.c | 15 ++- > 1 files changed, 6 insert

[Mesa-dev] [PATCH 2/8] intel: Reuse intel_miptree_match_image().

2011-12-15 Thread Eric Anholt
This little bit of logic was duplicated, which isn't much, but I was going to need to duplicate a bit of additional logic in the next commit. --- src/mesa/drivers/dri/intel/intel_tex_validate.c | 15 ++- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/mesa/drivers/