xserver/GL/windows/ChangeLog
Alexander Gottwald 922fd3a2e5 Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES. Removed $(SERVERSRC)/mi
from INCLUDES. Rearranged INCLUDES for better readability.
Removed mipointrst.h and miscstruct.h from #include since they are not used
    anymore.
2004-08-13 19:18:29 +00:00

15 lines
676 B
Text

2004-08-13 Alexander Gottwald <ago@freedesktop.org>
* Imakefile: Added $(MESASRCDIR)/src/mesa/glapi to INCLUDES.
Removed $(SERVERSRC)/mi from INCLUDES.
Rearranged INCLUDES for better readability.
* glwindows.h: Removed mipointrst.h and miscstruct.h from #include
since they are not used anymore.
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.