summaryrefslogtreecommitdiff
path: root/src/common/page_table.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: page_table: Update to use VirtualBuffer and simplify.Gravatar bunnei2020-04-171-28/+9
|
* PageTable: move backing addresses to a children class as the CPU page table ↵Gravatar Fernando Sahmkow2020-03-141-2/+13
| | | | | | | | does not need them. This PR aims to reduce the memory usage in the CPU page table by moving GPU specific parameters into a child class. This saves 1Gb of Memory for most games.
* gpu: Rewrite virtual memory manager using PageTable.Gravatar bunnei2019-03-201-1/+5
|
* core: Move PageTable struct into Common.Gravatar bunnei2019-03-161-0/+80