summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-05-02 18:46:45 -0600
committerBrian <brian@yutani.localnet.net>2007-05-02 18:46:45 -0600
commit18cfe0c801229c91d3973282b0693b8fd7df74f3 (patch)
treec55bdffb30770c6b575902b1bfbb45a6143cdb1e
parent60d136f63c5a5a18b12952ec8e8532cbce086a4d (diff)
document recent GLSL, R300 fixes
-rw-r--r--docs/relnotes-7.0.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes-7.0.html b/docs/relnotes-7.0.html
index 0cd7db8e2e6..6772bc02a8a 100644
--- a/docs/relnotes-7.0.html
+++ b/docs/relnotes-7.0.html
@@ -30,6 +30,9 @@ TBD
<ul>
<li>Fixed a few fog-related bugs.
<li>Fixed broken GLSL mix() function.
+<li>Implemented GLSL asin(), acos(), atan() functions.
+<li>Fixed an R300 driver bug that caused Xorg composite manager to crash
+<li>GLSL dFdx() and dFdy() work for fragment program inputs now (texcoords)
</ul>