3 <TITLE>PBuffer Rendering
</TITLE>
5 <link rel=
"stylesheet" type=
"text/css" href=
"mesa.css"></head>
9 <H1>PBuffer Rendering
</H1>
12 Basically, FBconfigs and PBuffers allow you to do off-screen rendering
13 with OpenGL. The OSMesa interface does basically the same thing, but
14 fbconfigs and pbuffers are supported by more vendors.
15 PBuffer rendering may also be hardware accelerated.
19 PBuffers are getting more use nowadays, though they've actually been
20 around for a long time on IRIX systems and other workstations.
25 <a href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/fbconfig.txt"
26 target=
"_parent">GL_SGIX_fbconfig
</a>
28 <a href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/pbuffer.txt"
30 GL_SGIX_pbuffer
</a> extensions describe the functionality.
31 More recently, these extensions have been promoted to ARB extensions (on
36 The Mesa/progs/xdemos/ directory has some useful code for working
41 <li><b>pbinfo.c
</b> - like glxinfo, it prints a list of available
42 fbconfigs and whether each supports pbuffers.
43 <li><b>pbutil.c
</b> - a few utility functions for dealing with
44 fbconfigs and pbuffers.
45 <li><b>pbdemo.c
</b> - a demonstration of off-screen rendering with pbuffers.
49 Mesa
4.1 and later support GL_SGIX_fbconfig and GL_SGIX_pbuffer (software