[Mesa-dev] [PATCH v2 1/6] gles2: Update gl2ext.h to revision: 32120

Ilia Mirkin imirkin at alum.mit.edu
Mon Nov 30 05:54:55 PST 2015


On Fri, Nov 27, 2015 at 1:37 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Fri, Nov 27, 2015 at 1:35 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
>> On 27 November 2015 at 17:50, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
>>> On Fri, Nov 27, 2015 at 9:31 AM, Marta Lofstedt
>>> <marta.lofstedt at linux.intel.com> wrote:
>>>> From: Marta Lofstedt <marta.lofstedt at intel.com>
>>>>
>>>> This is needed to be able to implement the accepted OES
>>>> extensions.
>>>>
>>>> Signed-off-by: Marta Lofstedt <marta.lofstedt at linux.intel.com>
>>>> ---
>>>>  include/GLES2/gl2ext.h | 940 ++++++++++++++++++++++++++++++++++++++++++++++++-
>>>>  1 file changed, 934 insertions(+), 6 deletions(-)
>>>>
>>>> diff --git a/include/GLES2/gl2ext.h b/include/GLES2/gl2ext.h
>>>> index 2b67c6e..2d05596 100644
>>>> --- a/include/GLES2/gl2ext.h
>>>> +++ b/include/GLES2/gl2ext.h
>>>> @@ -6,7 +6,7 @@ extern "C" {
>>>>  #endif
>>>>
>>>>  /*
>>>> -** Copyright (c) 2013-2014 The Khronos Group Inc.
>>>> +** Copyright (c) 2013-2015 The Khronos Group Inc.
>>>>  **
>>>>  ** Permission is hereby granted, free of charge, to any person obtaining a
>>>>  ** copy of this software and/or associated documentation files (the
>>>> @@ -33,14 +33,14 @@ extern "C" {
>>>>  ** used to make the header, and the header can be found at
>>>>  **   http://www.opengl.org/registry/
>>>>  **
>>>> -** Khronos $Revision: 28335 $ on $Date: 2014-09-26 18:55:45 -0700 (Fri, 26 Sep 2014) $
>>>> +** Khronos $Revision: 32120 $ on $Date: 2015-10-15 04:27:13 -0700 (Thu, 15 Oct 2015) $
>>>>  */
>>>
>>> What is this header used for? Do we ship it, or is it purely internal
>>> to mesa? If we ship it, might need to cc this to stable... e.g. buffer
>>> storage and a couple other things are in here that we expose in 11.1.
>>
>> We ship it. Although everyone (distributions?) can freely grab them
>> from the Khronos public section.
>
> OK, then we need to get this into 11.1 since we added
> GL_EXT_blend_func_extended there (and GL_EXT_buffer_storage, but that
> one's a bit more theoretical since there's no ES 3.1 support yet).

Not sure why this got checked in with a cc to 11.0 stable, but this
should really just go to 11.1, unless I'm missing something.

  -ilia


More information about the mesa-dev mailing list