projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e06565b
)
GLSL-related bug fixes
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 4 Jul 2008 16:05:39 +0000
(10:05 -0600)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 4 Jul 2008 16:05:39 +0000
(10:05 -0600)
docs/relnotes-7.1.html
patch
|
blob
|
history
diff --git
a/docs/relnotes-7.1.html
b/docs/relnotes-7.1.html
index 7720ca19d06599914645c48ceac6bb05015935a9..c9d7cddcab04e1a2037ff7066ff2df7585140450 100644
(file)
--- 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().