Re: [Mesa-dev] [PATCH 03/26] mesa/es: Remove redundant texture target validation

2012-08-20 Thread Kenneth Graunke
On 08/20/2012 10:04 AM, Ian Romanick wrote: > On 08/20/2012 12:15 AM, Kenneth Graunke wrote: >> On 08/19/2012 11:28 PM, Kenneth Graunke wrote: >> Wait, no, there is a bug: it turns out that MultiTexCoord does >> absolutely /no/ validation on its targets. From vbo_attrib_tmp.h: >> >> static void GL

Re: [Mesa-dev] [PATCH 03/26] mesa/es: Remove redundant texture target validation

2012-08-20 Thread Ian Romanick
On 08/20/2012 12:15 AM, Kenneth Graunke wrote: On 08/19/2012 11:28 PM, Kenneth Graunke wrote: On 08/17/2012 08:11 PM, Ian Romanick wrote: From: Ian Romanick Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 12 - src/mesa/main/es1_conversion.c | 51 -

Re: [Mesa-dev] [PATCH 03/26] mesa/es: Remove redundant texture target validation

2012-08-20 Thread Ian Romanick
On 08/19/2012 11:28 PM, Kenneth Graunke wrote: On 08/17/2012 08:11 PM, Ian Romanick wrote: From: Ian Romanick Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 12 - src/mesa/main/es1_conversion.c | 51 2 files changed, 0

Re: [Mesa-dev] [PATCH 03/26] mesa/es: Remove redundant texture target validation

2012-08-20 Thread Kenneth Graunke
On 08/19/2012 11:28 PM, Kenneth Graunke wrote: > On 08/17/2012 08:11 PM, Ian Romanick wrote: >> From: Ian Romanick >> >> Signed-off-by: Ian Romanick >> --- >> src/mesa/main/APIspec.xml | 12 - >> src/mesa/main/es1_conversion.c | 51 >> >>

Re: [Mesa-dev] [PATCH 03/26] mesa/es: Remove redundant texture target validation

2012-08-19 Thread Kenneth Graunke
On 08/17/2012 08:11 PM, Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > --- > src/mesa/main/APIspec.xml | 12 - > src/mesa/main/es1_conversion.c | 51 > > 2 files changed, 0 insertions(+), 63 deletions(-) > >

[Mesa-dev] [PATCH 03/26] mesa/es: Remove redundant texture target validation

2012-08-17 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick --- src/mesa/main/APIspec.xml | 12 - src/mesa/main/es1_conversion.c | 51 2 files changed, 0 insertions(+), 63 deletions(-) diff --git a/src/mesa/main/APIspec.xml b/src/mesa/main/APIspec.x