projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef82f00
)
added memcpy() to-do item
author
Brian
<brian.paul@tungstengraphics.com>
Tue, 12 Jun 2007 21:16:21 +0000
(15:16 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Tue, 12 Jun 2007 21:16:21 +0000
(15:16 -0600)
docs/relnotes-7.1.html
patch
|
blob
|
history
diff --git
a/docs/relnotes-7.1.html
b/docs/relnotes-7.1.html
index b684447e709a4175e53c265c88dafe2a9e55408f..d5d285803e8b52ee8071b367308c169860313a01 100644
(file)
--- a/
docs/relnotes-7.1.html
+++ b/
docs/relnotes-7.1.html
@@
-39,6
+39,10
@@
TBD
<h2>To Do (someday) items</h2>
<ul>
+<li>Remove the MEMCPY() and _mesa_memcpy() wrappers and just use memcpy().
+Probably do the same for malloc, calloc, etc.
+The wrappers were useful in the past for memory debugging but now we
+have valgrind. Not worried about SunOS 4 support anymore either...
<li>Switch to freeglut
<li>Fix linux-glide target/driver.
<li>Improved lambda and derivative calculation for frag progs.