X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2FRELNOTES-6.3;h=6b4dfaaf9a331763e090b462bbfdc37dffd11ccf;hb=509ddb0a0414cfc83102c463da542d95d83eabad;hp=d7e7af0940908707cc5e9703a9ebf344e6c39e4f;hpb=cb3bc2c49adee6533397bae73812527e50ab82f2;p=mesa.git diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3 index d7e7af09409..6b4dfaaf9a3 100644 --- a/docs/RELNOTES-6.3 +++ b/docs/RELNOTES-6.3 @@ -1,7 +1,7 @@ Mesa 6.3 release notes - month day, 2004 + July 20, 2005 PLEASE READ!!!! @@ -27,6 +27,10 @@ GL_OES_read_format - allows one to query the fastest glReadPixels format 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. + The Mesa CVS tree contains a couple tests of this extension. + DirectFB driver, contributed by Claudio Ciccani. See docs/README.directfb for details. @@ -60,11 +64,25 @@ contexts so they can't be deleted until they're unbound in _all_ contexts. +GL_EXT_framebuffer_object changes +--------------------------------- + +Implementing this extension involved changing a lot of code (for the better). + +The gl_framebuffer object now a collection of gl_renderbuffer objects. +Renderbuffers may store colors, stencil indices, or depth values. The +gl_framebuffer and gl_renderbuffer types are object-oriented in design. + +All the old RGB, color index, stencil and depth-related span functions for +reading/writing pixels from/to buffers has changed. Now, all pixels are +read/written through a set of common renderbuffer functions (methods). + +Most device drivers have been updated for these changes, but some haven't. + -To Do before release --------------------- - Fix dinoshade bug +To Do (someday) items +--------------------- Switch to freeglut Increase MAX_DRAWBUFFERS driver hooks for BeginQuery/EndQuery @@ -74,7 +92,7 @@ To Do before release Miscellaneous ------------- -The main/get.c file is now generated with a Python script. +The main/get.c file is now generated with a Python script (get_gen.py). @@ -94,4 +112,3 @@ D3D needs updating ---------------------------------------------------------------------- -$Id: RELNOTES-6.3,v 3.8 2005/01/20 04:03:37 brianp Exp $