VirtualBox

Ignore:
Timestamp:
May 26, 2011 8:50:49 AM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: fix google earth rendering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_get.py

    r37030 r37216  
    115115        || pname == GL_TEXTURE_BINDING_CUBE_MAP_ARB
    116116#endif
     117#ifdef CR_ARB_vertex_program
     118        || pname == GL_MAX_VERTEX_ATTRIBS_ARB
     119#endif
    117120        )
    118121        {
    119122#ifdef DEBUG
    120             if (!crPackIsPixelStoreParm(pname))
     123            if (!crPackIsPixelStoreParm(pname)
     124#ifdef CR_ARB_vertex_program
     125                && (pname!=GL_MAX_VERTEX_ATTRIBS_ARB)
     126#endif
     127               )
    121128            {
    122129                %s localparams;
Note: See TracChangeset for help on using the changeset viewer.

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