From: Brian Paul Date: Fri, 23 Oct 2009 20:42:32 +0000 (-0600) Subject: docs: document cell, glGetTexLevelParameter() fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff3f09a7feb302daa8ceb01bd7ee6ee8a174fd5b;p=mesa.git docs: document cell, glGetTexLevelParameter() fixes --- diff --git a/docs/relnotes-7.6.1.html b/docs/relnotes-7.6.1.html index 9d28a5b2b5a..2cfa839b206 100644 --- a/docs/relnotes-7.6.1.html +++ b/docs/relnotes-7.6.1.html @@ -45,6 +45,9 @@ tbd
  • Fake glXQueryDrawable() didn't return good values (bug 24320)
  • Fixed AUX buffer breakage (bug 24426).
  • Fixed locale-dependent float parsing bug in GLSL compiler (bug 24531) +
  • Fixed Gallium Cell driver compilation failure. +
  • Fixed glGetTexLevelParameter(GL_TEXTURE_INTERNAL_FORMAT) query so that + it returns the actual compressed format chosen.