Re: [Mesa-dev] [PATCH 02/11] mesa: Remove extension checking from ChooseTexFormat.

2013-05-10 Thread Ian Romanick
On 05/10/2013 01:45 PM, Eric Anholt wrote: Ian Romanick writes: On 04/16/2013 05:21 PM, Eric Anholt wrote: This should already be handled by _mesa_base_tex_format() calls in TexImage*. --- NOTE! I've replaced the actual patch full of unindentation of code described by: src/mesa/main/texf

Re: [Mesa-dev] [PATCH 02/11] mesa: Remove extension checking from ChooseTexFormat.

2013-05-10 Thread Eric Anholt
Ian Romanick writes: > On 04/16/2013 05:21 PM, Eric Anholt wrote: >> This should already be handled by _mesa_base_tex_format() calls in >> TexImage*. >> --- >> >> NOTE! >> >> I've replaced the actual patch full of unindentation of code described by: >> src/mesa/main/texformat.c | 1184 >> +

Re: [Mesa-dev] [PATCH 02/11] mesa: Remove extension checking from ChooseTexFormat.

2013-04-17 Thread Ian Romanick
On 04/16/2013 05:21 PM, Eric Anholt wrote: This should already be handled by _mesa_base_tex_format() calls in TexImage*. --- NOTE! I've replaced the actual patch full of unindentation of code described by: src/mesa/main/texformat.c | 1184 - 1 file

[Mesa-dev] [PATCH 02/11] mesa: Remove extension checking from ChooseTexFormat.

2013-04-16 Thread Eric Anholt
This should already be handled by _mesa_base_tex_format() calls in TexImage*. --- NOTE! I've replaced the actual patch full of unindentation of code described by: src/mesa/main/texformat.c | 1184 - 1 file changed, 533 insertions(+), 651 deletions(-)