Re: [Mesa-dev] [PATCH 7/8] meta: add _mesa_meta_DrawTex()

2011-08-31 Thread Chia-I Wu
On Thu, Sep 1, 2011 at 4:04 AM, Ian Romanick wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/30/2011 10:46 PM, Chia-I Wu wrote: >> From: Chia-I Wu >> >> It can be used for dd->DrawTex. > > My main concern about this is that we have exactly zero tests for this > extension.  Befo

Re: [Mesa-dev] [PATCH 7/8] meta: add _mesa_meta_DrawTex()

2011-08-31 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/30/2011 10:46 PM, Chia-I Wu wrote: > From: Chia-I Wu > > It can be used for dd->DrawTex. My main concern about this is that we have exactly zero tests for this extension. Before this is enabled in Intel drivers, I want there to be at least so

Re: [Mesa-dev] [PATCH 7/8] meta: add _mesa_meta_DrawTex()

2011-08-31 Thread Brian Paul
On Tue, Aug 30, 2011 at 11:46 PM, Chia-I Wu wrote: > From: Chia-I Wu > > It can be used for dd->DrawTex. > --- >  src/mesa/drivers/common/meta.c |  141 > >  src/mesa/drivers/common/meta.h |    3 + >  2 files changed, 144 insertions(+), 0 deletions(-) Rev

[Mesa-dev] [PATCH 7/8] meta: add _mesa_meta_DrawTex()

2011-08-30 Thread Chia-I Wu
From: Chia-I Wu It can be used for dd->DrawTex. --- src/mesa/drivers/common/meta.c | 141 src/mesa/drivers/common/meta.h |3 + 2 files changed, 144 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/m