[Mesa-dev] [PATCH 1/4] mesa: Add support for GL_ARB_base_instance
Jerome Glisse
j.glisse at gmail.com
Tue Jun 19 14:07:40 PDT 2012
On Tue, Jun 19, 2012 at 4:46 PM, Jerome Glisse <j.glisse at gmail.com> wrote:
> On Mon, Jun 18, 2012 at 8:33 PM, Fredrik Höglund <fredrik at kde.org> wrote:
>> On Tuesday 19 June 2012, Brian Paul wrote:
>>> 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?
>>
>> Yeah, I don't have commit access, so please do.
>>
>> Fredrik
>>
>
> This break gallium driver, nothing render with it
>
> Cheers,
> Jerome
Well nevermind, git clean -fdX did the trick sorry for the noise.
Cheers,
Jerome
More information about the mesa-dev
mailing list