Opentk/Source
parallels 62d6791736 Use glXGetProcAddressARB
According to the Linux OpenGL ABI, glXGetProcAddressARB must be statically exported by libGL. This does *not* hold true for glXGetProcAddress. We must used the ARB version instead.
Furthermore, glx entry points, unlike wgl, do not depend on any specific OpenGL context. This means we can load them in the constructor of the Glx class.
2013-11-09 18:50:53 +01:00
..
Bind Do not generate delegates for overloads 2013-11-08 16:40:43 +01:00
Build.UpdateVersion Normalized line endings 2013-10-11 01:58:54 +02:00
Compatibility Normalized line endings 2013-10-11 01:58:54 +02:00
Converter Added usage example for new xml specs 2013-11-07 17:18:12 +01:00
Examples Potential fix for issue 3430 2013-11-09 15:13:50 +01:00
GLControl Normalized line endings 2013-10-11 01:58:54 +02:00
OpenTK Use glXGetProcAddressARB 2013-11-09 18:50:53 +01:00
QuickStart * QuickStart.sln: 2010-10-21 12:55:45 +00:00