LookingGlass/common
Geoffrey McRae 196050bd23 [common] framebuffer: improve client framebuffer read performance
Extensive profiling reveals that the glibc memcpy performs up to 2x
faster then the existing SIMD implementation that was in use here. This
patch also will copy large 1MB chunks if the pitch of the source and
destination match further increasing throughput.
2021-06-08 15:08:13 +10:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [common] framebuffer: improve client framebuffer read performance 2021-06-08 15:08:13 +10:00
src [common] framebuffer: improve client framebuffer read performance 2021-06-08 15:08:13 +10:00
CMakeLists.txt [host] dxgi: sleep until it's close to time to map 2021-06-06 12:26:36 +10:00