VirtualBox

Ignore:
Timestamp:
Jun 17, 2015 11:08:31 AM (10 years ago)
Author:
vboxsync
Message:

Host 3D: extend SPU structure with interface for save/restore internal SPU state; provide plug for Expando SPU saving state; drop unused and confusing stuff from DLM module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/OpenGL/spu_loader/dispatchheader.py

    r15532 r56473  
    4949print 'struct _copy_list_node;'
    5050print ''
     51print '/* Prototype for SPU internal state load/unload callbacks. */'
     52print ''
     53print 'typedef int (*SPUStateFunc_t)(void *);'
     54print ''
    5155print '/* The SPU dispatch table */'
    5256print 'typedef struct _spu_dispatch_table {'
     
    6064        int mark;
    6165        void *server;           
     66        SPUStateFunc_t spu_save_state; /* Save SPU internal state callback (optional) */
     67        SPUStateFunc_t spu_load_state; /* Load SPU internal state callback (optional) */
    6268} SPUDispatchTable;
    6369
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