Quoting Ilia Mirkin (2016-09-22 13:21:04)
> On Thu, Sep 22, 2016 at 4:17 PM, Dylan Baker wrote:
> > Quoting Ilia Mirkin (2016-09-22 12:59:49)
> >> On Thu, Sep 22, 2016 at 3:56 PM, Dylan Baker wrote:
> >> > @@ -1305,6 +1318,7 @@ functions = [
> >> > "SamplerParameterfv",
> >> > "SamplerP
On Thu, Sep 22, 2016 at 4:17 PM, Dylan Baker wrote:
> Quoting Ilia Mirkin (2016-09-22 12:59:49)
>> On Thu, Sep 22, 2016 at 3:56 PM, Dylan Baker wrote:
>> > @@ -1305,6 +1318,7 @@ functions = [
>> > "SamplerParameterfv",
>> > "SamplerParameteri",
>> > "SamplerParameteriv",
>> > +
Quoting Ilia Mirkin (2016-09-22 12:59:49)
> On Thu, Sep 22, 2016 at 3:56 PM, Dylan Baker wrote:
> > @@ -1305,6 +1318,7 @@ functions = [
> > "SamplerParameterfv",
> > "SamplerParameteri",
> > "SamplerParameteriv",
> > +"SamplerParameterIiv",
> > "Scaled",
> > "Scalef",
On Thu, Sep 22, 2016 at 3:56 PM, Dylan Baker wrote:
> @@ -1305,6 +1318,7 @@ functions = [
> "SamplerParameterfv",
> "SamplerParameteri",
> "SamplerParameteriv",
> +"SamplerParameterIiv",
> "Scaled",
> "Scalef",
> "Scalex",
This is the case for a couple of these..
See commit 5921f372c89a68fac6ddefc009442721d9df4db2 for the rational of
this commit.
Signed-off-by: Dylan Baker
---
v2: - fix TexBufferRange typo (Ilia)
- Remove duplicate TexParameterIuiv
src/mapi/glapi/gen/static_data.py | 15 +++
1 file changed, 15 insertions(+)
diff --git