[PATCH 3/5] glx: Consistently use ARB-suffixed names for ARB_multitexture functions
Jon TURNEY
jon.turney at dronecode.org.uk
Wed Dec 18 06:52:22 PST 2013
On 17/12/2013 01:35, Ian Romanick wrote:
> On 12/08/2013 08:57 AM, Jon TURNEY wrote:
>> At the moment we have a mix of ARB and non-ARB suffixed forms for ARB_multitexture functions
>> e.g. glMultiTexCoord1fvARB and glMultiTexCoord1dv
>>
>> Consistently use the ARB-suffixed form, assuming that is present in all libGL
>> which provide the OpenGL 1.2.1 ABI we expect to be able to directly link with.
>
> I'm assuming the patch to glX_proto_recv.py is just stuck in your
> outbox? Both those files clearly say:
>
> /* DO NOT EDIT - This file generated automatically by glX_proto_recv.py (from Mesa) script */
This depends on Ajax's code generator changes from [1], for the current code
in X server, which I don't think have landed yet.
[1] http://cgit.freedesktop.org/~ajax/mesa/log/?h=glapi
I think Ajax said he would try to update them to include this change before
doing so.
I'm quite happy to do that work, but I haven't looked at it yet as I don't
want to duplicate effort.
More information about the xorg-devel
mailing list