diff options
author | Brian <brian@yutani.localnet.net> | 2007-01-05 08:41:16 -0700 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-01-05 08:41:16 -0700 |
commit | 24cf67fc733be7327202e934443b3469d053e41e (patch) | |
tree | 929fec66af97b49e5f0a0de636076546223181dd | |
parent | 7da7404fdf1be778534d2d155072114e3f92226a (diff) |
document VBO bug fix 9445
-rw-r--r-- | docs/relnotes-6.5.3.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html index e25e4809b3..cc3df0893b 100644 --- a/docs/relnotes-6.5.3.html +++ b/docs/relnotes-6.5.3.html @@ -29,6 +29,7 @@ TBD <h2>Bug fixes</h2> <ul> <li>Fog was errantly applied when a fragment shader was enabled (bug 9346) +<li>glPush/PopClientAttrib didn't handle VBO bindings correctly (bug 9445) </ul> |