[Mesa-dev] [PATCH 01/11] mesa: Restore gl_array_object::NewArray

2013-11-05 Thread Fredrik Höglund
This will be used by the ARB_vertex_attrib_binding implementation. This reverts commit db38e9a0e179441f59274f6f2a751912c29872e2. Reviewed-by: Eric Anholt Reviewed-by: Ian Romanick --- src/mesa/main/enable.c |2 ++ src/mesa/main/mtypes.h |3 +++ src/mesa/main/state.c |1 + src/mesa/

[Mesa-dev] [PATCH 01/11] mesa: Restore gl_array_object::NewArray

2013-10-28 Thread Fredrik Höglund
This will be used by the ARB_vertex_attrib_binding implementation. This reverts commit db38e9a0e179441f59274f6f2a751912c29872e2. --- src/mesa/main/enable.c |2 ++ src/mesa/main/mtypes.h |3 +++ src/mesa/main/state.c |1 + src/mesa/main/varray.c |4 4 files changed, 10 inserti