From 352e0d0d2752426162f360a3d7dd2cf68226f6ae Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 2 Sep 2003 16:58:14 +0000 Subject: pbuffer info --- docs/pbuffers.html | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 docs/pbuffers.html (limited to 'docs/pbuffers.html') diff --git a/docs/pbuffers.html b/docs/pbuffers.html new file mode 100644 index 0000000000..74af478ada --- /dev/null +++ b/docs/pbuffers.html @@ -0,0 +1,51 @@ + + +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. +

+ +

+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