[Mesa-dev] [PATCH 1/2] mesa: Rip out more extension checking from texformat.c.

2013-08-29 Thread Eric Anholt
You should only be flagging the formats as supported if you support them anyway. --- src/mesa/main/texformat.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/mesa/main/texformat.c b/src/mesa/main/texformat.c index c2f9257..fdbf695 100644 --- a/src/mesa/main

Re: [Mesa-dev] [PATCH 1/2] mesa: Rip out more extension checking from texformat.c.

2013-08-29 Thread Kenneth Graunke
On 08/29/2013 08:45 AM, Eric Anholt wrote: You should only be flagging the formats as supported if you support them anyway. --- src/mesa/main/texformat.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) These look reasonable to me. Reviewed-by: Kenneth Graunke Do you