VirtualBox

Ignore:
Timestamp:
Mar 16, 2010 12:43:40 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58858
Message:

crOpenGL: opengl 2.1 support

Location:
trunk/src/VBox/Additions/common/crOpenGL/pack
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_getstring.c

    r24269 r27396  
    9797            return GetExtensions();
    9898        case GL_VERSION:
    99 #ifdef WINDOWS
     99#if 0 && defined(WINDOWS)
    100100            if (packspuRunningUnderWine())
    101101            {
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_pixel.c

    r27091 r27396  
    130130        && internalformat!=GL_COMPRESSED_RGBA_S3TC_DXT3_EXT
    131131        && internalformat!=GL_COMPRESSED_RGBA_S3TC_DXT5_EXT
     132# ifdef CR_EXT_texture_sRGB
     133        && internalformat!=GL_COMPRESSED_SRGB_S3TC_DXT1_EXT
     134        && internalformat!=GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT
     135        && internalformat!=GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT
     136        && internalformat!=GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT
     137# endif
    132138#endif
    133139        )
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette