4553 Commits (46c4b88e367b33677809872ab8d8ab7e0ac2d083)

Author SHA1 Message Date
Fernando Sahmkow ae2b3f2b64 Fix GCC error. 6 years ago
Fernando Sahmkow bde001bbf6 QueryCache: Only do async flushes on async gpu. 6 years ago
Fernando Sahmkow 8aeb603988 Async GPU: Only do reactive flushing on Extreme Level. 6 years ago
ReinUsesLisp 0b9454849d vk_fence_manager: Initial implementation 6 years ago
Fernando Sahmkow 3769318042 QueryCache: Implement Async Flushes. 6 years ago
Fernando Sahmkow 1966f1d948 OpenGL: Guarantee writes to Buffers. 6 years ago
Fernando Sahmkow 7986c97ed2 GPU: Implement Flush Requests for Async mode. 6 years ago
Fernando Sahmkow af9f901764 FenceManager: Manage syncpoints and rename fences to semaphores. 6 years ago
Fernando Sahmkow 87ddc6a29f BufferCache: Refactor async managing. 6 years ago
Fernando Sahmkow 967f5cec17 FenceManager: Implement async buffer cache flushes on High settings 6 years ago
Fernando Sahmkow 6092308fe4 Rasterizer: Document SignalFence & ReleaseFences and setup skeletons on Vulkan. 6 years ago
Fernando Sahmkow 2ee68ad8e4 GPU: Fix rebase errors. 6 years ago
Fernando Sahmkow b2787048d1 Rasterizer: Disable fence managing in synchronous gpu. 6 years ago
Fernando Sahmkow e7195b5f87 ThreadManager: Sync async reads on accurate gpu. 6 years ago
Fernando Sahmkow 10dcdb2ed9 FenceManager: Implement should wait. 6 years ago
Fernando Sahmkow be8742e286 GPU: Implement a Fence Manager. 6 years ago
Fernando Sahmkow 802fabe3ab OpenGL: Implement Fencing backend. 6 years ago
Fernando Sahmkow 3d2b5222df TextureCache: Flush linear textures after finishing rendering. 6 years ago
Fernando Sahmkow fda21f5a93 GPU: Delay Fences. 6 years ago
Fernando Sahmkow de53bc96c0 BufferCache: Implement OnCPUWrite and SyncGuestHost 6 years ago
Fernando Sahmkow c689dc6804 GPU: Refactor synchronization on Async GPU 6 years ago
Fernando Sahmkow 0a62525e65 Texture Cache: Implement OnCPUWrite and SyncGuestHost 6 years ago
Fernando Sahmkow c213fd218b UI: Replasce accurate GPU option for GPU Accuracy Level 6 years ago
ReinUsesLisp 88b092e717 vk_memory_manager: Remove unified memory model flag 6 years ago
ReinUsesLisp 00bef5d0d3 vk_rasterizer: Add lazy default buffer maker and use it for empty buffers 6 years ago
ReinUsesLisp b33a0c0d5f gl_rasterizer: Fix buffers without size 6 years ago
ReinUsesLisp 6da525c8d2 shader/arithmetic_integer: Fix LEA_IMM encoding 6 years ago
Amit Prakash Ambasta 7915dc7ac9 Initialize quad_indexed_pass before uint8_pass 6 years ago
Lioncash 8a37c63b9e dma_pusher: Remove reliance on the global system instance 6 years ago
Jan Beich cc5e71c5ad renderer_vulkan: assume X11 if not Windows/macOS after 30bbdc653c 6 years ago
ReinUsesLisp fcbe714435 vulkan/wrapper: Sort physical devices 6 years ago
ReinUsesLisp 98266da47c fixed_pipeline_state: Hash and compare the whole structure 6 years ago
ReinUsesLisp 89c816a3cf fixed_pipeline_state: Pack blending state 6 years ago
ReinUsesLisp d74b3a5a50 fixed_pipeline_state: Pack rasterizer state 6 years ago
ReinUsesLisp cc6af27ae7 fixed_pipeline_state: Pack depth stencil state 6 years ago
ReinUsesLisp fd2f04bbdc fixed_pipeline_state: Pack attribute state 6 years ago
bunnei 6613cbfc35 video_core: gl_shader_decompiler: Fix implicit fallthrough errors. 6 years ago
Lioncash e302cb8c36 gl_shader_decompiler: Avoid copies where applicable 6 years ago
Markus Wick d8d02fa184 video_code: Fix implicit switch fallthrough. 6 years ago
ReinUsesLisp 153845bba3 vk_stream_buffer: Fix out of memory on boot on recent Nvidia drivers 6 years ago
Rodrigo Locatti aed8e57a1b Revert "gl_shader_cache: Use CompileDepth::FullDecompile on GLSL" 6 years ago
bunnei 5a461a7482 video_core: memory_manager: Updates for Common::PageTable changes. 6 years ago
bunnei 5b9e69e7fe core: memory: Move to Core::Memory namespace. 6 years ago
Lioncash eaeb4520f7 General: Resolve warnings related to missing declarations 6 years ago
Lioncash 5eae660cba decode/memory: Resolve unused variable warning 6 years ago
Lioncash ade1bb1e95 decode/texture: Resolve unused variable warnings. 6 years ago
Lioncash ef5b809b0d decode/texture: Collapse loop down into std::generate 6 years ago
Lioncash e50ca6a64f decode/texture: Eliminate trivial missing field initializer warnings 6 years ago
ReinUsesLisp 4ef04832a8 maxwell_3d: Initialize format attributes constant as one 6 years ago
ReinUsesLisp 14ab5c4b65 vk_compute_pass: Implement indexed quads 6 years ago