From: Brian Paul Date: Fri, 2 Oct 2009 15:58:16 +0000 (-0600) Subject: docs: document default texture binding fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c01a77d304776153e968d68617a2c84e3af35555;p=mesa.git docs: document default texture binding fix --- diff --git a/docs/relnotes-7.6.1.html b/docs/relnotes-7.6.1.html index 3271f47989f..a475845c02e 100644 --- a/docs/relnotes-7.6.1.html +++ b/docs/relnotes-7.6.1.html @@ -40,6 +40,7 @@ tbd
  • Fixed crash caused by glXCopyContext() and glXDestroyContext(), bug 24217
  • glXQueryContext(GLX_RENDER_TYPE) returned wrong values (bug 24211)
  • GLSL sqrt(0) returned unpredictable results +
  • Fixed default texture binding bug when a bound texture was deleted.