diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2009-04-15 15:10:09 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2009-04-15 15:10:33 -0700 |
commit | f11b84998d7be0d44dfd494c93eba19821cd0e6a (patch) | |
tree | e3d8a3d2a9c5ce0493132e917be72d3e41aebc00 | |
parent | d2f67910629d7f9b00ba127f2e869f02a72306d2 (diff) |
docs: more bug fixes for Mesa 7.4.1
-rw-r--r-- | docs/relnotes-7.4.1.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes-7.4.1.html b/docs/relnotes-7.4.1.html index 9f3e08dd02..e7cec4b970 100644 --- a/docs/relnotes-7.4.1.html +++ b/docs/relnotes-7.4.1.html @@ -44,6 +44,10 @@ tbd <li>Fixed incorrect texture unit bias in TXB instruction <li>glTexParameter settings weren't always propogated to drivers <li>Assorted vertex/fragment program bug fixes +<li>Fixed point rendering in software rasterizer +<li>Fixed potential deadlock in object hash functions +<li>Fix a couple bugs surrounding front-buffer rendering with DRI2, but this + is not quite complete. </ul> <h2>Changes</h2> |