diff options
author | Brian <[email protected]> | 2007-08-13 11:28:52 +0100 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-13 11:28:52 +0100 |
commit | e279a0a076b7a3c8d60138c19870784c260c9d67 (patch) | |
tree | d1cf332455c1fc74c86ed121b985d9a2dc51d721 /docs | |
parent | 88c8aaed961c3aeb34237469e9635b09485c7a7d (diff) |
Implement mutex/locking around texture object reference counting.
Use new _mesa_reference_texobj() function for referencing/unreferencing
textures. Add new assertions/tests to try to detect invalid usage of
deleted textures.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.0.2.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.2.html b/docs/relnotes-7.0.2.html index 28a5e533418..f22f8742b83 100644 --- a/docs/relnotes-7.0.2.html +++ b/docs/relnotes-7.0.2.html @@ -27,6 +27,7 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0. <h2>Bug fixes</h2> <ul> <li>Fixed a vertex buffer wrapping issue (bug 9962) +<li>Added mutex protection around texture object reference counters </ul> |