Blender Git Commit Log

Git Commits -> Revision edfeca7

September 12, 2021, 18:41 (GMT)
DRW: Add barebone realtime compositor engine

This is just the initial commit. Compositor just clears the framebuffer to
red.

Commit Details:

Full Hash: edfeca758cf858354faaeccb3c47349367fe2ee3
Parent Commit: c51604e
Lines Changed: +274, -0

4 Added Paths:

/source/blender/draw/engines/compositor/compositor_engine.cc (+161, -0) (View)
/source/blender/draw/engines/compositor/compositor_engine.h (+33, -0) (View)
/source/blender/draw/engines/compositor/compositor_shader.cc (+27, -0) (View)
/source/blender/draw/engines/compositor/compositor_shader.hh (+30, -0) (View)

5 Modified Paths:

/release/scripts/startup/bl_ui/space_view3d.py (+2, -0) (Diff)
/source/blender/draw/CMakeLists.txt (+4, -0) (Diff)
/source/blender/draw/intern/draw_manager.c (+6, -0) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+10, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021