From: Brian Paul Date: Mon, 24 Aug 2009 19:02:33 +0000 (-0600) Subject: docs: recent 7.5.1 bug fixes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b879316d4d4b9cea9760ac90882597ba0e2609ab;p=mesa.git docs: recent 7.5.1 bug fixes --- diff --git a/docs/relnotes-7.5.1.html b/docs/relnotes-7.5.1.html index 1da086de3b5..77f2dd29b35 100644 --- a/docs/relnotes-7.5.1.html +++ b/docs/relnotes-7.5.1.html @@ -50,6 +50,8 @@ tbd
  • Fixed minor GLX memory leaks.
  • Fixed some texture env / fragment program state bugs.
  • Fixed some Gallium glBlitFramebuffer() bugs +
  • Empty glBegin/glEnd() pair could cause divide by zero (bug 23489) +
  • Fixed Gallium glBitmap() Z position bug