Bug 369 - Bug in GL_NV_framebuffer_coverage_multisample
Summary: Bug in GL_NV_framebuffer_coverage_multisample
Status: VERIFIED FIXED
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All windows
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2009-02-24 03:48 CET by Sven Gothel
Modified: 2010-11-19 12:42 CET (History)
0 users

See Also:
Type: DEFECT
SCM Refs:
Workaround: ---


Attachments

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