X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_40 X-Spam-Check-By: sourceware.org Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: [Attention: opengl maintainer] Incorrect GL_DOT3_RGB_EXT in glext.h Date: Wed, 8 Apr 2009 12:58:35 -0500 Message-ID: <297343D29C14AA4D822142893ABEAEF3063E7DE2@srv1163ex1.flightsafety.com> From: "Thrall, Bryan" To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 DOT thrall AT flightsafety DOT com =20 -- 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/