From 24d3a7a251b091be1da5c8c4ef03d1b187ffd39c Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 21 Jan 2010 08:16:54 -0700 Subject: docs: remove old pbuffer info --- docs/contents.html | 1 - docs/pbuffers.html | 54 ------------------------------------------------------ 2 files changed, 55 deletions(-) delete mode 100644 docs/pbuffers.html (limited to 'docs') diff --git a/docs/contents.html b/docs/contents.html index 938cd82cc4..f0646ffb40 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -58,7 +58,6 @@ a:visited {
  • OpenVG / Vega
  • Environment Variables
  • Off-Screen Rendering -
  • Pbuffer Rendering
  • Debugging Tips
  • Performance Tips
  • Mesa Extensions diff --git a/docs/pbuffers.html b/docs/pbuffers.html deleted file mode 100644 index 2599101555..0000000000 --- a/docs/pbuffers.html +++ /dev/null @@ -1,54 +0,0 @@ - - -PBuffer Rendering - - - - - -

    PBuffer Rendering

    - -

    -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. -

    - -

    -PBuffers are getting more use nowadays, though they've actually been -around for a long time on IRIX systems and other workstations. -

    - -

    -The -GL_SGIX_fbconfig -and - -GL_SGIX_pbuffer extensions describe the functionality. -More recently, these extensions have been promoted to ARB extensions (on -Windows at least). -

    - -

    -The Mesa/progs/xdemos/ directory has some useful code for working -with pbuffers: -

    - - - -

    -Mesa 4.1 and later support GL_SGIX_fbconfig and GL_SGIX_pbuffer (software -rendering only). -

    - - - -- cgit v1.2.3