From: Brian Paul Date: Tue, 20 Jan 2009 22:36:01 +0000 (-0700) Subject: docs: document glXMakeContextCurrent() and Windows fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65118a51b609cbcfdd6698a8e22c18e98152f362;p=mesa.git docs: document glXMakeContextCurrent() and Windows fixes --- diff --git a/docs/relnotes-7.3.html b/docs/relnotes-7.3.html index d46a5098842..78ae00d0d5e 100644 --- a/docs/relnotes-7.3.html +++ b/docs/relnotes-7.3.html @@ -47,6 +47,8 @@ tbd
  • Build fixes for OpenBSD and gcc 2.95
  • GLSL preprocessor handles #pragma now
  • Fix incorrect transformation of GL_SPOT_DIRECTION +
  • Fixed several bugs (#18367 and #19625) in glXMakeContextCurrent() +
  • Assorted Windows build fixes

    Changes