Re: [PATCH 0/1] Refactoring of framebuffer drawing routines

2025-03-11 Thread Helge Deller
On 2/24/25 21:59, Zsolt Kajtar wrote: Proper refactoring of the framebuffer drawing routines. This time it's not only the merging of duplicated code. It isn't half finished either so the various combinations of foreign endianness, pixel reversing, bits per pixel, cpu word sizes and byte order sho

Re: [PATCH 0/1] Refactoring of framebuffer drawing routines

2025-03-08 Thread Helge Deller
On 2/24/25 21:59, Zsolt Kajtar wrote: Proper refactoring of the framebuffer drawing routines. This time it's not only the merging of duplicated code. It isn't half finished either so the various combinations of foreign endianness, pixel reversing, bits per pixel, cpu word sizes and byte order sho

[PATCH 0/1] Refactoring of framebuffer drawing routines

2025-02-24 Thread Zsolt Kajtar
Proper refactoring of the framebuffer drawing routines. This time it's not only the merging of duplicated code. It isn't half finished either so the various combinations of foreign endianness, pixel reversing, bits per pixel, cpu word sizes and byte order should work. Added myself to look after th