From 6e542f11c9cc792123992446900df919d6ea1a83 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 19 Apr 2006 16:55:27 +0000 Subject: minor updates --- docs/xlibdriver.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/xlibdriver.html') diff --git a/docs/xlibdriver.html b/docs/xlibdriver.html index 7734542dcb..6bb6532533 100644 --- a/docs/xlibdriver.html +++ b/docs/xlibdriver.html @@ -22,7 +22,7 @@ software-only drivers.

Since the Xlib driver emulates the GLX extension, it's not -totally conformance with a true GLX implementation. +totally conformant with a true GLX implementation. The differences are fairly obscure, however.

@@ -31,7 +31,7 @@ The unique features of the Xlib driver follows.

-

X Display Modes

+

X Visual Selection

Mesa supports RGB(A) rendering into almost any X visual type and depth.

@@ -68,7 +68,7 @@ Here are some examples: -

Double buffering

+

Double Buffering

Mesa can use either an X Pixmap or XImage as the backbuffer when in double buffer mode. Using GLX, the default is to use an XImage. The @@ -107,7 +107,7 @@ significant.

-

Gamma correction

+

Gamma Correction

To compensate for the nonlinear relationship between pixel values and displayed intensities, there is a gamma correction feature in @@ -171,11 +171,12 @@ SERVER_OVERLAY_VISUALS property: -

HPCR glClear(GL_COLOR_BUFFER_BIT) dithering

+

HPCR Dithering

If you set the MESA_HPCR_CLEAR environment variable then dithering will be used when clearing the color buffer. This is only applicable to HP systems with the HPCR (Color Recovery) feature. +This incurs a small performance penalty.

-- cgit v1.2.3