Bug 1391

Summary: Add GLRendererQuirks.DontChooseFBConfigBestMatch avoiding ChooseFBConfig's BestMatch
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: openglAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 2.4.0   
Hardware: All   
OS: all   
Type: FEATURE SCM Refs:
35f719673b2c55b0766e6c9187961db7153d7d26 56a9f30fde429663514c6d5c810af2c43cb7ebf3
Workaround: ---
Bug Depends on:    
Bug Blocks: 1392    

Description Sven Gothel 2019-09-07 00:59:39 CEST
Don't use the ChooseFBConfig's best match,
instead utilize the given GLCapabilitiesChooser or DefaultGLCapabilitiesChooser
without any recommendation.

The default behavior without this quirk is using a given GLCapabilitiesChooser
and pass the ChooseFBConfig's best match as a recommendation.

This quirk currently exist to be injected by the user via the properties,
see GLRendererQuirks.Override.
Comment 1 Sven Gothel 2019-09-07 02:26:36 CEST
Implemented as described