This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Attention: opengl maintainer] Incorrect GL_DOT3_RGB_EXT in glext.h


The opengl 1.1.0-10 package has incorrect values for GL_DOT3_RGB_EXT and
GL_DOT3_RGBA_EXT:

#define GL_DOT3_RGB_EXT                   0x86AE
#define GL_DOT3_RGBA_EXT                  0x86AF

According to
http://www.opengl.org/registry/specs/EXT/texture_env_dot3.txt, they
should be:

GL_DOT3_RGB_EXT                                    0x8740
GL_DOT3_RGBA_EXT                                   0x8741

I thought I'd report this here, since it doesn't seem like the canonical
source (according to /usr/share/doc/Cygwin/opengl-1.1.0-10.README,
http://www.xmission.com/~nate/glut.html) of the package hasn't been
updated since 2001; so I guess Andre would be the person to handle this?

--
Bryan Thrall
FlightSafety International
bryan.thrall@flightsafety.com
 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]