2 Nov 2003 20:26
[ mesa3d-Bugs-834673 ] GL.h: functions assigned to wrong extensions
SourceForge.net <noreply <at> sourceforge.net>
2003-11-02 19:26:11 GMT
2003-11-02 19:26:11 GMT
Bugs item #834673, was opened at 2003-11-02 19:26 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100003&aid=834673&group_id=3 Category: mesa-core Group: other Status: Open Resolution: None Priority: 5 Submitted By: Ben Woodhouse (elf-stone) Assigned to: Nobody/Anonymous (nobody) Summary: GL.h: functions assigned to wrong extensions Initial Comment: The GL.h file included in mesa 5.0.2 has a number of bugs which are causing my extension loading library not to work with mesa's headers. These problems are due to the fact that a number of extension functions are defined as being part of the wrong extensions. The bugs are as follows: - glCopyTexSubImage3DEXT is part of GL_EXT_copy_texture, not GL_EXT_texture3D (line 2189) - glColorSubTableEXT is part of GL_EXT_color_subtable, not GL_EXT_paletted_texture (line 2394)(Continue reading)
RSS Feed