This website requires JavaScript.
Explore
Help
Sign In
dillongoostudios
/
goo-engine
Watch
3
Star
0
Fork
0
You've already forked goo-engine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
94de4087e6dbc67426dd62be5c82f3069f8db597
goo-engine
/
source
/
blender
/
compositor
/
intern
T
History
Campbell Barton
58ea0e051f
Cleanup: spelling in comments
2023-11-09 09:54:28 +11:00
..
COM_BufferArea.h
…
COM_BufferOperation.cc
…
COM_BufferOperation.h
…
COM_BufferRange.h
…
COM_BuffersIterator.h
…
COM_ChunkOrder.cc
…
COM_ChunkOrder.h
…
COM_ChunkOrderHotspot.cc
…
COM_ChunkOrderHotspot.h
…
COM_compositor.cc
Cleanup: Move compositor headers to c++
2023-10-16 10:45:54 +02:00
COM_CompositorContext.cc
…
COM_CompositorContext.h
…
COM_ConstantFolder.cc
…
COM_ConstantFolder.h
…
COM_Converter.cc
…
COM_Converter.h
…
COM_CPUDevice.cc
…
COM_CPUDevice.h
…
COM_Debug.cc
…
COM_Debug.h
…
COM_Device.cc
…
COM_Device.h
…
COM_Enums.cc
…
COM_Enums.h
…
COM_ExecutionGroup.cc
Cleanup: use std::min/max instead of MIN2/MAX2 macros
2023-11-07 16:33:19 +11:00
COM_ExecutionGroup.h
Cleanup: spelling in comments, white-space in comments
2023-10-19 18:53:16 +11:00
COM_ExecutionModel.cc
…
COM_ExecutionModel.h
…
COM_ExecutionSystem.cc
Cleanup: use std::min/max instead of MIN2/MAX2 macros
2023-11-07 16:33:19 +11:00
COM_ExecutionSystem.h
…
COM_FullFrameExecutionModel.cc
Cleanup: spelling in comments
2023-11-09 09:54:28 +11:00
COM_FullFrameExecutionModel.h
…
COM_MemoryBuffer.cc
Cleanup: use std::min/max instead of MIN2/MAX2 macros
2023-11-07 16:33:19 +11:00
COM_MemoryBuffer.h
Fix
#114260
: Compositor sometimes produces straight alpha
2023-11-06 15:15:22 +01:00
COM_MemoryProxy.cc
…
COM_MemoryProxy.h
…
COM_MetaData.cc
…
COM_MetaData.h
…
COM_MultiThreadedOperation.cc
…
COM_MultiThreadedOperation.h
…
COM_MultiThreadedRowOperation.cc
…
COM_MultiThreadedRowOperation.h
Cleanup: Replace usage of old BLI_array macros with C++ types
2023-10-06 03:02:17 +02:00
COM_Node.cc
…
COM_Node.h
…
COM_NodeConverter.cc
…
COM_NodeConverter.h
…
COM_NodeGraph.cc
…
COM_NodeGraph.h
…
COM_NodeOperation.cc
Cleanup: use std::min/max instead of MIN2/MAX2 macros
2023-11-07 16:33:19 +11:00
COM_NodeOperation.h
Cleanup: spelling in comments, white-space in comments
2023-10-19 18:53:16 +11:00
COM_NodeOperationBuilder.cc
…
COM_NodeOperationBuilder.h
…
COM_OpenCLDevice.cc
…
COM_OpenCLDevice.h
…
COM_SharedOperationBuffers.cc
…
COM_SharedOperationBuffers.h
…
COM_SingleThreadedOperation.cc
…
COM_SingleThreadedOperation.h
…
COM_TiledExecutionModel.cc
…
COM_TiledExecutionModel.h
…
COM_WorkPackage.cc
…
COM_WorkPackage.h
…
COM_WorkScheduler.cc
…
COM_WorkScheduler.h
…