diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/MESA_copy_sub_buffer.spec | 12 | ||||
-rw-r--r-- | docs/install.html | 5 | ||||
-rw-r--r-- | docs/relnotes-7.3.html | 13 |
3 files changed, 24 insertions, 6 deletions
diff --git a/docs/MESA_copy_sub_buffer.spec b/docs/MESA_copy_sub_buffer.spec index 43424a5f46b..752a014b352 100644 --- a/docs/MESA_copy_sub_buffer.spec +++ b/docs/MESA_copy_sub_buffer.spec @@ -16,7 +16,7 @@ Status Version - Last Modified Date: 8 June 2000 + Last Modified Date: 12 January 2009 Number @@ -69,6 +69,12 @@ Additions to Chapter 3 of the GLX 1.3 Specification (Functions and Errors) <width> and <height> indicate the size in pixels. Coordinate (0,0) corresponds to the lower-left pixel of the window, like glReadPixels. + If dpy and drawable are the display and drawable for the calling + thread's current context, glXCopySubBufferMESA performs an + implicit glFlush before it returns. Subsequent OpenGL commands + may be issued immediately after calling glXCopySubBufferMESA, but + are not executed until the copy is completed. + GLX Protocol None at this time. The extension is implemented in terms of ordinary @@ -84,5 +90,7 @@ New State Revision History - 8 June 2000 - initial specification + 12 January 2009 Ian Romanick - Added language about implicit flush + and command completion. + 8 June 2000 Brian Paul - initial specification diff --git a/docs/install.html b/docs/install.html index d740477c13f..be61ef30433 100644 --- a/docs/install.html +++ b/docs/install.html @@ -39,9 +39,10 @@ The following are required for DRI-based hardware acceleration with Mesa 7.3: <ul> <li><a href="http://xorg.freedesktop.org/releases/individual/proto/">dri2proto</a> version 1.99.3 or later -<li><a href="http://dri.freedesktop.org/libdrm/" target="_parent">DRM</a> +<li>Linux 2.6.28 +<li><a href="http://dri.freedesktop.org/libdrm/" target="_parent">libDRM</a> version 2.4.3 or later -<li>Xorg server version 1.4 or 1.5. +<li>Xorg server version 1.5 or later </ul> </p> diff --git a/docs/relnotes-7.3.html b/docs/relnotes-7.3.html index 5cb7dc20fda..d46a5098842 100644 --- a/docs/relnotes-7.3.html +++ b/docs/relnotes-7.3.html @@ -21,8 +21,8 @@ glGetString(GL_VERSION) depends on the particular driver being used. Some drivers don't support all the features required in OpenGL 2.1. </p> <p> -<p> -DRM version 2.4.3 or later should be used with Mesa 7.3 +See the <a href="install.html">Compiling/Installing page</a> for prerequisites +for DRI ardware acceleration. </p> @@ -43,10 +43,19 @@ tbd <ul> <li>Assorted GLSL bug fixes <li>Assorted i965 driver fixes +<li>Fix for wglCreateLayerContext() in WGL/Windows driver +<li>Build fixes for OpenBSD and gcc 2.95 +<li>GLSL preprocessor handles #pragma now +<li>Fix incorrect transformation of GL_SPOT_DIRECTION </ul> <h2>Changes</h2> <ul> +<li>Deprecated the "XMesa" interface (include/GL/xmesa*.h files) +<li>Deprecated the "FXMesa" interface (include/GL/fxmesa.h file) +<li>Deprecated the "Allegro" interface (include/GL/amesa.h file) +<li>Removed include/GL/uglmesa.h header +<li>Removed include/GLView.h header for BeOS </ul> |