Re: [Mesa-dev] [PATCH] mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.

2013-03-12 Thread Brian Paul
On 03/12/2013 12:15 PM, Matt Turner wrote: Fixes piglit's texture-immutable-levels test. Reported-by: Marek Olšák --- src/mesa/main/mtypes.h |1 + src/mesa/main/texparam.c | 12 src/mesa/main/texstorage.c |1 + 3 files changed, 14 insertions(+), 0 deletions(-) d

[Mesa-dev] [PATCH] mesa: Implement TEXTURE_IMMUTABLE_LEVELS for ES 3.0.

2013-03-12 Thread Matt Turner
Fixes piglit's texture-immutable-levels test. Reported-by: Marek Olšák --- src/mesa/main/mtypes.h |1 + src/mesa/main/texparam.c | 12 src/mesa/main/texstorage.c |1 + 3 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/ma