summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_null/null_rasterizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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