diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2012-06-12 09:05:36 +0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2012-06-12 08:03:30 -0600 |
commit | 210a27d8c33634c6b676a8a1d35d5fec98213181 (patch) | |
tree | 572c8613bfcbc31b48f79b3cb6656f5bfc9fc5f9 /docs/xlibdriver.html | |
parent | cc4188895be5525fa15c8b64b8338f901eda82fc (diff) |
docs: prefer lowercase html tags
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/xlibdriver.html')
-rw-r--r-- | docs/xlibdriver.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html index 8ae668843f..57b23789e4 100644 --- a/docs/xlibdriver.html +++ b/docs/xlibdriver.html @@ -32,7 +32,7 @@ The unique features of the Xlib driver follows. </p> -<H2>X Visual Selection</H2> +<h2>X Visual Selection</h2> <p> Mesa supports RGB(A) rendering into almost any X visual type and depth. </p> @@ -69,7 +69,7 @@ Here are some examples: </pre> -<H2>Double Buffering</H2> +<h2>Double Buffering</h2> <p> Mesa can use either an X Pixmap or XImage as the back color buffer when in double-buffer mode. @@ -96,7 +96,7 @@ for your application. </p> -<H2>Colormaps</H2> +<h2>Colormaps</h2> <p> When using Mesa directly or with GLX, it's up to the application writer to create a window with an appropriate colormap. The GLUT @@ -117,7 +117,7 @@ significant. </p> -<H2>Gamma Correction</H2> +<h2>Gamma Correction</h2> <p> To compensate for the nonlinear relationship between pixel values and displayed intensities, there is a gamma correction feature in @@ -170,7 +170,7 @@ the Gamma FAQ</a> </p> -<H2>Overlay Planes</H2> +<h2>Overlay Planes</h2> <p> Hardware overlay planes are supported by the Xlib driver. To determine if your X server has overlay support you can test for the @@ -181,7 +181,7 @@ SERVER_OVERLAY_VISUALS property: </pre> -<H2>HPCR Dithering</H2> +<h2>HPCR Dithering</h2> <p> If you set the <b>MESA_HPCR_CLEAR</b> environment variable then dithering will be used when clearing the color buffer. This is only applicable @@ -190,7 +190,7 @@ This incurs a small performance penalty. </p> -<H2>Extensions</H2> +<h2>Extensions</h2> <p> The following MESA-specific extensions are implemented in the Xlib driver. </p> @@ -249,7 +249,7 @@ just before an X window is destroyed. For example: This extension was added in Mesa 2.0. </p> -<H3>GLX_MESA_copy_sub_buffer</H3> +<h3>GLX_MESA_copy_sub_buffer</h3> <p> This extension adds the glXCopySubBufferMESA() function. It works like glXSwapBuffers() but only copies a sub-region of the window @@ -262,7 +262,7 @@ instead of the whole window. This extension was added in Mesa 2.6 </p> -<h2>Summary of X-related environment variables</H2> +<h2>Summary of X-related environment variables</h2> <pre> MESA_RGB_VISUAL - specifies the X visual and depth for RGB mode (X only) MESA_CI_VISUAL - specifies the X visual and depth for CI mode (X only) |