summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_null (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-04renderer_null: fixLiam1-3/+10
2023-09-23Query Cache: address issuesFernando Sahmkow1-1/+2
2023-09-23Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow2-11/+13
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPUFernando Sahmkow2-2/+6
2023-06-03core: frontend: Refactor GraphicsContext to its own module.bunnei1-0/+2
2023-05-07GPU: Add Reactive flushingFernando Sahmkow2-0/+11
2023-03-05Engines: Implement Accelerate DMA Texture.Fernando Sahmkow1-0/+8
2023-01-05video_core: Implement opengl/vulkan draw_textureFeng Chen2-0/+2
2023-01-01RasterizerMemory: Add filtering for flushing/invalidation operations.Fernando Sahmkow2-8/+12
2022-11-29video_core: add null backendLiam4-0/+228