Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES profile
Summary: GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES profile
Status: RESOLVED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 2.3.2
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks: 1203
  Show dependency treegraph
 
Reported: 2015-08-28 01:06 CEST by Sven Gothel
Modified: 2015-09-27 01:11 CEST (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
2db11ad80582af8715071b47b5331b79001d511c
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2015-08-28 01:06:47 CEST
GL_KHR_debug <https://www.opengl.org/registry/specs/KHR/debug.txt>

GL_KHR_debug shall be favorized before 
  - GL_ARB_debug_output
  - GL_AMD_debug_output
Comment 1 Sven Gothel 2015-08-30 05:05:59 CEST
    Bug 1207 - GLDebugMessageHandler: Support GL_KHR_debug for Desktop and ES profile
    
    GL_KHR_debug <https://www.opengl.org/registry/specs/KHR/debug.txt>
    
    GL_KHR_debug shall be favorized before
      - GL_ARB_debug_output
      - GL_AMD_debug_output
    
    Allow GL_KHR_debug for GL2GL3 and GL2ES2 profiles,
    i.e. including ES profiles: GLES2, GLES3.
    
    GL_ARB_debug_output and GL_AMD_debug_output
    are only allowed for desktop GL2GL3 profiles.