diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-07-04 10:05:39 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-07-04 10:05:39 -0600 |
commit | 1f4d0748ba92ff2c44faadc31a99f07e1bea28fb (patch) | |
tree | cf4fae69d6234e215981da7f0e29052d294ca729 /docs/relnotes-7.1.html | |
parent | e06565b103828b276fb10e3c4b2d94b36de05987 (diff) |
GLSL-related bug fixes
Diffstat (limited to 'docs/relnotes-7.1.html')
-rw-r--r-- | docs/relnotes-7.1.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/relnotes-7.1.html b/docs/relnotes-7.1.html index 7720ca19d0..c9d7cddcab 100644 --- a/docs/relnotes-7.1.html +++ b/docs/relnotes-7.1.html @@ -33,6 +33,13 @@ TBD </ul> +<h2>Bug fixes</h2> +<ul> +<li>Fixed a number of minor GLSL intrinsic function/constructor bugs +<li>Fixed some error code/detection bugs in the GLSL-related API functions +</ul> + + <h2>To Do (someday) items</h2> <ul> <li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy(). |