View | Details | Raw Unified | Return to bug 638
Collapse All | Expand All

(-)a/src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java (-1 / +2 lines)
Lines 284-290 public class WindowsWGLGraphicsConfigurationFactory extends GLGraphicsConfigurat Link Here
284
            }
284
            }
285
        }
285
        }
286
        try {
286
        try {
287
            if( !updateGraphicsConfigurationARB((WindowsWGLDrawableFactory)factory, config, chooser, hdc, extHDC, pfdIDs) ) {
287
            if( !((GLCapabilitiesImmutable)config.getChosenCapabilities()).getHardwareAccelerated()
288
                    || !updateGraphicsConfigurationARB((WindowsWGLDrawableFactory)factory, config, chooser, hdc, extHDC, pfdIDs) ) {
288
                updateGraphicsConfigurationGDI(config, chooser, hdc, extHDC, pfdIDs);
289
                updateGraphicsConfigurationGDI(config, chooser, hdc, extHDC, pfdIDs);
289
            }
290
            }
290
        } finally {
291
        } finally {

Return to bug 638