Re: [Mesa-dev] [PATCH 5/7] mesa: Make TexImage error cases about internalFormat more informative.

2014-02-11 Thread Eric Anholt
Ian Romanick writes: > On 02/11/2014 05:11 PM, Eric Anholt wrote: >> I tripped over one of these when debugging meta, and it's a lot nicer to >> just see the internalFormat being complained about. >> --- >> src/mesa/main/teximage.c | 19 --- >> 1 file changed, 12 insertions(+), 7

Re: [Mesa-dev] [PATCH 5/7] mesa: Make TexImage error cases about internalFormat more informative.

2014-02-11 Thread Ian Romanick
On 02/11/2014 05:11 PM, Eric Anholt wrote: > I tripped over one of these when debugging meta, and it's a lot nicer to > just see the internalFormat being complained about. > --- > src/mesa/main/teximage.c | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git

[Mesa-dev] [PATCH 5/7] mesa: Make TexImage error cases about internalFormat more informative.

2014-02-11 Thread Eric Anholt
I tripped over one of these when debugging meta, and it's a lot nicer to just see the internalFormat being complained about. --- src/mesa/main/teximage.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c ind