[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42456] branches/tile/source/blender/ compositor: Branch Tile:

Jeroen Bakker j.bakker at atmind.nl
Tue Dec 6 09:36:42 CET 2011


Revision: 42456
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42456
Author:   jbakker
Date:     2011-12-06 08:36:33 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
Branch Tile:

added the GPL header to all files.

Modified Paths:
--------------
    branches/tile/source/blender/compositor/COM_compositor.h
    branches/tile/source/blender/compositor/COM_defines.h
    branches/tile/source/blender/compositor/intern/COM_CPUDevice.cpp
    branches/tile/source/blender/compositor/intern/COM_CPUDevice.h
    branches/tile/source/blender/compositor/intern/COM_ChannelInfo.cpp
    branches/tile/source/blender/compositor/intern/COM_ChannelInfo.h
    branches/tile/source/blender/compositor/intern/COM_ChunkOrder.cpp
    branches/tile/source/blender/compositor/intern/COM_ChunkOrder.h
    branches/tile/source/blender/compositor/intern/COM_ChunkOrderHotspot.cpp
    branches/tile/source/blender/compositor/intern/COM_ChunkOrderHotspot.h
    branches/tile/source/blender/compositor/intern/COM_CompositorContext.cpp
    branches/tile/source/blender/compositor/intern/COM_CompositorContext.h
    branches/tile/source/blender/compositor/intern/COM_Converter.cpp
    branches/tile/source/blender/compositor/intern/COM_Converter.h
    branches/tile/source/blender/compositor/intern/COM_Device.cpp
    branches/tile/source/blender/compositor/intern/COM_Device.h
    branches/tile/source/blender/compositor/intern/COM_ExecutionGroup.cpp
    branches/tile/source/blender/compositor/intern/COM_ExecutionGroup.h
    branches/tile/source/blender/compositor/intern/COM_ExecutionSystem.cpp
    branches/tile/source/blender/compositor/intern/COM_ExecutionSystem.h
    branches/tile/source/blender/compositor/intern/COM_ExecutionSystemHelper.cpp
    branches/tile/source/blender/compositor/intern/COM_ExecutionSystemHelper.h
    branches/tile/source/blender/compositor/intern/COM_InputSocket.cpp
    branches/tile/source/blender/compositor/intern/COM_InputSocket.h
    branches/tile/source/blender/compositor/intern/COM_MemoryBuffer.cpp
    branches/tile/source/blender/compositor/intern/COM_MemoryBuffer.h
    branches/tile/source/blender/compositor/intern/COM_MemoryManager.cpp
    branches/tile/source/blender/compositor/intern/COM_MemoryManager.h
    branches/tile/source/blender/compositor/intern/COM_MemoryManagerState.cpp
    branches/tile/source/blender/compositor/intern/COM_MemoryManagerState.h
    branches/tile/source/blender/compositor/intern/COM_MemoryProxy.cpp
    branches/tile/source/blender/compositor/intern/COM_MemoryProxy.h
    branches/tile/source/blender/compositor/intern/COM_Node.cpp
    branches/tile/source/blender/compositor/intern/COM_Node.h
    branches/tile/source/blender/compositor/intern/COM_NodeBase.cpp
    branches/tile/source/blender/compositor/intern/COM_NodeBase.h
    branches/tile/source/blender/compositor/intern/COM_NodeOperation.cpp
    branches/tile/source/blender/compositor/intern/COM_NodeOperation.h
    branches/tile/source/blender/compositor/intern/COM_OpenCLDevice.cpp
    branches/tile/source/blender/compositor/intern/COM_OpenCLDevice.h
    branches/tile/source/blender/compositor/intern/COM_OutputSocket.cpp
    branches/tile/source/blender/compositor/intern/COM_OutputSocket.h
    branches/tile/source/blender/compositor/intern/COM_Socket.cpp
    branches/tile/source/blender/compositor/intern/COM_Socket.h
    branches/tile/source/blender/compositor/intern/COM_SocketConnection.cpp
    branches/tile/source/blender/compositor/intern/COM_SocketConnection.h
    branches/tile/source/blender/compositor/intern/COM_SocketReader.cpp
    branches/tile/source/blender/compositor/intern/COM_SocketReader.h
    branches/tile/source/blender/compositor/intern/COM_WorkPackage.cpp
    branches/tile/source/blender/compositor/intern/COM_WorkPackage.h
    branches/tile/source/blender/compositor/intern/COM_WorkScheduler.cpp
    branches/tile/source/blender/compositor/intern/COM_WorkScheduler.h
    branches/tile/source/blender/compositor/intern/COM_compositor.cpp
    branches/tile/source/blender/compositor/nodes/COM_AlphaOverNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_AlphaOverNode.h
    branches/tile/source/blender/compositor/nodes/COM_BlurNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_BlurNode.h
    branches/tile/source/blender/compositor/nodes/COM_BokehBlurNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_BokehBlurNode.h
    branches/tile/source/blender/compositor/nodes/COM_BokehImageNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_BokehImageNode.h
    branches/tile/source/blender/compositor/nodes/COM_BoxMaskNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_BoxMaskNode.h
    branches/tile/source/blender/compositor/nodes/COM_BrightnessNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_BrightnessNode.h
    branches/tile/source/blender/compositor/nodes/COM_ColorBalanceNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ColorBalanceNode.h
    branches/tile/source/blender/compositor/nodes/COM_ColorCorrectionNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ColorCorrectionNode.h
    branches/tile/source/blender/compositor/nodes/COM_ColorCurveNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ColorCurveNode.h
    branches/tile/source/blender/compositor/nodes/COM_ColorNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ColorNode.h
    branches/tile/source/blender/compositor/nodes/COM_ColorRampNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ColorRampNode.h
    branches/tile/source/blender/compositor/nodes/COM_ColorToBWNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ColorToBWNode.h
    branches/tile/source/blender/compositor/nodes/COM_CombineHSVANode.cpp
    branches/tile/source/blender/compositor/nodes/COM_CombineHSVANode.h
    branches/tile/source/blender/compositor/nodes/COM_CombineRGBANode.cpp
    branches/tile/source/blender/compositor/nodes/COM_CombineRGBANode.h
    branches/tile/source/blender/compositor/nodes/COM_CompositorNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_CompositorNode.h
    branches/tile/source/blender/compositor/nodes/COM_ConvertDataTypeNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ConvertDataTypeNode.h
    branches/tile/source/blender/compositor/nodes/COM_DifferenceMatteNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_DifferenceMatteNode.h
    branches/tile/source/blender/compositor/nodes/COM_DilateErode2Node.cpp
    branches/tile/source/blender/compositor/nodes/COM_DilateErode2Node.h
    branches/tile/source/blender/compositor/nodes/COM_DilateErodeNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_DilateErodeNode.h
    branches/tile/source/blender/compositor/nodes/COM_DirectionalBlurNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_DirectionalBlurNode.h
    branches/tile/source/blender/compositor/nodes/COM_EllipseMaskNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_EllipseMaskNode.h
    branches/tile/source/blender/compositor/nodes/COM_FilterNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_FilterNode.h
    branches/tile/source/blender/compositor/nodes/COM_FlipNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_FlipNode.h
    branches/tile/source/blender/compositor/nodes/COM_GammaNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_GammaNode.h
    branches/tile/source/blender/compositor/nodes/COM_GroupNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_GroupNode.h
    branches/tile/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_HueSaturationValueCorrectNode.h
    branches/tile/source/blender/compositor/nodes/COM_HueSaturationValueNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_HueSaturationValueNode.h
    branches/tile/source/blender/compositor/nodes/COM_IDMaskNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_IDMaskNode.h
    branches/tile/source/blender/compositor/nodes/COM_ImageNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ImageNode.h
    branches/tile/source/blender/compositor/nodes/COM_InvertNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_InvertNode.h
    branches/tile/source/blender/compositor/nodes/COM_LensDistortionNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_LensDistortionNode.h
    branches/tile/source/blender/compositor/nodes/COM_LensFlareNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_LensFlareNode.h
    branches/tile/source/blender/compositor/nodes/COM_MathNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_MathNode.h
    branches/tile/source/blender/compositor/nodes/COM_MixNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_MixNode.h
    branches/tile/source/blender/compositor/nodes/COM_MuteNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_MuteNode.h
    branches/tile/source/blender/compositor/nodes/COM_NormalNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_NormalNode.h
    branches/tile/source/blender/compositor/nodes/COM_OpenCLTestNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_OpenCLTestNode.h
    branches/tile/source/blender/compositor/nodes/COM_RenderLayersNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_RenderLayersNode.h
    branches/tile/source/blender/compositor/nodes/COM_RotateNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_RotateNode.h
    branches/tile/source/blender/compositor/nodes/COM_ScaleNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ScaleNode.h
    branches/tile/source/blender/compositor/nodes/COM_SeparateHSVANode.cpp
    branches/tile/source/blender/compositor/nodes/COM_SeparateHSVANode.h
    branches/tile/source/blender/compositor/nodes/COM_SeparateRGBANode.cpp
    branches/tile/source/blender/compositor/nodes/COM_SeparateRGBANode.h
    branches/tile/source/blender/compositor/nodes/COM_SetAlphaNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_SetAlphaNode.h
    branches/tile/source/blender/compositor/nodes/COM_SocketProxyNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_SocketProxyNode.h
    branches/tile/source/blender/compositor/nodes/COM_SplitViewerNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_SplitViewerNode.h
    branches/tile/source/blender/compositor/nodes/COM_SwitchNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_SwitchNode.h
    branches/tile/source/blender/compositor/nodes/COM_TextureNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_TextureNode.h
    branches/tile/source/blender/compositor/nodes/COM_TimeNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_TimeNode.h
    branches/tile/source/blender/compositor/nodes/COM_TonemapNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_TonemapNode.h
    branches/tile/source/blender/compositor/nodes/COM_TranslateNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_TranslateNode.h
    branches/tile/source/blender/compositor/nodes/COM_ValueNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ValueNode.h
    branches/tile/source/blender/compositor/nodes/COM_VectorCurveNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_VectorCurveNode.h
    branches/tile/source/blender/compositor/nodes/COM_ViewerNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ViewerNode.h
    branches/tile/source/blender/compositor/nodes/COM_ZCombineNode.cpp
    branches/tile/source/blender/compositor/nodes/COM_ZCombineNode.h
    branches/tile/source/blender/compositor/operations/COM_AlphaOverKeyOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_AlphaOverKeyOperation.h
    branches/tile/source/blender/compositor/operations/COM_AlphaOverMixedOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_AlphaOverMixedOperation.h
    branches/tile/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_AlphaOverPremultiplyOperation.h
    branches/tile/source/blender/compositor/operations/COM_BlurBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BlurBaseOperation.h
    branches/tile/source/blender/compositor/operations/COM_BokehBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BokehBlurOperation.h
    branches/tile/source/blender/compositor/operations/COM_BokehImageOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BokehImageOperation.h
    branches/tile/source/blender/compositor/operations/COM_BoxMaskOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BoxMaskOperation.h
    branches/tile/source/blender/compositor/operations/COM_BrightnessOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_BrightnessOperation.h
    branches/tile/source/blender/compositor/operations/COM_ChangeHSVOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ChangeHSVOperation.h
    branches/tile/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorBalanceASCCDLOperation.h
    branches/tile/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorBalanceLGGOperation.h
    branches/tile/source/blender/compositor/operations/COM_ColorCorrectionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorCorrectionOperation.h
    branches/tile/source/blender/compositor/operations/COM_ColorCurveOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorCurveOperation.h
    branches/tile/source/blender/compositor/operations/COM_ColorRampOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ColorRampOperation.h
    branches/tile/source/blender/compositor/operations/COM_CombineChannelsOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_CombineChannelsOperation.h
    branches/tile/source/blender/compositor/operations/COM_CompositorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_CompositorOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertColorToBWOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertColorToBWOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertColorToVectorOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertColourToValueProg.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertColourToValueProg.h
    branches/tile/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertDepthToRadiusOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertHSVToRGBOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertRGBToHSVOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertValueToColourProg.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertValueToColourProg.h
    branches/tile/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertValueToVectorOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertVectorToColorOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvertVectorToValueOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvolutionEdgeFilterOperation.h
    branches/tile/source/blender/compositor/operations/COM_ConvolutionFilterOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ConvolutionFilterOperation.h
    branches/tile/source/blender/compositor/operations/COM_CurveBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_CurveBaseOperation.h
    branches/tile/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DifferenceMatteOperation.h
    branches/tile/source/blender/compositor/operations/COM_DilateErodeOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DilateErodeOperation.h
    branches/tile/source/blender/compositor/operations/COM_DirectionalBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DirectionalBlurOperation.h
    branches/tile/source/blender/compositor/operations/COM_DotproductOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_DotproductOperation.h
    branches/tile/source/blender/compositor/operations/COM_EllipseMaskOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_EllipseMaskOperation.h
    branches/tile/source/blender/compositor/operations/COM_FlipOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_FlipOperation.h
    branches/tile/source/blender/compositor/operations/COM_GammaOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GammaOperation.h
    branches/tile/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GaussianBokehBlurOperation.h
    branches/tile/source/blender/compositor/operations/COM_GaussianXBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GaussianXBlurOperation.h
    branches/tile/source/blender/compositor/operations/COM_GaussianYBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_GaussianYBlurOperation.h
    branches/tile/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_HueSaturationValueCorrectOperation.h
    branches/tile/source/blender/compositor/operations/COM_IDMaskOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_IDMaskOperation.h
    branches/tile/source/blender/compositor/operations/COM_ImageOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ImageOperation.h
    branches/tile/source/blender/compositor/operations/COM_InvertOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_InvertOperation.h
    branches/tile/source/blender/compositor/operations/COM_LensGhostOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_LensGhostOperation.h
    branches/tile/source/blender/compositor/operations/COM_LensGlowImageOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_LensGlowImageOperation.h
    branches/tile/source/blender/compositor/operations/COM_LensGlowOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_LensGlowOperation.h
    branches/tile/source/blender/compositor/operations/COM_MathBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MathBaseOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixAddOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixAddOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixBaseOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixBlendOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixBlendOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixBurnOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixBurnOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixColorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixColorOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixDarkenOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDarkenOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixDifferenceOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDifferenceOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixDivideOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDivideOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixDodgeOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixDodgeOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixHueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixHueOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixLightenOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixLightenOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixLinearLightOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixLinearLightOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixMultiplyOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixMultiplyOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixOverlayOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixOverlayOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixSaturationOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixSaturationOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixScreenOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixScreenOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixSoftLightOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixSoftLightOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixSubtractOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixSubtractOperation.h
    branches/tile/source/blender/compositor/operations/COM_MixValueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_MixValueOperation.h
    branches/tile/source/blender/compositor/operations/COM_OpenCLTestOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_OpenCLTestOperation.h
    branches/tile/source/blender/compositor/operations/COM_PreviewOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_PreviewOperation.h
    branches/tile/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ProjectorLensDistortionOperation.h
    branches/tile/source/blender/compositor/operations/COM_QualityStepHelper.cpp
    branches/tile/source/blender/compositor/operations/COM_QualityStepHelper.h
    branches/tile/source/blender/compositor/operations/COM_ReadBufferOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ReadBufferOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersAOOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersAOOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersAlphaProg.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersAlphaProg.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersBaseProg.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersBaseProg.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersColorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersColorOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersDepthProg.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersDepthProg.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersDiffuseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersDiffuseOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersEmitOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersEmitOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersEnvironmentOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersEnvironmentOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersImageProg.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersImageProg.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersIndirectOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersIndirectOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersMaterialIndexOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersMaterialIndexOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersMistOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersNormalOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersNormalOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersObjectIndexOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersObjectIndexOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersReflectionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersReflectionOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersRefractionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersRefractionOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersShadowOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersShadowOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersSpecularOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersSpecularOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersSpeedOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersSpeedOperation.h
    branches/tile/source/blender/compositor/operations/COM_RenderLayersUVOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RenderLayersUVOperation.h
    branches/tile/source/blender/compositor/operations/COM_RotateOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_RotateOperation.h
    branches/tile/source/blender/compositor/operations/COM_ScaleOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ScaleOperation.h
    branches/tile/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ScreenLensDistortionOperation.h
    branches/tile/source/blender/compositor/operations/COM_SeparateChannelOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SeparateChannelOperation.h
    branches/tile/source/blender/compositor/operations/COM_SetAlphaOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetAlphaOperation.h
    branches/tile/source/blender/compositor/operations/COM_SetColorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetColorOperation.h
    branches/tile/source/blender/compositor/operations/COM_SetValueOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetValueOperation.h
    branches/tile/source/blender/compositor/operations/COM_SetVectorOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SetVectorOperation.h
    branches/tile/source/blender/compositor/operations/COM_SocketProxyOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SocketProxyOperation.h
    branches/tile/source/blender/compositor/operations/COM_SplitViewerOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_SplitViewerOperation.h
    branches/tile/source/blender/compositor/operations/COM_TextureOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_TextureOperation.h
    branches/tile/source/blender/compositor/operations/COM_TonemapOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_TonemapOperation.h
    branches/tile/source/blender/compositor/operations/COM_TranslateOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_TranslateOperation.h
    branches/tile/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_VariableSizeBokehBlurOperation.h
    branches/tile/source/blender/compositor/operations/COM_VectorCurveOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_VectorCurveOperation.h
    branches/tile/source/blender/compositor/operations/COM_ViewerBaseOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ViewerBaseOperation.h
    branches/tile/source/blender/compositor/operations/COM_ViewerOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ViewerOperation.h
    branches/tile/source/blender/compositor/operations/COM_WriteBufferOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_WriteBufferOperation.h
    branches/tile/source/blender/compositor/operations/COM_ZCombineOperation.cpp
    branches/tile/source/blender/compositor/operations/COM_ZCombineOperation.h

Modified: branches/tile/source/blender/compositor/COM_compositor.h
===================================================================
--- branches/tile/source/blender/compositor/COM_compositor.h	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/COM_compositor.h	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
  #ifdef __cplusplus
  extern "C" {
  #endif

Modified: branches/tile/source/blender/compositor/COM_defines.h
===================================================================
--- branches/tile/source/blender/compositor/COM_defines.h	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/COM_defines.h	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
 #ifndef _COM_defines_h_
 #define _COM_defines_h_
 

Modified: branches/tile/source/blender/compositor/intern/COM_CPUDevice.cpp
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_CPUDevice.cpp	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/intern/COM_CPUDevice.cpp	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
 #include "COM_CPUDevice.h"
 
 void CPUDevice::execute(WorkPackage *work) {

Modified: branches/tile/source/blender/compositor/intern/COM_CPUDevice.h
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_CPUDevice.h	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/intern/COM_CPUDevice.h	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
 #ifndef _COM_CPUDevice_h
 #define _COM_CPUDevice_h
 

Modified: branches/tile/source/blender/compositor/intern/COM_ChannelInfo.cpp
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_ChannelInfo.cpp	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/intern/COM_ChannelInfo.cpp	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
 #include "COM_ChannelInfo.h"
 #include "COM_defines.h"
 #include <stdio.h>

Modified: branches/tile/source/blender/compositor/intern/COM_ChannelInfo.h
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_ChannelInfo.h	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/intern/COM_ChannelInfo.h	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
 #ifndef _COM_ChannelInfo_h
 #define _COM_ChannelInfo_h
 

Modified: branches/tile/source/blender/compositor/intern/COM_ChunkOrder.cpp
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_ChunkOrder.cpp	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/intern/COM_ChunkOrder.cpp	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
 #include "COM_ChunkOrder.h"
 #include "BLI_math.h"
 

Modified: branches/tile/source/blender/compositor/intern/COM_ChunkOrder.h
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_ChunkOrder.h	2011-12-06 08:07:12 UTC (rev 42455)
+++ branches/tile/source/blender/compositor/intern/COM_ChunkOrder.h	2011-12-06 08:36:33 UTC (rev 42456)
@@ -1,3 +1,25 @@
+/*
+ * Copyright 2011, Blender Foundation.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ *
+ * Contributor: 
+ *		Jeroen Bakker 
+ *		Monique Dewanchand
+ */
+
 #ifndef _COM_ChunkOrder_h_
 #define _COM_ChunkOrder_h_
 

Modified: branches/tile/source/blender/compositor/intern/COM_ChunkOrderHotspot.cpp
===================================================================
--- branches/tile/source/blender/compositor/intern/COM_ChunkOrderHotspot.cpp	2011-12-06 08:07:12 UTC (rev 42455)

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-blender-cvs mailing list