document exp(), mod() fixes

This commit is contained in:
Brian 2007-05-10 16:14:10 -06:00
parent 544e441f53
commit 3dec7c57b0
1 changed files with 2 additions and 0 deletions

View File

@ -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)