xserver/GL/windows/ChangeLog
Alexander Gottwald 8e6240cc25 moved context creation to attach. Pixelformat is now set for every window
and not for mainwindow. should fix error where programs using different
    visuals could not run together.
2004-05-27 14:11:42 +00:00

7 lines
370 B
Text

2004-05-27 Alexander Gottwald <ago@freedesktop.org>
* glwindows.h: write current function and line in debug output
* indirect.c: moved actual setup and creation of windows GL context to
glWinCreateContextReal.
* indirect.c (glWinCreateContext): Deferred context creation to attach.
* indirect.c (glWinMakeCurrent): Check if context is NULL. Fixes segfault.