Changeset 53594 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Dec 21, 2014 7:18:04 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97356
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp
r53583 r53594 115 115 kCGLPFAAccelerated, 116 116 kCGLPFADoubleBuffer, 117 kCGLPFAWindow,118 117 VBoxOglIsOfflineRenderingAppropriate() ? kCGLPFAAllowOfflineRenderers : (CGLPixelFormatAttribute)NULL, 119 118 (CGLPixelFormatAttribute)NULL -
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m
r53557 r53594 2407 2407 NSOpenGLPixelFormatAttribute attribs[24] = 2408 2408 { 2409 NSOpenGLPFAWindow,2410 2409 NSOpenGLPFAAccelerated, 2411 2410 NSOpenGLPFAColorSize, (NSOpenGLPixelFormatAttribute)24 2412 2411 }; 2413 2412 2414 int i = 4;2413 int i = 3; 2415 2414 2416 2415 if (fVisParams & CR_ALPHA_BIT)
Note:
See TracChangeset
for help on using the changeset viewer.