diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-06-12 15:16:21 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-06-12 15:16:21 -0600 |
commit | d70fa021d51993b1555c3c3149326f48209e89f6 (patch) | |
tree | a801e2cc2b29cfd4871516a5d36d1efe9d2d94ea /docs | |
parent | ef82f004fab29f5aff809a31cbcb51e381df1a49 (diff) |
added memcpy() to-do item
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.1.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/relnotes-7.1.html b/docs/relnotes-7.1.html index b684447e70..d5d285803e 100644 --- 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. |