Re: [Mesa-dev] [PATCH] intel: Fix mipmap and format handling of blit glCopyPixels().

2011-06-09 Thread Chad Versace
On Wed, 8 Jun 2011 12:27:04 -0700, Eric Anholt wrote: > Fixes fbo-mipmap-copypix. > --- > src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98 +--- > 1 files changed, 53 insertions(+), 45 deletions(-) > > diff --git a/src/mesa/drivers/dri/intel/intel_pixel_copy.c > b/src/m

Re: [Mesa-dev] [PATCH] intel: Fix mipmap and format handling of blit glCopyPixels().

2011-06-09 Thread Eric Anholt
On Wed, 08 Jun 2011 13:00:48 -0700, Chad Versace wrote: > On Wed, 8 Jun 2011 12:27:04 -0700, Eric Anholt wrote: > > Fixes fbo-mipmap-copypix. > > --- > > src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98 > > +--- > > 1 files changed, 53 insertions(+), 45 deletions(-) >

[Mesa-dev] [PATCH] intel: Fix mipmap and format handling of blit glCopyPixels().

2011-06-08 Thread Eric Anholt
Fixes fbo-mipmap-copypix. --- src/mesa/drivers/dri/intel/intel_pixel_copy.c | 98 +--- 1 files changed, 53 insertions(+), 45 deletions(-) diff --git a/src/mesa/drivers/dri/intel/intel_pixel_copy.c b/src/mesa/drivers/dri/intel/intel_pixel_copy.c index e83f1bf..88258d5 100644