document recent GLSL, R300 fixes

This commit is contained in:
Brian
2007-05-02 18:46:45 -06:00
parent 60d136f63c
commit 18cfe0c801

View File

@@ -30,6 +30,9 @@ TBD
<ul> <ul>
<li>Fixed a few fog-related bugs. <li>Fixed a few fog-related bugs.
<li>Fixed broken GLSL mix() function. <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> </ul>