Re: [Mesa-dev] [PATCH 1/2] mesa/main: Make get_hash.c values constant.

2014-06-06 Thread Ian Romanick
On 06/06/2014 05:13 PM, Carl Worth wrote: > Ian Romanick writes: >> Series is >> >> Reviewed-by: Ian Romanick >> Cc: "10.1 10.2" > > This hunk: > > + /* ARB_vertex_array_bgra */ > + case GL_COLOR_ARRAY_SIZE: > + array = &ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_COLOR0]; > + v

Re: [Mesa-dev] [PATCH 1/2] mesa/main: Make get_hash.c values constant.

2014-06-06 Thread Carl Worth
Ian Romanick writes: > Series is > > Reviewed-by: Ian Romanick > Cc: "10.1 10.2" This hunk: + /* ARB_vertex_array_bgra */ + case GL_COLOR_ARRAY_SIZE: + array = &ctx->Array.VAO->VertexAttrib[VERT_ATTRIB_COLOR0]; + v->value_int = array->Format == GL_BGRA ? GL_BGRA : array->Size

Re: [Mesa-dev] [PATCH 1/2] mesa/main: Make get_hash.c values constant.

2014-06-02 Thread Ian Romanick
Series is Reviewed-by: Ian Romanick Cc: "10.1 10.2" On 06/01/2014 12:56 PM, jfons...@vmware.com wrote: > From: José Fonseca > > --- > src/mesa/main/get_hash_generator.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/main/get_hash_generator.py > b/src/mes

Re: [Mesa-dev] [PATCH 1/2] mesa/main: Make get_hash.c values constant.

2014-06-01 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/2] mesa/main: Make get_hash.c values constant.

2014-06-01 Thread jfonseca
From: José Fonseca --- src/mesa/main/get_hash_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/get_hash_generator.py b/src/mesa/main/get_hash_generator.py index 96bc495..b200d19 100644 --- a/src/mesa/main/get_hash_generator.py +++ b/src/mesa/main/ge