-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jon Lanz
authored and
GitHub Enterprise
committed
Jul 19, 2023
1 parent
bbd0a75
commit e03c57a
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule moonray
updated
26 files
Submodule mcrt_computation
updated
10 files
Submodule mcrt_dataio
updated
5 files
+2 −0 | lib/engine/merger/FbMsgMultiFrames.cc | |
+4 −0 | lib/engine/merger/FbMsgMultiFrames.h | |
+19 −1 | lib/engine/merger/FbMsgSingleFrame.cc | |
+10 −0 | lib/engine/merger/FbMsgSingleFrame.h | |
+3 −3 | package.py |
Submodule scene_rdl2
updated
19 files
+16 −0 | lib/common/fb_util/ActivePixels.cc | |
+2 −0 | lib/common/fb_util/ActivePixels.h | |
+321 −243 | lib/common/fb_util/SnapshotUtil.cc | |
+18 −29 | lib/common/fb_util/ispc/SnapshotUtil.ispc | |
+5 −9 | lib/common/grid_util/ActivePixelsArray.cc | |
+2 −8 | lib/common/grid_util/ActivePixelsArray.h | |
+62 −10 | lib/common/grid_util/Fb.cc | |
+7 −9 | lib/common/grid_util/Fb.h | |
+6 −0 | lib/common/grid_util/Fb_get.cc | |
+22 −10 | lib/common/grid_util/Fb_ppm.cc | |
+79 −15 | lib/common/grid_util/Parser.cc | |
+2 −4 | lib/common/grid_util/Parser.h | |
+5 −2 | lib/render/cache/CacheDequeue.h | |
+5 −2 | lib/render/cache/CacheEnqueue.h | |
+20 −20 | lib/scene/rdl2/CommonAttributes.h | |
+2 −0 | lib/scene/rdl2/Material.cc | |
+1 −1 | package.py | |
+747 −556 | tests/lib/common/fb_util/TestSnapshotUtil.cc | |
+95 −19 | tests/lib/common/fb_util/TestSnapshotUtil.h |