[Mesa-dev] [PATCH] implement NV_vdpau_interop v2
Christian König
deathsimple at vodafone.de
Fri Sep 20 09:05:17 PDT 2013
Am 20.09.2013 17:39, schrieb Marek Olšák:
> On Fri, Sep 20, 2013 at 4:34 PM, Christian König
> <deathsimple at vodafone.de> wrote:
>> [SNIP]
>>
>> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
>> index 34615e3..7070812 100644
>> --- a/src/mesa/main/extensions.c
>> +++ b/src/mesa/main/extensions.c
>> @@ -332,6 +332,7 @@ static const struct extension extension_table[] = {
>> { "GL_NV_texture_barrier", o(NV_texture_barrier), GL, 2009 },
>> { "GL_NV_texture_env_combine4", o(NV_texture_env_combine4), GLL, 1999 },
>> { "GL_NV_texture_rectangle", o(NV_texture_rectangle), GLL, 2000 },
>> + { "GL_NV_vdpau_interop", o(NV_vdpau_interop), GLL, 2010 },
> GLL means the extension will only be exposed in a legacy context
> (GL<=3.0). I think you meant GL instead.
Ah, thx. I already wondered what the difference is.
Any more comments? I never worked with that part of the stack, so the
code is completely new to me.
Christian.
More information about the mesa-dev
mailing list