| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-10 | Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future ↵ | gdkchan | |
| LLE implementation | |||
| 2018-06-10 | Fix a small size related issue on MapBufferEx and add the BC7U texture format | gdkchan | |
| 2018-06-08 | Texture/Vertex/Index data cache (#132) | gdkchan | |
| * Initial implementation of the texture cache * Cache vertex and index data aswell, some cleanup * Improve handling of the cache by storing cached ranges on a list for each page * Delete old data from the caches automatically, ensure that the cache is cleaned when the mapping/size changes, and some general cleanup | |||
| 2018-06-02 | Some small gpu improvements and shader improvements, add support for ASTC ↵ | gdkchan | |
| 4x4 textures (slow!) | |||
| 2018-05-29 | Added support for more shader instructions and texture formats, fix swapped ↵ | gdkchan | |
| channels in RGB565 and RGBA5551? texture formats, allow zero values on blending registers, initial work to build CFG on the shader decoder, update the BRA instruction to work with it (WIP) | |||
| 2018-05-07 | NvServices refactoring (#120) | gdkchan | |
| * Initial implementation of NvMap/NvHostCtrl * More work on NvHostCtrl * Refactoring of nvservices, move GPU Vmm, make Vmm per-process, refactor most gpu devices, move Gpu to Core, fix CbBind * Implement GetGpuTime, support CancelSynchronization, fix issue on InsertWaitingMutex, proper double buffering support (again, not working properly for commercial games, only hb) * Try to fix perf regression reading/writing textures, moved syncpts and events to a UserCtx class, delete global state when the process exits, other minor tweaks * Remove now unused code, add comment about probably wrong result codes | |||
