Bug 369

Summary: Bug in GL_NV_framebuffer_coverage_multisample
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: VERIFIED FIXED    
Severity: normal    
Priority: P3    
Version: 1   
Hardware: All   
OS: windows   
Type: DEFECT SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 07:51:44 CET


---- Reported by triipaxx 2009-02-24 15:48:56 ----

Hello,
i'm currently facing a problem with the extension
GL_NV_framebuffer_coverage_multisample. Some necessary values are set to wrong
value in the GL-Class.

The GL_MAX_MULTISAMPLE_COVERAGE_MODES_NV is set to 0x8E12 but is has to be set
to 0x8E11
and the GL_MULTISAMPLE_COVERAGE_MODES_NV is set to 0x8E13 but is has to be set
to 0x8E12
when i set these to variables to the correct values all is going well.....

for more informations check the specification of
NV_framebuffer_multisample_coverage...
i dunno if this is a known issue but i hope it's getting fixed in an upcomming
version of jogl


greetings
Jan



--- Bug imported by sgothel@jausoft.com 2010-03-24 07:51 EDT  ---

This bug was previously known as _bug_ 369 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=369
Comment 1 Sven Gothel 2010-11-19 12:42:37 CET
checked in current generated code, it's set ok