GLSL-related bug fixes

This commit is contained in:
Brian Paul 2008-07-04 10:05:39 -06:00
parent e06565b103
commit 1f4d0748ba

View file

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