Changeset 33540 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_init.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_init.c
r29930 r33540 219 219 render_spu.currentBufferName = 1; 220 220 render_spu.uiDockUpdateTS = 0; 221 /* Create a mutex for sync ronizing events from the main Qt thread & this221 /* Create a mutex for synchronizing events from the main Qt thread & this 222 222 thread */ 223 223 RTSemFastMutexCreate(&render_spu.syncMutex); … … 285 285 * So we do them here for now. 286 286 * Grrr, NVIDIA driver uses EXT for GetExtensionsStringEXT, 287 * but ARB for others. Need furth ur testing here....287 * but ARB for others. Need further testing here.... 288 288 */ 289 289 render_spu.ws.wglGetExtensionsStringEXT =
Note:
See TracChangeset
for help on using the changeset viewer.