Skip to content
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
f0dfb3f
refactor(TAA): readable variable names + named constants (provably no…
alandtse Jun 3, 2026
0974a59
refactor(TAA): collapse flicker-score accumulation (no-op)
alandtse Jun 3, 2026
a48319a
refactor(TAA): extract MergeLumaBracket for the bracket cascade
alandtse Jun 3, 2026
d06e69f
refactor(TAA): separate flicker contributions from the colour sort
alandtse Jun 3, 2026
5c0a876
refactor(TAA): extract SharpenDelta in the blend section
alandtse Jun 3, 2026
ac0c6d6
docs(TAA): document the blend section's intent (no-op)
alandtse Jun 3, 2026
3b5a81a
refactor(TAA): name blend-section magic constants (no-op)
alandtse Jun 3, 2026
9b658f6
refactor(TAA): name flicker threshold constant (no-op)
alandtse Jun 3, 2026
9ed88b1
refactor(TAA): seed tapC1 via MergeLumaBracket (no-op)
alandtse Jun 3, 2026
f38d1e5
refactor(TAA): final corner bracket fold via MergeLumaBracket (no-op)
alandtse Jun 3, 2026
6d2e0cc
refactor(TAA): extract MergeMaxBracket for the colour sort (gate-corr…
alandtse Jun 3, 2026
abb3312
refactor(TAA): complete max bracket with ungated corner fold (motion-…
alandtse Jun 3, 2026
40118f6
refactor(TAA): extract minBracket local, symmetric with maxBracket
alandtse Jun 3, 2026
4e3e7cb
refactor(TAA): extract lowClamp; tapC1 floor via MergeMaxBracket
alandtse Jun 3, 2026
7bbd72c
refactor(TAA): rename bracketMax register to belowHistCentre scalar (…
alandtse Jun 3, 2026
6423746
refactor(TAA): name the AABB-bound selection (rectification tail)
alandtse Jun 3, 2026
d145348
refactor(TAA): express history-luma clamp as clamp() in the blend
alandtse Jun 3, 2026
68311b4
refactor(TAA): express rectified-colour combine as lerp()
alandtse Jun 3, 2026
a80f9ea
refactor(TAA): express clip ratio explicitly
alandtse Jun 3, 2026
428018d
refactor(TAA): build the two history-clip candidates via float4 ctors
alandtse Jun 3, 2026
01e997f
docs(TAA): update blend section comment to reflect the readable recti…
alandtse Jun 3, 2026
dd64425
refactor(TAA): drop dead weightedColor register (provably no-op)
alandtse Jun 3, 2026
f8c0b47
refactor(TAA): unify min/max bracket folds into shared loop
alandtse Jun 3, 2026
d508fe3
refactor(TAA): destructure centerMeta/mergeScratch/bracketMinReg
alandtse Jun 3, 2026
8fadfe3
refactor(TAA): destructure center pack to belowHistC1 scalar
alandtse Jun 3, 2026
29dcec1
refactor(TAA): name the history-clip candidates in the blend
alandtse Jun 3, 2026
ac71b48
refactor(TAA): name the disocclusion/OOB/mask reject flag
alandtse Jun 3, 2026
e4abdb1
refactor(TAA): name the history-similarity weights in the blend
alandtse Jun 3, 2026
1825751
refactor(TAA): name the feedback blend weight and luma fixup
alandtse Jun 3, 2026
39d672c
refactor(TAA): name the colour-blend vectors in the output path
alandtse Jun 3, 2026
aa12616
refactor(TAA): name mask values and the output color pack
alandtse Jun 3, 2026
c7d710e
refactor(TAA): eliminate the sampleUV pack and history.xy temp
alandtse Jun 3, 2026
e1e24f0
refactor(TAA): name the corner-inclusion flag; refresh layout comment
alandtse Jun 3, 2026
101e918
refactor(TAA): build clip candidates from the bound selects directly
alandtse Jun 3, 2026
954454a
docs(TAA): refresh stale blend-section comments post-destructure
alandtse Jun 3, 2026
c6c75e3
refactor(TAA): fold the 8 flicker contributions into a loop
alandtse Jun 4, 2026
967700a
refactor(TAA): extract ReprojectHistoryUV helper
alandtse Jun 4, 2026
aeedd05
refactor(TAA): sample the neighbourhood into a neighbors[] array + loop
alandtse Jun 4, 2026
f5dae3e
refactor(TAA): drop now-unused AssignPackedNeighbor helper
alandtse Jun 4, 2026
033ed60
refactor(TAA): name historyUV and rectifiedColor (drop pack overloads)
alandtse Jun 4, 2026
d521732
refactor(TAA): destructure the history pack into named values
alandtse Jun 4, 2026
e393642
refactor(TAA): tighten HDR ifdef branches to the differing term only
alandtse Jun 4, 2026
bf3a8fc
refactor(TAA): unify VR/SE disocclusion reject via ReprojectHistoryUV
alandtse Jun 4, 2026
65d6709
refactor(TAA): keep neighbors[] immutable; reword refactor-note comments
alandtse Jun 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading