- 27 Nov, 2023 2 commits
-
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45122
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45123 By using sqrt(a * a + b * b), for large (or small) a or b, there is a possibility of overflow (underflow), although the result itself is not that big to cause overflow. To overcome this problem, there are implementations of hypotenuse that do not use power of 2, and use other methods to calculate the result. To calculate a ⊕ b, you can easily use hypotf(a,b). https://en.cppreference.com/w/cpp/numeric/math/hypot
-
- 17 Nov, 2023 2 commits
-
-
Paul Gofman authored
-
Jacek Caban authored
-
- 15 Nov, 2023 1 commit
-
-
Michael Stefaniuc authored
-
- 06 Nov, 2023 2 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
- 03 Nov, 2023 1 commit
-
-
Alex Henrie authored
-
- 01 Nov, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 31 Oct, 2023 3 commits
-
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
Moving main curve implementation from GdipAddPathCurve2 to GdipAddPathCurve3, allow for use offset and nseg variables in GdipAddPathCurve3.
-
Bartosz Kosiorek authored
-
- 30 Oct, 2023 4 commits
-
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
-
- 27 Oct, 2023 2 commits
-
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
-
- 26 Oct, 2023 4 commits
-
-
Jeff Smith authored
-
Jeff Smith authored
-
Jeff Smith authored
-
Jeff Smith authored
-
- 25 Oct, 2023 1 commit
-
-
Bartosz Kosiorek authored
Single float division (divss) is at least four time slower, than multiplication (mulss). More information: https://www.agner.org/optimize/instruction_tables.pdf The units_to_pixels was optimized to use only multiplication (mulss), and avoid using divisions (divss).
-
- 16 Oct, 2023 1 commit
-
-
Bartosz Kosiorek authored
-
- 12 Oct, 2023 1 commit
-
-
Alexandre Julliard authored
-
- 26 Sep, 2023 1 commit
-
-
Bartosz Kosiorek authored
-
- 19 Sep, 2023 2 commits
-
-
Jeff Smith authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=34789
-
Jeff Smith authored
-
- 18 Sep, 2023 1 commit
-
-
Huw Davies authored
-
- 12 Sep, 2023 1 commit
-
-
Jeff Smith authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38823
-
- 11 Sep, 2023 1 commit
-
-
Bartosz Kosiorek authored
Changing the colour of the second pixel of the source bitmap clarifies the incorrect behaviour of PixelOffsetMode Half and HighQuality. This also provides better proof that PixelOffsetMode None and Fast are implemented correctly.
-
- 06 Sep, 2023 3 commits
-
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
gdiplus/tests: Add a test for calling GdipImageSelectActiveFrame() with invalid frame on a memory bitmap. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
- 29 Aug, 2023 4 commits
-
-
Jeff Smith authored
-
Jeff Smith authored
-
Jeff Smith authored
-
Jeff Smith authored
-
- 24 Aug, 2023 2 commits
-
-
Jeff Smith authored
-
Jeff Smith authored
-