summaryrefslogtreecommitdiffstats
path: root/src/video_core/dirty_flags.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-10Fix stencil func registers, make clip control equivalent to how it was before, but surely wrong.Kelebek11-1/+1
2022-10-07Update 3D regsKelebek11-11/+13
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-07-23shader: Accelerate pipeline transitions and use dirty flags for shadersReinUsesLisp1-0/+6
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-2/+27
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+7
2020-12-07video_core: Adjust `NUM` macro to avoid Clang warningcomex1-1/+1
2020-03-14DirtyFlags: relax need to set render_targets as dirty Fernando Sahmkow1-8/+0
2020-02-28dirty_flags: Deduplicate code between OpenGL and VulkanReinUsesLisp1-0/+46