index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
query_cache.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-04
VideoCore: Move Slot Vector to Common
Fernando Sahmkow
2024-01-18
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-12-19
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRIT...
Ameer J
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
2023-05-07
Query cache: stop updating pages as it's not affected by cpu writes
Fernando Sahmkow
2023-04-28
QueryCache: Fix write invalidation.
Fernando Sahmkow
2023-04-24
Clang format and ddress feedback
Fernando Sahmkow
2023-04-23
QueryCache: rework async downloads.
Fernando Sahmkow
2023-04-23
Fence Manager: implement async fence management in a sepparate thread.
Fernando Sahmkow
2023-03-12
general: fix spelling mistakes
Liam
2022-10-07
Update 3D regs
Kelebek1
2022-10-06
state_tracker: workaround channel setup for homebrew
Liam
2022-10-06
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-08-19
code: dodge PAGE_SIZE #define
Kyle Kienapfel
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
video_core: Reduce unused includes
ameerj
2022-03-18
general: Reduce core.h includes
ameerj
2021-10-16
Merge pull request #7077 from FernandoS27/face-down
Ameer J
2021-10-03
gpu: Migrate implementation to the cpp file
ameerj
2021-09-24
QueryCache: Flush queries in order of running.
Fernando Sahmkow
2021-04-14
common: Move settings to common from core.
bunnei
2021-04-12
query_cache: Make use of std::erase_if
Lioncash
2020-12-05
video_core: Resolve more variable shadowing scenarios pt.3
Lioncash
2020-09-19
renderer_vulkan: Make unconditional use of VK_KHR_timeline_semaphore
ReinUsesLisp
2020-09-06
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-07-09
configuration: implement per-game configurations (#4098)
lat9nq
2020-06-18
Rename PAGE_SHIFT to PAGE_BITS
MerryMage
2020-04-22
Address Feedback.
Fernando Sahmkow
2020-04-22
QueryCache: Only do async flushes on async gpu.
Fernando Sahmkow
2020-04-22
QueryCache: Implement Async Flushes.
Fernando Sahmkow
2020-04-06
Clang Format.
Fernando Sahmkow
2020-04-06
Query Cache: Use VAddr instead of physical memory for adressing.
Fernando Sahmkow
2020-02-14
query_cache: Address feedback
ReinUsesLisp
2020-02-14
query_cache: Fix ambiguity in CacheAddr getter
ReinUsesLisp
2020-02-14
query_cache: Add a recursive mutex for concurrent usage
ReinUsesLisp
2020-02-14
vk_query_cache: Implement generic query cache on Vulkan
ReinUsesLisp
2020-02-14
query_cache: Abstract OpenGL implementation
ReinUsesLisp