[Mesa-dev] [PATCH 8/8] mesa: Enable GL_ARB_invalidate_subdata

Brian Paul brian.e.paul at gmail.com
Mon Aug 13 20:03:20 PDT 2012


On Mon, Aug 13, 2012 at 9:02 PM, Brian Paul <brian.e.paul at gmail.com> wrote:
> On Mon, Aug 13, 2012 at 7:24 PM, Ian Romanick <idr at freedesktop.org> wrote:
>> From: Ian Romanick <ian.d.romanick at intel.com>
>>
>> Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
>> ---
>>  src/mesa/main/extensions.c |    1 +
>>  1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
>> index 7f3aa94..9e357cd 100644
>> --- a/src/mesa/main/extensions.c
>> +++ b/src/mesa/main/extensions.c
>> @@ -103,6 +103,7 @@ static const struct extension extension_table[] = {
>>     { "GL_ARB_half_float_pixel",                    o(ARB_half_float_pixel),                    GL,             2003 },
>>     { "GL_ARB_half_float_vertex",                   o(ARB_half_float_vertex),                   GL,             2008 },
>>     { "GL_ARB_instanced_arrays",                    o(ARB_instanced_arrays),                    GL,             2008 },
>> +   { "GL_ARB_invalidate_subdata",                  o(dummy_true),                              GL,             2012 },
>>     { "GL_ARB_map_buffer_range",                    o(ARB_map_buffer_range),                    GL,             2008 },
>>     { "GL_ARB_multisample",                         o(dummy_true),                              GLL,            1994 },
>>     { "GL_ARB_multitexture",                        o(dummy_true),                              GLL,            1998 },
>> --
>
> Other than the minor issues elsewhere, this LGTM.  Reviewed-by: Brian
> Paul <brianp at vmware.com>

Oh, and maybe update the release notes to document this new extension.

-Brian


More information about the mesa-dev mailing list