From 7a2af605c2c2b0d2e9bbb0b161eba8842acefbcb Mon Sep 17 00:00:00 2001
From: marha
Mesa's Xlib driver provides an emulation of the GLX interface so that
@@ -31,7 +32,7 @@ The unique features of the Xlib driver follows.
Mesa supports RGB(A) rendering into almost any X visual type and depth.
Mesa can use either an X Pixmap or XImage as the back color buffer when in
double-buffer mode.
@@ -95,7 +96,7 @@ for your application.
When using Mesa directly or with GLX, it's up to the application
writer to create a window with an appropriate colormap. The GLUT
@@ -116,7 +117,7 @@ significant.
To compensate for the nonlinear relationship between pixel values
and displayed intensities, there is a gamma correction feature in
@@ -169,7 +170,7 @@ the Gamma FAQ
Hardware overlay planes are supported by the Xlib driver. To
determine if your X server has overlay support you can test for the
@@ -180,7 +181,7 @@ SERVER_OVERLAY_VISUALS property:
-
If you set the MESA_HPCR_CLEAR environment variable then dithering
will be used when clearing the color buffer. This is only applicable
@@ -189,7 +190,7 @@ This incurs a small performance penalty.
The following MESA-specific extensions are implemented in the Xlib driver.
Xlib Software Driver
+Xlib Software Driver
X Visual Selection
+X Visual Selection
Double Buffering
+Double Buffering
Colormaps
+Colormaps
Gamma Correction
+Gamma Correction
Overlay Planes
+Overlay Planes
HPCR Dithering
+HPCR Dithering
Extensions
+Extensions
This extension adds the glXCopySubBufferMESA() function. It works like glXSwapBuffers() but only copies a sub-region of the window @@ -261,7 +262,7 @@ instead of the whole window. This extension was added in Mesa 2.6
-
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)
--
cgit v1.2.3