From: Brian Paul Date: Thu, 27 Aug 2009 22:50:44 +0000 (-0600) Subject: docs: fix selection/feedback culling bug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0d7bed9f8973547b675c35c0083996e946d7cecb;p=mesa.git docs: fix selection/feedback culling bug --- diff --git a/docs/relnotes-7.5.1.html b/docs/relnotes-7.5.1.html index 1a327577bac..df06302624b 100644 --- a/docs/relnotes-7.5.1.html +++ b/docs/relnotes-7.5.1.html @@ -53,6 +53,7 @@ tbd
  • Empty glBegin/glEnd() pair could cause divide by zero (bug 23489)
  • Fixed Gallium glBitmap() Z position bug
  • Setting arrays of sampler uniforms did not work +
  • Selection/Feedback mode didn't handle polygon culling correctly (bug 16866)