25 Commits (18322c136917446e529a9d3fc4b0c9e12c72cdc0)

Author SHA1 Message Date
Fernando Sahmkow 18322c1369 decoders: correct block calculation 7 years ago
Fernando Sahmkow f42ada6945 texture_cache: loose TryReconstructSurface when accurate GPU is not on. 7 years ago
Fernando Sahmkow 3d37c4161a Fixes and Corrections to DMA Engine 7 years ago
Lioncash 1211a5623e video_core/engines: Make memory manager members private 7 years ago
Lioncash 33742deaf6 video_core/engines: Remove unnecessary inclusions where applicable 7 years ago
bunnei a0b5ed6846 maxwell_dma: Check for valid source in destination before copy. 7 years ago
bunnei d3f26c1546 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
bunnei 7fccfc3ee7 gpu: Use host address for caching instead of guest address. 7 years ago
bunnei 9d1ee628b2 gpu: Move command processing to another thread. 7 years ago
Lioncash f596ce7887 video_core/engines: Remove unnecessary includes 7 years ago
Lioncash 12774b7c44 video_core: Remove usages of System::GetInstance() within the engines 7 years ago
ReinUsesLisp af1543712d video_core: Assert on invalid GPU to CPU address queries 7 years ago
bunnei f8b215e361 gpu: Rewrite GPU command list processing with DmaPusher class. 7 years ago
Markus Wick 264030c070 gl_rasterizer: Skip VB upload if the state is clean. 7 years ago
Lioncash cdea084c7d engines/maxwell_*: Use nested namespace specifiers where applicable 7 years ago
Lioncash 92996ab8b3 maxwell_dma: Make variables const where applicable within HandleCopy() 7 years ago
Lioncash 04e8b81de0 maxwell_dma: Make FlushAndInvalidate's size parameter a u64 7 years ago
Lioncash 5ddbef9c8a maxwell_dma: Remove unused variables in HandleCopy() 7 years ago
bunnei cb438209c7 GPU: Improved implementation of maxwell DMA (Subv). 7 years ago
FernandoS27 1a70753709 Propagate depth and depth_block on modules using decoders 7 years ago
fearlessTobi 1190ea6ddb Port #4182 from Citra: "Prefix all size_t with std::" 7 years ago
Subv 6e6071b6f9 GPU/DMA: Partially implemented the 'enable_2d' bit in the DMA engine. 7 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
Subv 70196aa935 GPU: Directly copy the pixels when performing a same-layout DMA. 8 years ago
Subv df214db493 GPU: Partially implemented the Maxwell DMA engine. 8 years ago