From 188123ca06a5711057e8c77e81927865e97b72a8 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 20 Sep 2011 09:31:55 -0700 Subject: [PATCH] glapi: Add entry point for NV_draw_buffers Signed-off-by: Ian Romanick Reviewed-by: Brian Paul --- src/mapi/glapi/gen/ARB_draw_buffers.xml | 63 +++++++++++++++++++++++++ src/mapi/glapi/gen/gles_api.py | 2 + 2 files changed, 65 insertions(+) diff --git a/src/mapi/glapi/gen/ARB_draw_buffers.xml b/src/mapi/glapi/gen/ARB_draw_buffers.xml index 3d47172673a..f8ecc11eef7 100644 --- a/src/mapi/glapi/gen/ARB_draw_buffers.xml +++ b/src/mapi/glapi/gen/ARB_draw_buffers.xml @@ -121,4 +121,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mapi/glapi/gen/gles_api.py b/src/mapi/glapi/gen/gles_api.py index 4cde9e544d5..0116ba47406 100644 --- a/src/mapi/glapi/gen/gles_api.py +++ b/src/mapi/glapi/gen/gles_api.py @@ -449,4 +449,6 @@ es2_api = es2_core + ( # GL_OES_get_program_binary 'GetProgramBinaryOES', 'ProgramBinaryOES', + # GL_NV_draw_buffers + 'DrawBuffersNV', ) -- 2.30.2