diff options
author | Jouk <joukj@tarantella.(none)> | 2007-06-08 13:38:24 +0200 |
---|---|---|
committer | Jouk <joukj@tarantella.(none)> | 2007-06-08 13:38:24 +0200 |
commit | 55f8b7053065ce88296608071feed6f9540f6c0d (patch) | |
tree | 86ac301ed5805c895985040caf56f857de017233 /docs/relnotes-7.0.html | |
parent | 518f9168862b2096278ae14a65c8c854c208e004 (diff) | |
parent | 7b559a91028d297b34df9ec939bd4d00fad6027c (diff) |
Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa
Diffstat (limited to 'docs/relnotes-7.0.html')
-rw-r--r-- | docs/relnotes-7.0.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html index 75e3431d40d..f329134bab0 100644 --- a/docs/relnotes-7.0.html +++ b/docs/relnotes-7.0.html @@ -30,15 +30,20 @@ TBD <ul> <li>Fixed a few fog-related bugs. <li>Fixed broken GLSL mix() function. +<li>Fixed broken GLSL exp() functions. +<li>Fixed GLSL mod4(vec4, vec4) bug. <li>Implemented GLSL asin(), acos(), atan() functions. <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> |