Jan Janssen

Results 94 comments of Jan Janssen

For anyone interested: I [went with something similar](https://github.com/systemd/systemd/issues/29165) to the suggested copying of ELF segments. I simply copy+concat any desired ELF section while adding padding to observe page and section...

Making this generic over pixel format pushes the burden of handling them (correctly) on the consumer, no? That doesn't sound very nice to me. A usage snippet would be nice…

The way I see it: Just draw into a `[BltPixel]` (your backbuffer) and then blit it to the framebuffer when an explicit flush() call is made by the consumer: 1....

> `fill_solid` is a thing, we just didn't implement it I know. You can use `Efibltvideofill` for that, though that would break explicit flushing.