diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/egl.html | 4 | ||||
-rw-r--r-- | docs/fbdev-dri.html | 10 | ||||
-rw-r--r-- | docs/news.html | 1 |
3 files changed, 8 insertions, 7 deletions
diff --git a/docs/egl.html b/docs/egl.html index 4758267294..d38f2dd7b7 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -72,13 +72,13 @@ drivers will be installed to <code>${libdir}/egl</code>.</p> <li><code>--with-egl-platforms</code> <p>List the platforms (window systems) to support. Its argument is a comma -seprated string such as <code>--with-egl-platforms=x11,kms</code>. It decides +seprated string such as <code>--with-egl-platforms=x11,drm</code>. It decides the platforms a driver may support. The first listed platform is also used by the main library to decide the native platform: the platform the EGL native types such as <code>EGLNativeDisplayType</code> or <code>EGLNativeWindowType</code> defined for.</p> -<p>The available platforms are <code>x11</code>, <code>kms</code>, +<p>The available platforms are <code>x11</code>, <code>drm</code>, <code>fbdev</code>, and <code>gdi</code>. The <code>gdi</code> platform can only be built with SCons.</p> diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html index e941b1679e..0eea5e8e32 100644 --- a/docs/fbdev-dri.html +++ b/docs/fbdev-dri.html @@ -9,6 +9,9 @@ <center><h1>Mesa fbdev/DRI Drivers</h1></center> <br> +<h1><center>NOTE: this information is obsolete and will be removed at +a future date</center></h1> + <h1>1. Introduction</h1> <p> @@ -22,7 +25,7 @@ Contributors to this project include Jon Smirl, Keith Whitwell and Dave Airlie. <p> Applications in the fbdev/DRI environment use -the <a href="http://www.nabble.com/file/p15480666/MiniGXL.html"> MiniGLX</a> interface to choose pixel +the MiniGLX interface to choose pixel formats, create rendering contexts, etc. It's a subset of the GLX and Xlib interfaces allowing some degree of application portability between the X and X-less environments. @@ -315,8 +318,7 @@ It means that the sample_server process is not running. <h1>5.0 Programming Information</h1> <p> -OpenGL/Mesa is interfaced to fbdev via the <a href="http://www.nabble.com/file/p15480666/MiniGLX.html">MiniGLX</a> -interface. +OpenGL/Mesa is interfaced to fbdev via the MiniGLX interface. MiniGLX is a subset of Xlib and GLX API functions which provides just enough functionality to setup OpenGL rendering and respond to simple input events. @@ -332,7 +334,7 @@ This allows some degree of flexibility for software development and testing. However, the MiniGLX API is not binary-compatible with full Xlib/GLX. Some of the structures are different and some macros/functions work differently. -See the <code>GL/miniglx.h</code> header file for details. +See the GL/miniglx.h header file for details. </p> diff --git a/docs/news.html b/docs/news.html index 09385ad35e..2f3f143fcd 100644 --- a/docs/news.html +++ b/docs/news.html @@ -1277,7 +1277,6 @@ grateful. <p> </p><h2>March 18, 1999</h2> <p>The new webpages are now online. Enjoy, and let me know if you find any errors. -For an eye-candy free version you can use <a href="http://www.mesa3d.org/txt/">http://www.mesa3d.org/txt/</a>.</p> <p> </p><h2>February 16, 1999</h2> <p><a href="http://www.sgi.com/">SGI</a> releases its <a href="http://www.sgi.com/software/opensource/glx/">GLX |