Joe Groff
|
890c5702da
|
On second thought, no point in being clever with glXGetProcAddress. Just always use glXGetProcAddressARB, which should always be available on any GLX implementation with any extension support
|
2008-02-08 18:18:44 -08:00 |
Joe Groff
|
c906d26b13
|
Do dynamic lookup of OpenGL 1.2+ functions on all platforms. Use fallback extension names when the official name is not available, e.g., if glUseProgram is missing try glUseProgramObjectARB instead
|
2008-02-07 22:43:05 -08:00 |
Joe Groff
|
971e84482b
|
Add no-op parsing support for OpenGL fallback function names
|
2008-01-29 22:18:25 -08:00 |
Joe Groff
|
4044cd293a
|
TYPEDEF-IF: and USE-IF: words; ptrdiff_t C type moved to alien.c-types and special-cased for win64
|
2008-01-13 00:09:08 -08:00 |
Joe Groff
|
e0caf654e6
|
OpenGL 2.1 support
|
2008-01-12 22:58:56 -08:00 |