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

@@ -285,6 +285,10 @@ SOURCE=..\..\src\osg\MatrixTransform.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\Multisample.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\Node.cpp
# End Source File
# Begin Source File
@@ -433,6 +437,10 @@ SOURCE=..\..\src\osg\Transform.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\BlendColor.cpp
# End Source File
# Begin Source File
SOURCE=..\..\src\osg\BlendFunc.cpp
# End Source File
# Begin Source File
@@ -685,11 +693,7 @@ SOURCE=..\..\include\osg\mem_ptr
# End Source File
# Begin Source File
SOURCE=..\..\include\osg\MemoryAdapter
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\MemoryManager
SOURCE=..\..\include\osg\Multisample
# End Source File
# Begin Source File
@@ -865,6 +869,10 @@ SOURCE=..\..\Include\Osg\TriangleFunctor
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\BlendColor
# End Source File
# Begin Source File
SOURCE=..\..\Include\Osg\BlendFunc
# End Source File
# Begin Source File