12351 Commits (00dde9cf72e22c83320befcd9dc56755cd50bd52)

Author SHA1 Message Date
ReinUsesLisp 518a6182f9 maxwell_3d: Unify draw methods 6 years ago
ReinUsesLisp 4364492b95 query_cache: Address feedback 6 years ago
ReinUsesLisp 80fff282df query_cache: Fix ambiguity in CacheAddr getter 6 years ago
ReinUsesLisp 748a3cd69d query_cache: Add a recursive mutex for concurrent usage 6 years ago
ReinUsesLisp aaf68dc10b vk_query_cache: Implement generic query cache on Vulkan 6 years ago
ReinUsesLisp 1b2a6980f5 query_cache: Abstract OpenGL implementation 6 years ago
ReinUsesLisp d8a42816d7 gl_query_cache: Optimize query cache 6 years ago
ReinUsesLisp 339a227a5e gl_query_cache: Implement host queries using a deferred cache 6 years ago
ReinUsesLisp 9d7d67501f gl_rasterizer: Sort method declarations 6 years ago
ReinUsesLisp 7129efe9b2 gl_rasterizer: Add queued commands counter 6 years ago
ReinUsesLisp 11206f8a28 maxwell_3d: Slow implementation of passed samples (query 21) 7 years ago
Morph 5afb6b95ed Add 4:3 aspect ratio and address feedback 6 years ago
Fernando Sahmkow f326183e8b Core: Correct compilition in GCC 6 years ago
Morph 5abb2b6336 Address feedback 6 years ago
Morph db5dc22c68 Use enumeration instead of magic numbers 6 years ago
Morph 74a490c909 Add following aspect ratios: 16:9, 21:9, Stretch to Window 6 years ago
ReinUsesLisp 3603c2f559 gl_resource_manager: Add managed query class 7 years ago
ReinUsesLisp 8449d0cf4e gl_rasterizer: Use the least generic OpenGL draw function possible 6 years ago
ReinUsesLisp 072a0bff5e vk_shader_decompiler: Fix vertex id and instance id 6 years ago
Fernando Sahmkow 0d2a459fae Core: Address Feedback 6 years ago
Fernando Sahmkow 2dd9d660e3 GPU: Address Feedback. 6 years ago
Lioncash 5c0742bb94 address_arbiter: Collapse loops in InsertThread() and RemoveThread() 6 years ago
Lioncash 3105b7864c address_arbiter: Simplify GetThreadsWaitingOnAddress() 6 years ago
Lioncash d5435df964 bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase() 6 years ago
Lioncash 8792d4562c bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() 6 years ago
Lioncash 750c48af18 kernel/thread: Remove trivial usages of the global system accessor 6 years ago
Fernando Sahmkow 6fc0790f3a Core: Set all hardware emulation constants in a single file. 6 years ago
Fernando Sahmkow 1ee7a4d926 Kernel: Refactor synchronization to better match RE 6 years ago
makigumo b71b872e74 update hwopus DecodeInterleaved for FW 7.0.0+ 6 years ago
Fernando Sahmkow 3a7f539463 Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
Fernando Sahmkow 04c3213a01 GPU: Implement GPU Clock correctly. 6 years ago
Fernando Sahmkow 8137fb8981 Maxwell3D: Correct query reporting. 6 years ago
Morph db09e18f72 Remove option "Show files with type 'Unknown'" 6 years ago
bunnei 3edec585bc hle: services: Use std::shared_ptr instead of copy by value. 6 years ago
bunnei fc246fd1a2 gpu_thread: Use MPSCQueue for GPU commands. 6 years ago
bunnei f28ab9626e video_core: memory_manager: Use GPU interface for cache functions. 6 years ago
bunnei 9ffdef96d9 kernel: transfer_memory: Properly reserve and reset memory region. 6 years ago
Zach Hilman a0400ebc19 wait_object: Make wait behavior only require one object to signal. 7 years ago
bunnei 900b370e13 am: Correct IPC object count mismatch. 6 years ago
bunnei 141c06ca8b services: am: Clear events on PopOutData and PopInteractiveOutData. 6 years ago
bunnei b10a96347f am: Refactor IStorage interface. 6 years ago
bunnei 0d376ae49e applets: software_keyboard: Signal state change on end of interactive session. 6 years ago
bunnei b1bd8d852a applets: software_keyboard: Minor cleanup. 6 years ago
bunnei 7bdaae11ac services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. 6 years ago
bunnei bc76fe3100 hle_ipc: Add error checking to read/write buffer access. 6 years ago
ReinUsesLisp 389cb51a33 shader/decode: Fix constant buffer offsets 6 years ago
ReinUsesLisp 48a1e6461b maxwell_to_gl: Implement R8G8_USCALED 6 years ago
ReinUsesLisp e98ec35845 maxwell_to_gl: Reduce unimplemented formats to LOG_ERROR 6 years ago
ReinUsesLisp c2ecaf376b vk_rasterizer: Use noexcept variants of std::bitset 6 years ago
ReinUsesLisp 3c7276cd1a gl_rasterizer: Implement GL_POINT_SPRITE 6 years ago