Re: [Mesa-dev] [PATCH 1/3] mesa: Fold gallium's texture border

2011-10-25 Thread Eric Anholt
On Mon, 24 Oct 2011 19:23:53 -0600, Brian Paul wrote: > On Mon, Oct 24, 2011 at 5:15 PM, Eric Anholt wrote: > > @@ -2322,6 +2363,16 @@ teximage(struct gl_context *ctx, GLuint dims, > >          return;   /* error was recorded */ > >       } > > > > +      /* Allow a hardware driver to just strip

Re: [Mesa-dev] [PATCH 1/3] mesa: Fold gallium's texture border stripping into a core Mesa option.

2011-10-25 Thread Kenneth Graunke
On 10/24/2011 04:15 PM, Eric Anholt wrote: > We wanted to reuse this in the Intel driver. As the Fedora Hot Dog theme chooser applet(*) says: "YES" or "HELL YES"! For the series: Reviewed-by: Kenneth Graunke (*) http://fedoraproject.org/wiki/Features/Hot_Dog ___

Re: [Mesa-dev] [PATCH 1/3] mesa: Fold gallium's texture border stripping into a core Mesa option.

2011-10-24 Thread Brian Paul
On Mon, Oct 24, 2011 at 5:15 PM, Eric Anholt wrote: > We wanted to reuse this in the Intel driver. > --- >  src/mesa/main/mtypes.h                 |   14 >  src/mesa/main/teximage.c               |   57 +-- >  src/mesa/state_tracker/st_cb_texture.c |   58 > ++

[Mesa-dev] [PATCH 1/3] mesa: Fold gallium's texture border stripping into a core Mesa option.

2011-10-24 Thread Eric Anholt
We wanted to reuse this in the Intel driver. --- src/mesa/main/mtypes.h | 14 src/mesa/main/teximage.c | 57 +-- src/mesa/state_tracker/st_cb_texture.c | 58 ++-- src/mesa/state_tracker/st_extensio