diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-18 15:28:31 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-18 15:28:31 -0600 |
commit | 3dd48d903f85a0e0a01d8b9f4b524b3dec67370b (patch) | |
tree | 7bd59b3c73fd7f0ce387d204d47662e7b1f12e69 | |
parent | e0ea4337fcdab90b88e53e40fc21bd52108d30f8 (diff) |
document _tnl_InvalidateState() fix
-rw-r--r-- | docs/relnotes-7.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.2.html b/docs/relnotes-7.2.html index 5f5ce0a713..7bdb4bcef3 100644 --- a/docs/relnotes-7.2.html +++ b/docs/relnotes-7.2.html @@ -45,6 +45,7 @@ tbd <ul> <li>Fixed display list bug involving primitives split across lists (bug 17564) <li>Fixed some issues with glBindAttribLocation() +<li>Fixed crash in _tnl_InvalidateState() found with Amira (bug 15834) <li>Assorted bug fixes for Ming build <li>Fixed some vertex/pixel buffer object reference counting bugs <li>Fixed depth/stencil bug in i915/945 driver |