diff options
author | Ian Romanick <idr@us.ibm.com> | 2006-08-31 13:54:10 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2006-08-31 13:54:10 -0700 |
commit | 0f9cfb2f752a9010ff07f4b2bd891db0cc30b8e6 (patch) | |
tree | 6104b3d4cf72bf11d4ea283a2e8e5de25aa315ca /GL/glx/indirect_table.c | |
parent | a9ef5862919313582f72fc0cfb5ab0af4df6507e (diff) |
Implement GLX_SGI_swap_control.
Regenerate from glX_API.xml 1.2. Add infrastructure to support
GLX_SGI_swap_control for AIGLX when the DRI driver enables it. Tested
with R300.
Diffstat (limited to 'GL/glx/indirect_table.c')
-rw-r--r-- | GL/glx/indirect_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GL/glx/indirect_table.c b/GL/glx/indirect_table.c index de3986cdc..d13e4f8df 100644 --- a/GL/glx/indirect_table.c +++ b/GL/glx/indirect_table.c @@ -1557,7 +1557,7 @@ static const void *VendorPriv_function_table[80][2] = { /* [ 69] = 5157 */ {NULL, NULL}, /* [ 70] = 5158 */ {NULL, NULL}, /* [ 71] = 5159 */ {NULL, NULL}, - /* [ 72] = 65536 */ {NULL, NULL}, + /* [ 72] = 65536 */ {__glXDisp_SwapIntervalSGI, __glXDispSwap_SwapIntervalSGI}, /* [ 73] = 65537 */ {__glXDisp_MakeCurrentReadSGI, __glXDispSwap_MakeCurrentReadSGI}, /* [ 74] = 65538 */ {NULL, NULL}, /* [ 75] = 65539 */ {NULL, NULL}, |