Bug 1391 - Add GLRendererQuirks.DontChooseFBConfigBestMatch avoiding ChooseFBConfig's BestMatch
Summary: Add GLRendererQuirks.DontChooseFBConfigBestMatch avoiding ChooseFBConfig's Be...
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: opengl (show other bugs)
Version: 2.4.0
Hardware: All all
: P4 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks: 1392
  Show dependency treegraph
 
Reported: 2019-09-07 00:59 CEST by Sven Gothel
Modified: 2019-09-07 02:26 CEST (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
35f719673b2c55b0766e6c9187961db7153d7d26 56a9f30fde429663514c6d5c810af2c43cb7ebf3
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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