ladybird/Userland/Libraries/LibSoftGPU/Buffer
Jelle Raaijmakers e9d2f9a95e LibSoftGPU: Use memcpy instead of a loop to blit the color buffer
Looking at `Tubes` before and after this change, comparing the original
loop to the one using `memcpy`, including the time for `memcpy` itself,
resulted in ~15% fewer samples in profiles on my machine.
2022-09-14 17:17:19 +02:00
..
FrameBuffer.h LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888 2022-02-22 23:48:59 +00:00
Typed2DBuffer.h LibSoftGPU: Use memcpy instead of a loop to blit the color buffer 2022-09-14 17:17:19 +02:00
Typed3DBuffer.h LibSoftGPU: Generalize pixel buffers and standardize on BGRA8888 2022-02-22 23:48:59 +00:00