import NVIDIA-FreeBSD-x86-185.18.36
[nvidia.git] / doc / html / chapter-19.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta name="generator" content=
5 "HTML Tidy for FreeBSD (vers 1 September 2005), see www.w3.org">
6 <meta http-equiv="Content-Type" content=
7 "text/html; charset=us-ascii">
8 <title>Chapter&nbsp;19.&nbsp;Configuring Flipping and UBB</title>
9 <meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
10 <link rel="start" href="index.html" title=
11 "NVIDIA Accelerated FreeBSD Graphics Driver README and Installation Guide">
12 <link rel="up" href="part-01.html" title=
13 "Part&nbsp;I.&nbsp;Installation and Configuration Instructions">
14 <link rel="prev" href="chapter-18.html" title=
15 "Chapter&nbsp;18.&nbsp;Programming Modes">
16 <link rel="next" href="chapter-20.html" title=
17 "Chapter&nbsp;20.&nbsp;The Sysctl Interface">
18 </head>
19 <body>
20 <div class="navheader">
21 <table width="100%" summary="Navigation header">
22 <tr>
23 <th colspan="3" align="center">Chapter&nbsp;19.&nbsp;Configuring
24 Flipping and UBB</th>
25 </tr>
26 <tr>
27 <td width="20%" align="left"><a accesskey="p" href=
28 "chapter-18.html">Prev</a>&nbsp;</td>
29 <th width="60%" align="center">Part&nbsp;I.&nbsp;Installation and
30 Configuration Instructions</th>
31 <td width="20%" align="right">&nbsp;<a accesskey="n" href=
32 "chapter-20.html">Next</a></td>
33 </tr>
34 </table>
35 <hr></div>
36 <div class="chapter" lang="en">
37 <div class="titlepage">
38 <div>
39 <div>
40 <h2 class="title"><a name="flippingubb" id=
41 "flippingubb"></a>Chapter&nbsp;19.&nbsp;Configuring Flipping and
42 UBB</h2>
43 </div>
44 </div>
45 </div>
46 <p>The NVIDIA Accelerated FreeBSD Graphics Driver supports Unified
47 Back Buffer (UBB) and OpenGL Flipping. These features can provide
48 performance gains in certain situations.</p>
49 <div class="itemizedlist">
50 <ul type="disc">
51 <li>
52 <p>Unified Back Buffer (UBB): UBB is available only on the Quadro
53 family of GPUs (Quadro4 NVS excluded) and is enabled by default
54 when there is sufficient video memory available. This can be
55 disabled with the UBB X config option described in <a href=
56 "appendix-b.html" title=
57 "Appendix&nbsp;B.&nbsp;X Config Options">Appendix&nbsp;B, <i>X
58 Config Options</i></a>. When UBB is enabled, all windows share the
59 same back, stencil and depth buffers. When there are many windows,
60 the back, stencil and depth usage will never exceed the size of
61 that used by a full screen window. However, even for a single small
62 window, the back, stencil, and depth video memory usage is that of
63 a full screen window. In that case video memory may be used less
64 efficiently than in the non-UBB case.</p>
65 </li>
66 <li>
67 <p>Flipping: When OpenGL flipping is enabled, OpenGL can perform
68 buffer swaps by changing which buffer the DAC scans out rather than
69 copying the back buffer contents to the front buffer; this is
70 generally a much higher performance mechanism and allows tearless
71 swapping during the vertical retrace (when __GL_SYNC_TO_VBLANK is
72 set). The conditions under which OpenGL can flip are slightly
73 complicated, but in general: on GeForce or newer hardware, OpenGL
74 can flip when a single full screen unobscured OpenGL application is
75 running, and __GL_SYNC_TO_VBLANK is enabled. Additionally, OpenGL
76 can flip on Quadro hardware even when an OpenGL window is partially
77 obscured or not full screen or __GL_SYNC_TO_VBLANK is not
78 enabled.</p>
79 </li>
80 </ul>
81 </div>
82 <p></p>
83 </div>
84 <div class="navfooter">
85 <hr>
86 <table width="100%" summary="Navigation footer">
87 <tr>
88 <td width="40%" align="left"><a accesskey="p" href=
89 "chapter-18.html">Prev</a>&nbsp;</td>
90 <td width="20%" align="center"><a accesskey="u" href=
91 "part-01.html">Up</a></td>
92 <td width="40%" align="right">&nbsp;<a accesskey="n" href=
93 "chapter-20.html">Next</a></td>
94 </tr>
95 <tr>
96 <td width="40%" align="left" valign="top">
97 Chapter&nbsp;18.&nbsp;Programming Modes&nbsp;</td>
98 <td width="20%" align="center"><a accesskey="h" href=
99 "index.html">Home</a></td>
100 <td width="40%" align="right" valign="top">
101 &nbsp;Chapter&nbsp;20.&nbsp;The Sysctl Interface</td>
102 </tr>
103 </table>
104 </div>
105 </body>
106 </html>