diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-16 16:37:17 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-09-16 16:37:17 -0600 |
commit | 84ad182ab898d09d408ec8c1f767336ccb88d707 (patch) | |
tree | fc7c3a658148579cb646df0fe07acceab8324b45 | |
parent | a155ead5159a11abca1c6c93ba068f6a6371f0f3 (diff) |
document glBindAttribLocation fixes
-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 b040ac0f21..5f5ce0a713 100644 --- a/docs/relnotes-7.2.html +++ b/docs/relnotes-7.2.html @@ -44,6 +44,7 @@ tbd <h2>Bug fixes</h2> <ul> <li>Fixed display list bug involving primitives split across lists (bug 17564) +<li>Fixed some issues with glBindAttribLocation() <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 |