Richard Jones' Log: pyglet has glx v1.0 support

Thu, 21 Dec 2006

I've implemented support for GLX < 1.3 in pyglet (all the way back to 1.0). This means ATI Linux users should be OK now. I've only tested this support using my GLX 1.4-capable system, so I'm not 100% certain it's OK. Testers needed :)

I was a little slack and haven't implemented extension querying for GLX 1.0. I don't believe there's any drivers out there not implementing at least 1.2. Maybe I'll fill in that gap when I'm bored some day - it won't be hard. This really only impacts the output of tools/info.py (our cross-platform variant of glxinfo).