diff options
author | Jose Fonseca <jfonseca@vmware.com> | 2015-06-02 13:13:48 +0100 |
---|---|---|
committer | Jose Fonseca <jfonseca@vmware.com> | 2015-06-02 13:13:48 +0100 |
commit | 15a220c3e411f9606e4059e4c9fd0c57a4290c13 (patch) | |
tree | 546d2f2b5f75a8f86122692a89848a69eda0b026 /specs | |
parent | 5cc17c894466905e46aa9f8ef7dc14123b33153d (diff) |
Revert "glxtrace: Handle GLX_FBCONFIG_ID_SGIX."
This reverts commit f2d48897a289b711d30ae98fe3179d349f833353.
Diffstat (limited to 'specs')
-rw-r--r-- | specs/glxapi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/specs/glxapi.py b/specs/glxapi.py index 4756de5d..0d3cd969 100644 --- a/specs/glxapi.py +++ b/specs/glxapi.py @@ -320,7 +320,6 @@ GLXFBConfigCommonAttribs = GLXCommonAttribs + [ GLXFBConfigGLXAttribs = GLXFBConfigCommonAttribs + [ ('GLX_FBCONFIG_ID', GLXFBConfigID), - ('GLX_FBCONFIG_ID_SGIX', UInt32), ('GLX_MAX_PBUFFER_WIDTH', Int), ('GLX_MAX_PBUFFER_HEIGHT', Int), ('GLX_MAX_PBUFFER_PIXELS', Int), |