Mike Beaton
72a332ce59
Build: Add /wd4324 to MSFT:*_CC_FLAGS for VS2019 BASE_ALIGNAS
...
Without this flag MSVC produces spurious warning C4324 when the macro is
working as intended.
Add static assert to OcBlitLib.c which fails without this support.
2024-11-27 12:30:21 +00:00
PMheart
228f8ca1fb
Codestyle: Apply codestyle changes with Uncrustify
2022-04-25 14:51:15 +02:00
vit9696
69563566b2
OcBlitLib: Improve the locality for buffer blits at 90/270
2021-05-10 12:50:11 +03:00
vit9696
bfbe8037f6
OcBlitLib: Fix broken optimisation (not working with max w blits at 0)
2021-05-09 22:47:52 +03:00
vit9696
b787e77c41
OcBlitLib: Implement VideoToBuffer for 90 and 270 degree rotation
2021-05-08 22:22:56 +03:00
vit9696
3de78eefd7
OcBlitLib: Fix off by one error and a typo in BlitBuffer270
2021-05-08 22:21:30 +03:00
vit9696
97046127d2
OcBlitLib: Fix off by one error in BlitBuffer 90
2021-05-08 22:07:15 +03:00
vit9696
b64796ee1a
OcBlitLib: Simplify fill function
2021-05-08 21:47:27 +03:00
vit9696
dcb414384c
OcBlitLib: Implement VideoToVideo for 180 degree rotation
2021-05-08 21:42:10 +03:00
vit9696
a047f7e467
OcBlitLib: Fix VideoFill and VideoToVideo with rotation
...
Can be tested in the Shell with Builtin text renderer.
2021-05-08 21:24:53 +03:00
vit9696
68ddb7122d
OcBlitLib: Provide naive implementation for 90 and 270 degree rotation
2021-05-08 21:03:21 +03:00
vit9696
b87d9eead2
OcBlitLib: Implement partial 180 degree rotation support
2021-05-08 19:12:30 +03:00
vit9696
2f607ca1e2
OcBlitLib: Avoid wraparound when doing bounds checking
2021-05-08 17:35:51 +03:00
vit9696
6f8ff932e7
OcBlitLib: Start working on rotation
2021-05-08 17:23:21 +03:00
vit9696
381d62cb2d
Build: Fix line endings
2021-05-08 13:41:30 +03:00
vit9696
2abe2a6d1a
OcBlitLib: Initial version for improved compatibility
2021-05-08 13:29:29 +03:00