[Mesa-dev] [PATCH 1/4] mesa: Add support for GL_ARB_base_instance

Brian Paul brianp at vmware.com
Mon Jun 18 16:05:54 PDT 2012


On 06/18/2012 02:50 PM, Fredrik Höglund wrote:
> Reviewed-by: Brian Paul<brianp at vmware.com>
> ---
>
> v2: Change baseinstance to base_instance in _mesa_prims
>      and to baseInstance in the vbo_exec functions.
>
>   src/mapi/glapi/gen/ARB_base_instance.xml |   40 +++++++++++
>   src/mapi/glapi/gen/Makefile              |    1 +
>   src/mapi/glapi/gen/gl_API.xml            |    3 +-
>   src/mesa/main/dd.h                       |   10 +++
>   src/mesa/main/dlist.c                    |   45 ++++++++++++
>   src/mesa/main/extensions.c               |    1 +
>   src/mesa/main/mtypes.h                   |    1 +
>   src/mesa/main/vtxfmt.c                   |    3 +
>   src/mesa/vbo/vbo.h                       |    1 +
>   src/mesa/vbo/vbo_exec_api.c              |    1 +
>   src/mesa/vbo/vbo_exec_array.c            |  114 +++++++++++++++++++++++++++---
>   src/mesa/vbo/vbo_save_api.c              |    2 +
>   src/mesa/vbo/vbo_split_inplace.c         |    6 +-
>   13 files changed, 216 insertions(+), 12 deletions(-)
>   create mode 100644 src/mapi/glapi/gen/ARB_base_instance.xml

Looks good.  Do you need me to commit/push these for you?

-Brian



More information about the mesa-dev mailing list