VirtualBox

Changeset 35263 in vbox for trunk/src/VBox/GuestHost


Ignore:
Timestamp:
Dec 20, 2010 6:12:36 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69111
Message:

crOpenGL: fix crashes in libnux-0.9 gpu tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/util/pixel.c

    r33540 r35263  
    4848        case GL_UNSIGNED_INT_10_10_10_2:
    4949        case GL_UNSIGNED_INT_2_10_10_10_REV:
     50#endif
     51#ifdef CR_EXT_framebuffer_object
     52        case GL_UNSIGNED_INT_24_8:
    5053#endif
    5154        case GL_UNSIGNED_INT:
     
    100103        case GL_UNSIGNED_INT_10_10_10_2:
    101104        case GL_UNSIGNED_INT_2_10_10_10_REV:
     105            return 4;
     106#endif
     107#ifdef CR_EXT_framebuffer_object
     108        case GL_UNSIGNED_INT_24_8:
    102109            return 4;
    103110#endif
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