| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | common: page_table: Update to use VirtualBuffer and simplify. | 2020-04-17 | 1 | -25/+9 | |
| | | |||||
| * | PageTable: move backing addresses to a children class as the CPU page table ↵ | 2020-03-14 | 1 | -1/+11 | |
| | | | | | | | | | 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. | 2019-03-20 | 1 | -0/+2 | |
| | | |||||
| * | core: Move PageTable struct into Common. | 2019-03-16 | 1 | -0/+29 | |