mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-10 06:34:01 +00:00

sw_engine: radial gradient [issues 2014: radial gradient](#2014) Radial gradient results in a corrupted image when the focal point is outside the circle on Apple Silicon. This happens because some compilers use FMA to optimize the a = dr² - dx² - dy² calculation, which cause loss of precision. We rely on temporary variables to prevent FMA. We could also use compiler specific float contraction control pragmas to avoid this if this doesn't work in the future
29 lines
1.2 KiB
Text
29 lines
1.2 KiB
Text
Hermet Park <hermet@lottiefiles.com>, <chuneon.park@samsung.com>
|
|
Prudhvi Raj Vasireddi <prudhvi.raj@samsung.com>
|
|
Junsu Choi <jsuya.choi@samsung.com>
|
|
Pranay Samanta <pranay.ks@samsung.com>
|
|
Mateusz Palkowski <m.palkowski@samsung.com>
|
|
Subhransu Mohanty <sub.mohanty@samsung.com>
|
|
Mira Grudzinska <veleveta@gmail.com>, <m.grudzinska@samsung.com>
|
|
Michal Szczecinski <m.szczecinsk@partner.samsung.com>
|
|
Shinwoo Kim <cinoo.kim@samsung.com>
|
|
Piotr Kalota <p.kalota@samsung.com>
|
|
Vincent Torri <vincent.torri@gmail.com>
|
|
Pankaj Kumar <pankaj.m1@samsung.com>
|
|
Patryk Kaczmarek <patryk.k@partner.samsung.com>
|
|
Michal Maciola <m.maciola@samsung.com>
|
|
Peter Vullings <peter@projectitis.com>
|
|
K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
|
|
Rémi Verschelde <rverschelde@gmail.com>
|
|
Martin Liska <mliksa@suse.cz>
|
|
Vincenzo Pupillo <vincenzo.pupillo@unimi.it>
|
|
EunSik Jeong <rinechran@outlook.jp>
|
|
Rafał Mikrut <mikrutrafal@protonmail.com>
|
|
Martin Capitanio <capnm@capitanio.org>
|
|
RuiwenTang <tangruiwen1989@gmail.com>
|
|
YouJin Lee <ol-of@naver.com>
|
|
SergeyLebedkin <sergii@lottiefiles.com>
|
|
Jinny You <jinny@lottiefiles.com>
|
|
Nattu Adnan <nattu@reallynattu.com>
|
|
Gabor Kiss-Vamosi <kisvegabor@gmail.com>
|
|
Lorcán Mc Donagh <lorcan@lmdsp.com>
|