VirtualBox

Ignore:
Timestamp:
Aug 8, 2014 6:34:02 PM (10 years ago)
Author:
vboxsync
Message:

wddm/crOpenGL: prevent shared objects from being deleted till they can be used

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/VBox

  • trunk/src/VBox/GuestHost/OpenGL/packer/packer.py

    r51313 r52329  
    215215
    216216
     217r0_funcs = [ 'ChromiumParameteriCR', 'WindowSize', 'WindowShow', 'WindowPosition' ]
    217218
    218219
     
    259260        pointers_ok = 1
    260261
     262    if not func_name in r0_funcs:
     263        print '#ifndef IN_RING0'
     264       
    261265    PrintFunc( func_name, params, 0, pointers_ok )
    262266    PrintFunc( func_name, params, 1, pointers_ok )
     267   
     268    if not func_name in r0_funcs:
     269        print '#endif'
     270   
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