VirtualBox

Changeset 30028 in vbox for trunk/src


Ignore:
Timestamp:
Jun 4, 2010 11:21:45 AM (15 years ago)
Author:
vboxsync
Message:

crOpenGL: fix host nvidia driver crashes on guest wddm startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_bufferobject.c

    r29995 r30028  
    740740            {
    741741                FILLDIRTY(bb->arrayBinding);
     742                FILLDIRTY(bb->dirty);
    742743            }
    743744            else
     
    782783            {
    783784                FILLDIRTY(bb->elementsBinding);
     785                FILLDIRTY(bb->dirty);
    784786            }
    785787            else
     
    825827            {
    826828                FILLDIRTY(bb->packBinding);
     829                FILLDIRTY(bb->dirty);
    827830            }
    828831            else
     
    867870            {
    868871                FILLDIRTY(bb->unpackBinding);
     872                FILLDIRTY(bb->dirty);
    869873            }
    870874            else
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