Commit graph

35 commits

Author SHA1 Message Date
Xu Xingliang
d113540d61 capi: fix compile warning
Fix warning during build with lvgl https://github.com/lvgl/lvgl/pull/6081/

error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-05-27 23:13:34 +09:00
Hermet Park
a95d5667eb
Update AUTHORS 2024-05-24 22:37:43 +09:00
Hermet Park
e9311aeda4
Update AUTHORS 2024-04-27 03:01:06 +09:00
Mira Grudzinska
6406a369a5 authors: updating email address 2024-04-15 21:57:11 +09:00
Hermet Park
d6b923fe5c AUTHORS: updated
Since ThorVG has a contributor section on the main page,
there is no need to keep the redundant email list anymore.
2024-04-15 12:39:25 +09:00
Lucas Niu
b7ebccdc41 Update AUTHORS 2024-04-14 23:54:26 +09:00
Lorcán Mc Donagh
cea221e2d5 sw_engine: fix radial gradient when focal point is outside circle on ARM/Apple Silicon
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
2024-03-08 01:36:44 +09:00
Hermet Park
a3470e8be3
Update AUTHORS 2024-01-15 23:42:57 +09:00
Hermet Park
381152ff1a AUTHORS: updated 2024-01-15 14:08:53 +09:00
Hermet Park
c3aa1bf8eb
Update AUTHORS 2023-11-02 17:54:28 +09:00
Hermet Park
f271eca76d
Update AUTHORS 2023-10-13 23:03:55 +09:00
Hermet Park
3a0f3536ad
Update AUTHORS 2023-09-13 16:15:52 +09:00
RuiwenTang
7eeba75472 gl_engine: Use advance tessellate algorithm
Introducing a new tessellate algorithm to break polygon into triangles.
2023-08-28 11:36:43 +09:00
Hermet Park
5f4ee24dc6 updated AUTHORS 2023-06-20 11:40:50 +09:00
Hermet Park
cf41e1edf7 updated AUTHORS 2023-05-01 13:41:25 +09:00
Hermet Park
65116b87ad
Update AUTHORS 2023-04-26 11:21:13 +09:00
Hermet Park
9b3c34c3b1 updated copyright. 2023-01-14 13:48:11 +09:00
Mira Grudzinska
3732b2c54a authors: updating email address 2022-12-13 17:15:26 -08:00
Hermet Park
b02ebb9f7f Update AUTHORS 2022-12-06 20:39:42 +09:00
Hermet Park
cb4bba83d9 updated AUTHORS 2022-06-05 15:26:39 +09:00
Rémi Verschelde
4d58dae59f sw_engine: Replace non-portable min/max with tvgMath.h macros
This would fail building with Visual Studio 2017, at least downstream in Godot
where we undefine old Windows compilers' non-standard `min`/`max` macros (see
`minmax.h`/`NOMINMAX`).
2022-01-20 11:18:40 +09:00
Hermet Park
eb75745a19
Update AUTHORS 2022-01-10 14:21:23 +09:00
K. S. Ernest (iFire) Lee
607fd5de3f Update AUTHORS 2022-01-10 14:20:45 +09:00
Projectitis
9ac024cff5 Update authors 2021-10-06 11:10:53 +09:00
Hermet Park
1238ea242d
Update AUTHORS 2021-07-11 11:33:43 +09:00
Hermet Park
699a751b1b updated AUTHORS 2021-03-09 20:20:43 +09:00
Hermet Park
d08d87dc0b
gl_engine: fix coding convention.
no logical changes.
2020-12-30 12:40:54 +09:00
Hermet Park
8d03f131a3 updated AUTHORS 2020-11-06 11:33:09 +09:00
Hermet Park
c055682724 updated AUTHORS 2020-09-11 11:15:00 +09:00
Hermet Park
06cadc79f5 updated AUTHORS
Change-Id: Ie0bb862f8ba20e682bf3bb7469455fa52a5d5498
2020-08-20 17:52:11 +09:00
Hermet Park
621d607126 updated AUTHORS
Change-Id: Ia3b91f2dff139b80c5e968be2a0ecb725e6b62bd
2020-07-28 20:46:11 +09:00
Hermet Park
dd1f7875f6 updated AUTHORS
Change-Id: If9412e0598bdfa59dc142aacaec1cb5ae3f5401d
2020-07-17 16:56:05 +09:00
Hermet Park
ac3c46cf36 updated AUTHORS
Change-Id: Ife45b8ec1ad39822491e57b6031927a42f6a113b
2020-06-29 16:16:01 +09:00
Hermet Park
6b54eb5c22 updated AUTHORS
Change-Id: Id756d25e475e8f8cb8379577032e5b41e772b88e
2020-05-27 11:03:07 +09:00
Hermet Park
c20274aaf8 + Initial draft
Introduce project skeleton such as build envrionment and interfaces
to build up code further cooperatively.

Change-Id: Ie9ac38991f609d33637283134906d7cc3f2ac19e
2020-03-25 11:53:03 +09:00