Markus Wick
161ade6da0
common/host_memory: Implement a fallback if fastmem fails.
This falls back to the old approach of using a virtual buffer.
Windows is untested, but this build should fix support for Windows < 10 v1803. However without fastmem support at all.
5 years ago
ReinUsesLisp
f664a4d4c1
common/host_shader: Load Windows 10 functions dynamically
Workaround old headers and libraries shipped on MinGW.
5 years ago
ReinUsesLisp
f36a769085
host_memory: Support staged VirtualProtect calls
5 years ago
Markus Wick
8d2a08553e
common/host_memory: Optimize for huge tables.
In theory, if we have 2 MB continously mapped, this should save one layer of TLB.
Let's make it at least more likely by aligning the memory.
5 years ago
Markus Wick
9a4cec64e1
common/host_memory: Add Linux implementation
5 years ago
ReinUsesLisp
1f0491900b
common/host_memory: Add interface and Windows implementation
5 years ago