diff options
author | Sven Gothel <[email protected]> | 2010-11-06 06:44:41 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-11-06 06:44:41 +0100 |
commit | 4510ea5b74ffda4540a6221eef3b9e230e155c1c (patch) | |
tree | af1f3bcf8defb637b7bdf3c103d49ef82b739cb4 /make/config/jogl/gl-common-extensions.cfg | |
parent | 63bb227bafd9704b8526bad2b0438955204a3c82 (diff) |
Fix GL profile sets for gluegen code generation according to the updated headers.
Needs GlueGen 6b6b9b3b81cdc85b7260664ebec547756a6be5d7, branch sgothel_wip_fixes01.
I have manually veryfied all changes of the generated GL header - OK!
Diffstat (limited to 'make/config/jogl/gl-common-extensions.cfg')
-rw-r--r-- | make/config/jogl/gl-common-extensions.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/config/jogl/gl-common-extensions.cfg b/make/config/jogl/gl-common-extensions.cfg index e28ff43c8..1f294ee69 100644 --- a/make/config/jogl/gl-common-extensions.cfg +++ b/make/config/jogl/gl-common-extensions.cfg @@ -57,14 +57,15 @@ RenameExtensionIntoCore GL_ARB_point_sprite RenameExtensionIntoCore GL_OES_blend_equation_separate RenameExtensionIntoCore GL_OES_blend_func_separate RenameExtensionIntoCore GL_OES_blend_subtract -RenameExtensionIntoCore GL_OES_compressed_paletted_texture RenameExtensionIntoCore GL_OES_depth24 RenameExtensionIntoCore GL_OES_depth32 RenameExtensionIntoCore GL_OES_framebuffer_object RenameExtensionIntoCore GL_OES_mapbuffer +RenameExtensionIntoCore GL_OES_packed_depth_stencil RenameExtensionIntoCore GL_OES_point_sprite RenameExtensionIntoCore GL_OES_rgb8_rgba8 RenameExtensionIntoCore GL_OES_read_format +RenameExtensionIntoCore GL_OES_standard_derivatives RenameExtensionIntoCore GL_OES_stencil1 RenameExtensionIntoCore GL_OES_stencil4 RenameExtensionIntoCore GL_OES_stencil8 @@ -72,6 +73,7 @@ RenameExtensionIntoCore GL_OES_stencil_wrap RenameExtensionIntoCore GL_OES_texture_cube_map RenameExtensionIntoCore GL_OES_texture_half_float RenameExtensionIntoCore GL_OES_texture_mirrored_repeat +RenameExtensionIntoCore GL_OES_vertex_type_10_10_10_2 # The following extensions have some differences requiring us to # manually rename some symbols and leave others alone for best |