Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/core: Replace includes with forward declarations where applicable | Lioncash | 2018-08-31 | 1 | -2/+1 |
* | rasterizer_cache: Use boost::interval_map for a more accurate cache. | bunnei | 2018-08-31 | 1 | -33/+45 |
* | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 2018-08-31 | 1 | -4/+4 |
* | gl_rasterizer: Fix issues with the rasterizer cache. | bunnei | 2018-08-31 | 1 | -46/+8 |
* | video_core: Add RasterizerCache class for common cache management code. | bunnei | 2018-08-28 | 1 | -0/+116 |