ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/glfunc.h
Revision: 1.4
Committed: Tue Dec 22 01:37:41 2009 UTC (14 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_10, rel-2_11, HEAD
Changes since 1.3: +4 -2 lines
Log Message:
bugfixes, also support ARB_multitexturing for low-end apple intel

File Contents

# Content
1 // define optional gl functions
2 // this file gets included multiple times, with different
3 // definitions for GL_FUNC
4
5 GL_FUNC (PFNGLBLENDFUNCSEPARATEPROC, BlendFuncSeparate)
6 GL_FUNC (PFNGLBLENDFUNCSEPARATEEXTPROC, BlendFuncSeparateEXT)
7 GL_FUNC (PFNGLCONVOLUTIONPARAMETERFEXTPROC, ConvolutionParameterf)
8 GL_FUNC (PFNGLCONVOLUTIONFILTER2DEXTPROC, ConvolutionFilter2D)
9 GL_FUNC (PFNGLSEPARABLEFILTER2DEXTPROC, SeparableFilter2D)
10 GL_FUNC (PFNGLMULTITEXCOORD2FARBPROC, MultiTexCoord2f)
11 GL_FUNC (PFNGLACTIVETEXTUREARBPROC, ActiveTexture)
12 GL_FUNC (PFNGLMULTITEXCOORD2FARBPROC, MultiTexCoord2fARB)
13 GL_FUNC (PFNGLACTIVETEXTUREARBPROC, ActiveTextureARB)