On Mon, Jan 23, 2012 at 6:23 PM, Ian Romanick <[email protected]> wrote: > From: Ian Romanick <[email protected]> > > There are more differences between Apple and ARB than just requiring > that all arrays be stored in VBOs. Additional uses will be added in > following commits. > > Also, set the flag at Bind time instead of Gen time. The ARB_vao spec > specifies that behavior. > > NOTE: This is a candidate for release branches. > > Signed-off-by: Ian Romanick <[email protected]> > --- > src/mesa/main/arrayobj.c | 16 +++++++++++----- > src/mesa/main/attrib.c | 2 +- > src/mesa/main/mtypes.h | 17 ++++++++++++++++- > src/mesa/main/varray.c | 2 +- > 4 files changed, 29 insertions(+), 8 deletions(-) >
For the series, Reviewed-by: Brian Paul <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
