diff options
author | Brian <brian@yutani.localnet.net> | 2007-05-10 10:52:19 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-05-10 10:52:19 -0600 |
commit | 58239d2ae31b12c11055ca3cd0799803670b0b88 (patch) | |
tree | 37b71b77e8f27edc979d5c63967696e574ee2177 /docs | |
parent | 2f6a0840c4c1d1223ca39ff16ce6ae0cbecbaedf (diff) |
document tex sampler bug fix, code changes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.0.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html index 75e3431d40..51f0812538 100644 --- a/docs/relnotes-7.0.html +++ b/docs/relnotes-7.0.html @@ -34,11 +34,14 @@ TBD <li>Fixed an R300 driver bug that caused Xorg composite manager to crash <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 </ul> <h2>Internal code changes</h2> <ul> +<li>Some texture code consolidation and simplifiction (Ian Romanick) +<li>R300 driver clean-ups. </ul> |