diff options
author | Brian Paul <brianp@vmware.com> | 2009-04-02 13:11:56 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-04-02 13:11:56 -0600 |
commit | 8c9d7b2474d23ff7c8d7a6f7ecfe3ba7c9d1ccb6 (patch) | |
tree | 949e36da46d04ca1f88e51f606a17b52c56453b2 | |
parent | 6ef0951b174b7eda71ccf4a7ac4881df62829843 (diff) |
docs: fix TXB texture unit bias error
-rw-r--r-- | docs/relnotes-7.4.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.4.1.html b/docs/relnotes-7.4.1.html index 24efd52ab3..d35095d0f0 100644 --- a/docs/relnotes-7.4.1.html +++ b/docs/relnotes-7.4.1.html @@ -41,6 +41,7 @@ tbd <li>Fixed some Darwin issues (Jeremy Huddleston) <li>Indexing the GLSL gl_EyePlane[] or gl_ObjectPlane[] arrays with a variable was broken, bug 20986 +<li>Fixed incorrect texture unit bias in TXB instruction </ul> <h2>Changes</h2> |