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
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
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
Reviewed-by: Matt Turner
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev
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