diff options
author | Brian <brian@yutani.localnet.net> | 2007-05-17 15:30:39 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-05-17 15:30:39 -0600 |
commit | 2b72ab8f8f14b7d5bbf677e9f0a3d6a5475bd75f (patch) | |
tree | a272eb3a2d37425c7447367f3431893f9c531a50 | |
parent | 0ea97b94082aa8b56ad573a8f676efb3a4c90727 (diff) |
document glXDestroyPbuffer fix
-rw-r--r-- | docs/relnotes-7.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html index f329134bab..0430c88a32 100644 --- a/docs/relnotes-7.0.html +++ b/docs/relnotes-7.0.html @@ -37,6 +37,7 @@ TBD <li>Fixed R300 vertex program/matrix bug (10848) <li>GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords) <li>Specifying an invalid texture unit as a sampler could lead to a crash +<li>The GLX protocol request for glXDestroyPBuffer() was incorrect (bug 10983) </ul> |