b939b60c3f28a0514fcc0063322c2b3f9314f0cb
This patch implements the Z Combine node for the realtime compositor. The patch also extends the SMAA implementation to work with float textures as a prerequisite to the Z Combine implementation. Moreover, a mechanism for computing multi-output operations was implemented, in which unneeded outputs will allocate a dummy 1x1 texture for a correct shader invocation, then those dummy textures will be cleaned up by calling a routine right after evaluation. This is different from the CPU implementation in that the while combine mask is anti-aliased, including the alpha mask, which is not considered in the CPU case. The node can be implemented as a GPU shader operation when the anti-aliasing option is disabled, which is something we should do when the evaluator allows nodes be executed as both standard and GPU shader operations. Pull Request: https://projects.blender.org/blender/blender/pulls/106637
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
