mesa: updated comment
[mesa.git] / docs / relnotes-7.1.html
index 974b3096eaaa700d1d2d46bfe8def9b2749cb3dd..d5d285803e8b52ee8071b367308c169860313a01 100644 (file)
@@ -23,6 +23,7 @@ TBD
 
 <h2>New features</h2>
 <ul>
+<li>GL_EXT_texture_from_pixmap extension for Xlib driver
 </ul>
 
 
@@ -38,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.