summaryrefslogtreecommitdiff
path: root/docs/relnotes-7.0.html
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-05-10 16:14:10 -0600
committerBrian <brian@yutani.localnet.net>2007-05-10 16:14:16 -0600
commit3dec7c57b0159a4d8fbb980de73264ef8b8a3720 (patch)
treeca564bf67ec1cc04880fd88cb8e034ee4dc34941 /docs/relnotes-7.0.html
parent544e441f5307aa33c6b2d8fc5773eb7e9632fc15 (diff)
document exp(), mod() fixes
Diffstat (limited to 'docs/relnotes-7.0.html')
-rw-r--r--docs/relnotes-7.0.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html
index 51f0812538..f329134bab 100644
--- a/docs/relnotes-7.0.html
+++ b/docs/relnotes-7.0.html
@@ -30,6 +30,8 @@ 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)