Blender Git Commit Log

Git Commits -> Revision f568e77

Revision f568e77 by Sergey Sharybin (soc-2011-tomato)
August 9, 2013, 01:10 (GMT)
Replace our own box AA filter with BLI_jitter-based

Using box filtering for AA makes image too much blurry,
so here's an attempt to use generic BLI_jitter routines
to do sampling.

It's expected to be exactly the same as opengl renderer
does, but i could have got something wrong.

But anyway, results seems to be a little bit less fuzzy.

Commit Details:

Full Hash: f568e779f123807750687dd1efcc5b37b4812af4
SVN Revision: 59030
Parent Commit: 07b615b
Lines Changed: +57, -43

6 Modified Paths:

/source/blender/compositor/operations/COM_PlaneTrackCommonOperation.cpp (+6, -0) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackCommonOperation.h (+2, -1) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackMaskOperation.cpp (+19, -17) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackMaskOperation.h (+6, -0) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackWarpImageOperation.cpp (+22, -25) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackWarpImageOperation.h (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021