Mesa (master): docs: remove old pbuffer info

Brian Paul brianp at kemper.freedesktop.org
Thu Jan 21 15:26:53 UTC 2010


Module: Mesa
Branch: master
Commit: 24d3a7a251b091be1da5c8c4ef03d1b187ffd39c
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=24d3a7a251b091be1da5c8c4ef03d1b187ffd39c

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jan 21 08:16:54 2010 -0700

docs: remove old pbuffer info

---

 docs/contents.html |    1 -
 docs/pbuffers.html |   54 ----------------------------------------------------
 2 files changed, 0 insertions(+), 55 deletions(-)

diff --git a/docs/contents.html b/docs/contents.html
index 938cd82..f0646ff 100644
--- a/docs/contents.html
+++ b/docs/contents.html
@@ -58,7 +58,6 @@ a:visited {
 <li><a href="openvg.html" target="MainFrame">OpenVG / Vega</a>
 <LI><A HREF="envvars.html" target="MainFrame">Environment Variables</A>
 <LI><A HREF="osmesa.html" target="MainFrame">Off-Screen Rendering</A>
-<LI><A HREF="pbuffers.html" target="MainFrame">Pbuffer Rendering</A>
 <LI><A HREF="debugging.html" target="MainFrame">Debugging Tips</A>
 <LI><A HREF="perf.html" target="MainFrame">Performance Tips</A>
 <LI><A HREF="extensions.html" target="MainFrame">Mesa Extensions</A>
diff --git a/docs/pbuffers.html b/docs/pbuffers.html
deleted file mode 100644
index 2599101..0000000
--- a/docs/pbuffers.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<HTML>
-
-<TITLE>PBuffer Rendering</TITLE>
-
-<link rel="stylesheet" type="text/css" href="mesa.css"></head>
-
-<BODY>
-
-<H1>PBuffer Rendering</H1>
-
-<p>
-Basically, FBconfigs and PBuffers allow you to do off-screen rendering
-with OpenGL.  The OSMesa interface does basically the same thing, but
-fbconfigs and pbuffers are supported by more vendors.
-PBuffer rendering may also be hardware accelerated.
-</p>
-
-<p>
-PBuffers are getting more use nowadays, though they've actually been
-around for a long time on IRIX systems and other workstations.
-</p>
-
-<p>
-The
-<a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/fbconfig.txt"
-target="_parent">GL_SGIX_fbconfig</a>
-and
-<a href="http://oss.sgi.com/projects/ogl-sample/registry/SGIX/pbuffer.txt"
-target="_parent">
-GL_SGIX_pbuffer</a> extensions describe the functionality.
-More recently, these extensions have been promoted to ARB extensions (on
-Windows at least).
-</p>
-
-<p>
-The Mesa/progs/xdemos/ directory has some useful code for working
-with pbuffers:
-</p>
-
-<ul>
-<li><b>pbinfo.c</b> - like glxinfo, it prints a list of available
-    fbconfigs and whether each supports pbuffers.
-<li><b>pbutil.c</b> - a few utility functions for dealing with
-    fbconfigs and pbuffers.
-<li><b>pbdemo.c</b> - a demonstration of off-screen rendering with pbuffers.
-</ul>
-
-<p>
-Mesa 4.1 and later support GL_SGIX_fbconfig and GL_SGIX_pbuffer (software
-rendering only).
-</p>
-
-</BODY>
-</HTML>




More information about the mesa-commit mailing list