summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_null/null_rasterizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: simplify accelerated surface fetch and crop handling between APIsLiam2024-01-311-4/+0
* Core: Eliminate core/memory dependancies.Fernando Sahmkow2024-01-191-3/+2
* SMMU: Initial adaptation to video_core.Fernando Sahmkow2024-01-191-11/+10
* renderer_null: fixLiam2023-11-041-3/+10
* Query Cachge: Fully rework Vulkan's query cacheFernando Sahmkow2023-09-231-8/+10
* Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPUFernando Sahmkow2023-06-281-1/+4
* GPU: Add Reactive flushingFernando Sahmkow2023-05-071-0/+10
* video_core: Implement opengl/vulkan draw_textureFeng Chen2023-01-051-0/+1
* RasterizerMemory: Add filtering for flushing/invalidation operations.Fernando Sahmkow2023-01-011-4/+4
* video_core: add null backendLiam2022-11-291-0/+90