diff options
author | Kevin E Martin <kem@kem.org> | 2004-06-30 20:06:52 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2004-06-30 20:06:52 +0000 |
commit | 67f6a40fc6117988c1d5a13dbb6f5e1c523776a7 (patch) | |
tree | 4b402f97ee533b1417f6f630808bb7ade412f1e8 /glxtokens.h | |
parent | ae53d8689c0257a8b8bdcc71e977344bc35c6968 (diff) |
Add Distributed Multihead X (DMX) supportsco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XORG-6_8-branch
Diffstat (limited to 'glxtokens.h')
-rw-r--r-- | glxtokens.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/glxtokens.h b/glxtokens.h index fbc1430..cc72020 100644 --- a/glxtokens.h +++ b/glxtokens.h @@ -85,6 +85,10 @@ extern "C" { #define GLX_MAX_PBUFFER_PIXELS 0x8018 #define GLX_VISUAL_ID 0x800B +/* FBConfigSGIX Attributes */ +#define GLX_OPTIMAL_PBUFFER_WIDTH_SGIX 0x8019 +#define GLX_OPTIMAL_PBUFFER_HEIGHT_SGIX 0x801A + /* ** Error return values from glXGetConfig. Success is indicated by ** a value of 0. @@ -210,6 +214,9 @@ extern "C" { #define GLX_SWAP_COPY_OML 0x8062 #define GLX_SWAP_UNDEFINED_OML 0x8063 +/* Property values for multi-sampling */ +#define GLX_VISUAL_SELECT_GROUP_SGIX 0x8028 /* visuals grouped by select priority */ + /* ** Names for attributes to glXGetClientString. */ |