Blender Git Commit Log

Git Commits -> Revision 6654774

Revision 6654774 by Sergey Sharybin (cycles-x)
June 3, 2021, 13:48 (GMT)
Cycles X: Move pass accessor to integrator folder

This is where it is used the most and will be used even more in the
future.

No functional changes, preparing for an upcoming generalization of
the class. Eventually this class will take over the kernel film
convert kernel, for which DeviceQueue will be needed, so it makes
sense to move the pass accessor to the integrator folder

Differential Revision: https://developer.blender.org/D11476

Commit Details:

Full Hash: 66547740edb10d8e155a16688ca7fb6cd8cdf341
Parent Commit: 88031d2
Lines Changed: +575, -575

2 Added Paths:

/intern/cycles/integrator/pass_accessor.cpp (+501, -0) (View)
/intern/cycles/integrator/pass_accessor.h (+70, -0) (View)

2 Deleted Paths:

/intern/cycles/render/pass_accessor.cpp (+0, -501)
/intern/cycles/render/pass_accessor.h (+0, -70)

4 Modified Paths:

/intern/cycles/integrator/CMakeLists.txt (+2, -0) (Diff)
/intern/cycles/integrator/path_trace.cpp (+1, -1) (Diff)
/intern/cycles/render/CMakeLists.txt (+0, -2) (Diff)
/intern/cycles/render/session.cpp (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021