[Cogl] [PATCH] Don't add the ARB suffix for the GL_ARB_map_buffer_range extension
Robert Bragg
robert at sixbynine.org
Fri Oct 19 14:35:46 PDT 2012
This looks good to me:
Reviewed-by: Robert Bragg <robert at linux.intel.com>
thanks,
- Robert
On Fri, Oct 19, 2012 at 8:50 PM, Neil Roberts <neil at linux.intel.com> wrote:
> The functions defined in the GL_ARB_map_buffer_range extension have no
> suffix.
> ---
> cogl/gl-prototypes/cogl-all-functions.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cogl/gl-prototypes/cogl-all-functions.h b/cogl/gl-prototypes/cogl-all-functions.h
> index 870722e..7d0ed20 100644
> --- a/cogl/gl-prototypes/cogl-all-functions.h
> +++ b/cogl/gl-prototypes/cogl-all-functions.h
> @@ -289,7 +289,7 @@ COGL_EXT_END ()
>
> COGL_EXT_BEGIN (map_region, 3, 0,
> 0, /* not in either GLES */
> - "ARB\0",
> + "ARB:\0",
> "map_buffer_range\0")
> COGL_EXT_FUNCTION (GLvoid *, glMapBufferRange,
> (GLenum target,
> --
> 1.7.11.3.g3c3efa5
>
> _______________________________________________
> Cogl mailing list
> Cogl at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/cogl
More information about the Cogl
mailing list