summaryrefslogtreecommitdiff
path: root/GL/windows/ChangeLog
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:35:05 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-06-21 13:35:05 +0000
commit68d92cca1a696521599db6a826d2187ec0c15f01 (patch)
treed433e5d82f6e722ca7a3f467df02bf0b1fbdcc49 /GL/windows/ChangeLog
parentd6e8b1affec7351549c0006cc63b6923091cdd68 (diff)
Bug 782: Merge native OpenGL for Windows from CYGWIN branch
Diffstat (limited to 'GL/windows/ChangeLog')
-rw-r--r--GL/windows/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/GL/windows/ChangeLog b/GL/windows/ChangeLog
new file mode 100644
index 000000000..2b049ee73
--- /dev/null
+++ b/GL/windows/ChangeLog
@@ -0,0 +1,7 @@
+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.