[Mesa-dev] [PATCH v2 2/2] Correct clamping of TEXTURE_{MAX, BASE}_LEVEL

2013-07-31 Thread Corey Richardson
e is the parameter passed the call to > TexStorage* for the texture object Signed-off-by: Corey Richardson --- src/mesa/main/texparam.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c index 141c

[Mesa-dev] [PATCH v2 1/2] De-tab and align comments in gl_texture_object

2013-07-31 Thread Corey Richardson
Signed-off-by: Corey Richardson --- src/mesa/main/mtypes.h | 45 +++-- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index aba7d84..97c4dd7 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa

[Mesa-dev] [PATCH 2/2] Correct clamping of TEXTURE_{MAX, BASE}_LEVEL

2013-07-31 Thread Corey Richardson
e is the parameter passed the call to > TexStorage* for the texture object Signed-off-by: Corey Richardson --- src/mesa/main/texparam.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/texparam.c b/src/mesa/main/texparam.c i

[Mesa-dev] [PATCH 1/2] De-tab and align comments in gl_texture_object

2013-07-31 Thread Corey Richardson
Signed-off-by: Corey Richardson --- src/mesa/main/mtypes.h | 44 ++-- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index aba7d84..6113410 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa

[Mesa-dev] [PATCH] Check for normalized when using BGRA vertex arrays

2013-07-29 Thread Corey Richardson
Previously, the piglit test ARB_vertex_array_bgra/api-errors failed because update_array did not check if normalized == GL_FALSE, and error if so. Signed-off-by: Corey Richardson --- src/mesa/main/varray.c | 8 1 file changed, 8 insertions(+) diff --git a/src/mesa/main/varray.c b/src