Commit Graph

19 Commits

Author SHA1 Message Date
Martin Storsjo
cadb4e815a Blacklist GL_SGIX_fragment_specular_lighting
This extension conflicts with GL_SGIX_fragment_lighting from
the upstream glext.h. (That extension doesn't seem to be
documented in any extension registry, but only seems present
in glext.h.)

These two extensions have overlapping function names, but
GL_SGIX_fragment_specular_lighting has got incorrect use of
const on pointer arguments, causing compiler errors about
typedef redefinition with different types, if both glew.h
and glext.h are included.

E.g. the function glGetFragmentMaterialivSGIX is declared as
  glGetFragmentMaterialivSGIX (GLenum face, GLenum pname, GLint *params);
in glext.h, but is described as
  void GetFragmentMaterialivSGIX(enum face, enum pname, const int *data);
in SGIX_fragment_specular_lighting.txt.

Out of these two, SGIX_fragment_specular_lighting.txt clearly is
wrong (incomplete and probably never got used as such) as a getter
can't use a const pointer for writing the output parameters.
2019-09-23 11:40:27 +03:00
Nigel Stewart
565caae5ad Prune auto/core for GLX code generation from XML 2019-02-05 06:37:36 +10:00
Nigel Stewart
d73ad7eeb2 Blacklist more GLX SGIX extensions = fixup 2018-10-10 11:19:01 +10:00
Nigel Stewart
08ca29e604 Blacklist more GLX SGIX extensions 2018-10-10 11:08:45 +10:00
Nigel Stewart
be4e0eb102 Using KhronosGroup/OpenGL-Registry git repository for extension specifications 2018-10-10 11:08:45 +10:00
Nigel Stewart
ff1aa06701 Patch ID: 3206528 Add support for NV_video_capture 2011-03-11 11:16:50 -06:00
nigels
e708e590ba Add support for GL_ARB_separate_shader_objects
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@619 783a27ee-832a-0410-bc00-9f386506c6dd
2010-08-26 23:12:44 +00:00
nigels
376baca6d1 Add support for ARB_viewport_array
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@615 783a27ee-832a-0410-bc00-9f386506c6dd
2010-08-10 04:31:50 +00:00
nigels
043de344c2 Blacklist ARB/separate_shader_objects and ARB/viewport_array for now, fix build breaks.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@613 783a27ee-832a-0410-bc00-9f386506c6dd
2010-07-29 13:33:05 +00:00
nigels
a9c3b929aa tfogal@sci.utah.edu: NVIDIAs video_capture.txt extension is breaking the build
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@562 783a27ee-832a-0410-bc00-9f386506c6dd
2009-11-09 17:42:03 +00:00
nigels
b7b9914963 Migrate blacklist to use new filenames for OES_fixed_point and OES_query_matrix.
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@546 783a27ee-832a-0410-bc00-9f386506c6dd
2009-02-19 06:29:23 +00:00
ikits
7cda760b4b Added Nigel's patch #3
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@535 783a27ee-832a-0410-bc00-9f386506c6dd
2008-10-27 01:23:19 +00:00
ikits
4424228216 Temp fix by moving offending extensions to the blacklist
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@531 783a27ee-832a-0410-bc00-9f386506c6dd
2008-10-27 00:26:24 +00:00
ikits
bd8cd1f849 added a few OES extensions
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@452 783a27ee-832a-0410-bc00-9f386506c6dd
2006-11-21 04:42:38 +00:00
ikits
b721c9006b fixed draw_range_elements bug
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@297 783a27ee-832a-0410-bc00-9f386506c6dd
2004-09-28 17:29:45 +00:00
ikits
fb639a5ce8 removed SGI hyperpipe extension
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@286 783a27ee-832a-0410-bc00-9f386506c6dd
2004-09-06 16:03:41 +00:00
ikits
3d47930cca added GLU extensions to blacklist
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@279 783a27ee-832a-0410-bc00-9f386506c6dd
2004-07-02 19:21:14 +00:00
ikits
1d139ae0cb *** empty log message ***
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@144 783a27ee-832a-0410-bc00-9f386506c6dd
2003-09-29 10:30:57 +00:00
mem
2b9775d8d3 Merge Milan's 1.1.x
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@80 783a27ee-832a-0410-bc00-9f386506c6dd
2003-07-06 15:01:13 +00:00