◱ PixelyIon 745cb208a6 Optimize deswizzling implementation and support multiple formats
The deswizzling implementation currently writes linearly and reads non-linearly, this is non optimal as the MMU cannot read ahead. This flips that and reads linearly while it writes non-linearly. This is based on: 324a3624ac/nx/source/display/framebuffer.c (L189).
2019-12-11 17:31:12 +00:00
..
2019-08-17 04:34:37 +05:30
2019-10-18 16:22:38 +05:30
2019-11-15 19:30:04 +00:00