Skip to content

Commit

Permalink
generate opengl bindings which were blocked on TT #1182
Browse files Browse the repository at this point in the history
  • Loading branch information
plobsing committed May 13, 2011
1 parent c7e27f5 commit 4acf951
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions config/gen/opengl.pm
Expand Up @@ -258,12 +258,10 @@ my %C_TYPE = (

my %NCI_TYPE = (
( map {( $_ => $_ )}
qw[ void char short int long float double ] ),
qw[ void char short int long longlong float double longdouble ] ),

size_t => 'long',
ptrdiff_t => 'long',
# Requires TT #1182
# longlong => 'L',

( map {( "$_*" => 'ptr', "$_**" => 'ptr' )}
qw[ void char short int long ptrdiff_t longlong float double ] ),
Expand Down Expand Up @@ -336,23 +334,6 @@ my @IGNORE = (
'GetPixelFormat',
'SetPixelFormat',

# Can't handle longlong until TT #1182 is done
'glBufferAddressRangeNV',
'glClientWaitSync',
'glUniformui64NV',
'glProgramUniformui64NV',
'glPresentFrameKeyedNV',
'glPresentFrameDualFillNV',
'glWaitSync',
'glXSwapBuffersMscOML',
'glXWaitForMscOML',
'glXWaitForSbcOML',
'wglGetSyncValuesOML',
'wglSwapBuffersMscOML',
'wglSwapLayerBuffersMscOML',
'wglWaitForMscOML',
'wglWaitForSbcOML',

# Can't handle weird data types specified only in proprietary headers
'glXCreateGLXVideoSourceSGIX',
'glXAssociateDMPbufferSGIX',
Expand Down

0 comments on commit 4acf951

Please sign in to comment.