Re: [PATCH 3/5] glx: Consistently use ARB-suffixed names for ARB_multitexture functions

2014-04-18 Thread Jon TURNEY
On 01/04/2014 14:32, Jon TURNEY wrote: > On 18/12/2013 14:52, Jon TURNEY wrote: >> 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. glMultiTexCoord

Re: [PATCH 3/5] glx: Consistently use ARB-suffixed names for ARB_multitexture functions

2014-04-01 Thread Jon TURNEY
On 18/12/2013 14:52, Jon TURNEY wrote: > 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 >>> >>> Consiste

Re: [PATCH 3/5] glx: Consistently use ARB-suffixed names for ARB_multitexture functions

2013-12-18 Thread Jon TURNEY
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 i

Re: [PATCH 3/5] glx: Consistently use ARB-suffixed names for ARB_multitexture functions

2013-12-16 Thread Ian Romanick
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 Open

[PATCH 3/5] glx: Consistently use ARB-suffixed names for ARB_multitexture functions

2013-12-08 Thread Jon TURNEY
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 wit