[Mesa-dev] [PATCH v2 3/3] mapi: export all GLES 3.2 functions in libGLESv2.so
Ilia Mirkin
imirkin at alum.mit.edu
Thu Sep 22 20:21:04 UTC 2016
On Thu, Sep 22, 2016 at 4:17 PM, Dylan Baker <dylan at pnwbakers.com> wrote:
> Quoting Ilia Mirkin (2016-09-22 12:59:49)
>> On Thu, Sep 22, 2016 at 3:56 PM, Dylan Baker <dylan at pnwbakers.com> wrote:
>> > @@ -1305,6 +1318,7 @@ functions = [
>> > "SamplerParameterfv",
>> > "SamplerParameteri",
>> > "SamplerParameteriv",
>> > + "SamplerParameterIiv",
>> > "Scaled",
>> > "Scalef",
>> > "Scalex",
>>
>> This is the case for a couple of these... how is this happening? In
>> the current file, I see:
>>
>> "SamplerParameterf",
>> "SamplerParameterfv",
>> "SamplerParameteri",
>> "SamplerParameterIiv",
>> "SamplerParameterIuiv",
>> "SamplerParameteriv",
>>
>> Did you accidentally drop it? Where is the Iuiv version? [Same for a
>> couple other ones.]
>
> It was in there before I wrote this patch
But then again, so was SamplerParameterIiv and yet you appear to be
adding it... what happened?
More information about the mesa-dev
mailing list