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:
authorJesse Yurkovich <deadpin>2021-10-13 17:12:53 +0300
committerClément Foucault <foucault.clem@gmail.com>2021-10-13 17:20:51 +0300
commit92b7bf4856022bc27f21c5c60be717605d47930e (patch)
treec3b219918478d7d6f16bacdba46211f1fbfe7104 /release
parent6c11b320c410255bbad358595af2044da016b9c5 (diff)
Cleanup: Remove data duplication from SMAA lookup tables
These 2 large tables, `areaTexBytes` and `searchTexBytes`, contributed ~176kb worth of duplicate data into the `blender` executable due to the header being used in multiple places. We were lucky that only 2 translation units had included this header so only 1 duplicate copy of each was wasted. Define the tables as `extern` to address this. Reviewed By: fclem Differential Revision: https://developer.blender.org/D12723
Diffstat (limited to 'release')
m---------release/scripts/addons0
1 files changed, 0 insertions, 0 deletions
diff --git a/release/scripts/addons b/release/scripts/addons
-Subproject f86f25e62217264495d05f116ccb09d575fe984
+Subproject 67f1fbca1482d9d9362a4001332e785c3fd5d23