Changeset 57058 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/expando/expandospu_init.c
- Timestamp:
- Jul 23, 2015 6:19:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/expando/expandospu_init.c
r56922 r57058 123 123 uint32_t i; 124 124 bool fSuccess = false; 125 126 CRDLMContextState *pCurrentDLMState; 127 CRContext *pCurrentCRState; 128 129 /* Remember current state. */ 130 pCurrentDLMState = crDLMGetCurrentState(); 131 pCurrentCRState = crStateGetCurrent(); 125 132 126 133 /* Restore number of Expando SPU contexts. */ … … 178 185 } 179 186 } 187 188 /* Restore original state. */ 189 crDLMSetCurrentState(pCurrentDLMState); 190 crStateMakeCurrent(pCurrentCRState); 180 191 181 192 if (fSuccess)
Note:
See TracChangeset
for help on using the changeset viewer.