Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Bakker <jbakker>2021-06-11 10:34:31 +0300
committerJeroen Bakker <jeroen@blender.org>2021-06-11 10:34:44 +0300
commit28617bb167981ac1e02655c0fc262fe1571d8e1e (patch)
tree0859547367283e9c87676e5379e48d66a5dd9925 /release/datafiles
parent84f025c6fdba38a1cdf8e3070c9642977837cb33 (diff)
Sequencer: Transform ImBuf Processor.
Inside the sequencer the cropping and transform of images/buffers were implemented locally. This reduced the optimizations that a compiler could do and added confusing code styles. This patch adds `IMB_transform` to reduce the confusion and increases compiler optimizations as more code can be inlined and we can keep track of indices inside the inner loop. This increases end-user performance by 30% when playing back aa video in VSE. Reviewed By: ISS, zeddb Differential Revision: https://developer.blender.org/D11549
Diffstat (limited to 'release/datafiles')
m---------release/datafiles/locale0
1 files changed, 0 insertions, 0 deletions
diff --git a/release/datafiles/locale b/release/datafiles/locale
-Subproject 5ab29b1331d2103dae634b987f121c4599459d7
+Subproject 4833954c0ac85cc407e1d5a153aa11b1d1823ec