[Mesa-dev] [PATCH 1/2] mesa: Rename gl_array_object::VBOonly to ::ARBsemantics
Brian Paul
brian.e.paul at gmail.com
Tue Jan 24 07:06:39 PST 2012
On Mon, Jan 23, 2012 at 6:23 PM, Ian Romanick <idr at freedesktop.org> wrote:
> From: Ian Romanick <ian.d.romanick at intel.com>
>
> 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 <ian.d.romanick at intel.com>
> ---
> 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 <brianp at vmware.com>
More information about the mesa-dev
mailing list