helos1/graphics
Edgaru089 218e5c2c96 graphics: make SetPixel() an inline instead of a function pointer
graphics_Init() happens before relocation, so the function breaks once the identity mapping is removed (or flagged NX)
2021-10-28 16:00:25 +08:00
..
xcursor graphics: mention XCursor uses premultiplied alpha 2021-10-21 23:39:49 +08:00
color.h graphics: refactor Color to a standalone file 2021-10-10 23:18:25 +08:00
graphics.c graphics: make SetPixel() an inline instead of a function pointer 2021-10-28 16:00:25 +08:00
graphics.h graphics: make SetPixel() an inline instead of a function pointer 2021-10-28 16:00:25 +08:00
internal_helpers.h graphics: render mouse using copying overlay, optimize copying 2021-10-22 00:28:13 +08:00
test_unifont.c Initial commit 2021-10-10 14:39:17 +08:00
unifont.c Initial commit 2021-10-10 14:39:17 +08:00
unifont.h Initial commit 2021-10-10 14:39:17 +08:00