From Alberto Farre, added support for GL_EXT_blend_color, GL_ARB_multisample,

GL_NV_multisample_filter_hint extension in the form of osg::BlendColor and
osg::Multisample state attribute classes.
This commit is contained in:
Robert Osfield
2003-09-17 12:04:48 +00:00
parent a1a77812fd
commit d45fcb5613
9 changed files with 534 additions and 18 deletions

View File

@@ -46,7 +46,7 @@ MAKEDEPEND = ignore
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_RELEASE = 6
VERSION_REVISION ?= 1
VERSION_REVISION ?= 0
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)
endif