diff --git a/docs/relnotes-6.5.2.html b/docs/relnotes-6.5.2.html
index 06a4763c676..7a93ca25d1e 100644
--- a/docs/relnotes-6.5.2.html
+++ b/docs/relnotes-6.5.2.html
@@ -18,18 +18,33 @@ Mesa 6.5.2 is a 6.5 follow-on development release mostly consisting of
MD5 checksums
+TBD
-New Features
+New features
+- New DRI memory manager system. Currently used by the i915tex driver.
+Other DRI drivers will be updated to use the new memory manager in coming
+months.
+
+To use the new driver you'll need the most recent DRM library and drivers
+(version 2.2 or later) and a recent xf86-video-intel driver module from X.org.
+
+New features resulting from this work include:
+
+- EXT_framebuffer_objects, render to texture
+
- ARB_pixel_buffer_objects
+
- Accelerated CopyTexSubimage, DrawPixels, ReadPixels, CopyPixels
+
- Accelerated texture uploads from pixel buffer objects
+
- Potentially texturing directly from the pixel buffer object (zero
+copy texturing).
+
+ - New Intel i965 DRI driver
- New
minstall script to replace normal install program
- Faster fragment program execution in software
-Changes
-
-
Bug fixes
- fixed invalid memory read while rendering textured points (bug 8320)
@@ -39,11 +54,19 @@ Mesa 6.5.2 is a 6.5 follow-on development release mostly consisting of
- glDrawPixels into a user-created framebuffer object could crash Xlib driver
- Line clipping was broken in some circumstances
- fragment.fogcoord register didn't always contain the correct value
+
- RGBA logicops didn't work reliably in some DRI drivers
+
- Fixed broken RGBA LogicOps in Intel DRI drivers
+
- Fixed some fragment program bugs in Intel i915 DRI driver
Internal code changes
+
+- The device driver functions ResizeBuffers and GetBufferSize have been
+decprecated.
+
- OpenGL 2.0 and 2.1 support is nearly done.
+
To Do (someday) items