| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | 2018-10-16 | 1 | -2/+2 | |
| * | rasterizer_cache: Refactor to support in-order flushing. | 2018-10-16 | 1 | -32/+100 | |
| * | gl_rasterizer_cache: Only flush when use_accurate_framebuffers is enabled. | 2018-10-16 | 1 | -1/+7 | |
| * | rasterizer_cache: Reintroduce method for flushing. | 2018-10-16 | 1 | -0/+17 | |
| * | core/core: Replace includes with forward declarations where applicable | 2018-08-31 | 1 | -2/+1 | |
| * | rasterizer_cache: Use boost::interval_map for a more accurate cache. | 2018-08-31 | 1 | -33/+45 | |
| * | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | 2018-08-31 | 1 | -4/+4 | |
| * | gl_rasterizer: Fix issues with the rasterizer cache. | 2018-08-31 | 1 | -46/+8 | |
| * | video_core: Add RasterizerCache class for common cache management code. | 2018-08-27 | 1 | -0/+116 |