Major check-in of changes for GL_EXT_framebuffer_object extension.
Main driver impacts:
- new code for creating the Mesa GLframebuffer
- new span/pixel read/write code
Some drivers not yet updated/tested.
diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3
index d7e7af0..ee55e3a 100644
--- a/docs/RELNOTES-6.3
+++ b/docs/RELNOTES-6.3
@@ -27,6 +27,9 @@
 
 GL_ARB_pixel_buffer_object - buffer objects for pixel read/write functions.
 
+GL_EXT_framebuffer_object - allows render-to-texture and provides a
+  window-system indepedent Pbuffer facility
+
 DirectFB driver, contributed by Claudio Ciccani.  See docs/README.directfb
 for details.
 
@@ -94,4 +97,4 @@
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.3,v 3.8 2005/01/20 04:03:37 brianp Exp $
+$Id: RELNOTES-6.3,v 3.9 2005/05/04 20:11:35 brianp Exp $