2642 Commits (7d1c0fd1ad00b042a75f96f0091f80cb4abb914e)

Author SHA1 Message Date
Lioncash 00e7190e29 video_core/macro_interpreter: Remove assertion within FetchParameter() 7 years ago
Lioncash 1efdb4897e video_core/macro_interpreter: Simplify GetRegister() 7 years ago
Lioncash c13fbe6a41 video_core/memory_manager: Make Read() a const qualified member function 7 years ago
Lioncash 76ef6e5c2b video_core/memory_manager: Make ReadBlock() a const qualifier member function 7 years ago
Lioncash 34510bcda8 video_core/memory_manager: Add a const qualified variant of GetPointer() 7 years ago
Lioncash 085b388a7a video_core/memory_manager: Make FindFreeRegion() a const member function 7 years ago
Lioncash 9dec087fca video_core/memory_manager: Make GpuToCpuAddress() a const member function 7 years ago
Lioncash 30ce9b2b5c video_core/gpu_thread: Silence truncation warning in ThreadManager's constructor 7 years ago
Lioncash 22f02076c6 video_core/engines: Make memory manager members private 7 years ago
Lioncash 26223f8124 video_core/engines: Remove unnecessary inclusions where applicable 7 years ago
Lioncash 52746ed8dc gl_shader_decompiler: Rename GenerateTemporal() to GenerateTemporary() 7 years ago
ReinUsesLisp 88a3c05b7b gl_shader_decompiler: Fix TXQ types 7 years ago
Lioncash 3fd5998d84 video_core/renderer_opengl: Remove unnecessary includes 7 years ago
ReinUsesLisp 06c1f75f21 gl_shader_decompiler: Return early when an operation is invalid 7 years ago
bunnei 4555b63750 gpu_thread: Improve synchronization by using CoreTiming. 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
unknown 4fad477aeb gl_shader_disk_cache: Use LZ4HC with compression level 9 instead of compression level 12 for less compression time 7 years ago
unknown c791192d64 Addressed feedback 7 years ago
unknown 74cee1b65d gl_shader_disk_cache: Use better compression for transferable and precompiled shader disk chache files 7 years ago
unknown 798d76f4c7 data_compression: Move LZ4 compression from video_core/gl_shader_disk_cache to common/data_compression 7 years ago
ReinUsesLisp 746dab407e vk_swapchain: Implement a swapchain manager 7 years ago
Lioncash c1ba3e3d4a gl_shader_manager: Remove unnecessary gl_shader_manager inclusion 7 years ago
Lioncash 1650593927 gl_shader_manager: Move using statement into the cpp file 7 years ago
Lioncash 7d88fc83bf gl_shader_manager: Remove reliance on global accessor within MaxwellUniformData::SetFromRegs() 7 years ago
Lioncash d68716efdc gl_shader_manager: Amend Doxygen string for MaxwellUniformData 7 years ago
Lioncash 947d364dba gpu_thread: Remove unused dma_pusher class member variable from ThreadManager 7 years ago
Lioncash e2131f7310 gl_rasterizer: Remove unused reference member variable from RasterizerOpenGL 7 years ago
Lioncash a5fa4b311e video_core: Amend constructor initializer list order where applicable 7 years ago
Lioncash bbe700359d video_core: Add missing override specifiers 7 years ago
Lioncash e36f1a5ba9 video_core/gpu: Amend typo in GPU member variable name 7 years ago
bunnei d0dddb3e9d Revert "Devirtualize Register/Unregister and use a wrapper instead." 7 years ago
bunnei 2117edd0f8 memory_manager: Cleanup FindFreeRegion. 7 years ago
bunnei 5a5fccaa23 memory_manager: Use Common::AlignUp in public interface as needed. 7 years ago
bunnei 72837e4b3d memory_manager: Bug fixes and further cleanup. 7 years ago
bunnei 19330f45d3 maxwell_dma: Check for valid source in destination before copy. 7 years ago
bunnei 197dcf0b5e memory_manager: Add protections for invalid GPU addresses. 7 years ago
bunnei 21eb4cfa7f gl_rasterizer_cache: Check that backing memory is valid before creating a surface. 7 years ago
bunnei 22d3dfbcd4 gpu: Rewrite virtual memory manager using PageTable. 7 years ago
bunnei 241563d15c gpu: Move GPUVAddr definition to common_types. 7 years ago
bunnei 032e4c4ca3 gl_rasterizer: Skip zero addr/sized regions on flush/invalidate. 7 years ago
bunnei 10118c71e0 memory: Simplify rasterizer cache operations. 7 years ago
bunnei 574e89d924 video_core: Refactor to use MemoryManager interface for all memory access. 7 years ago
bunnei 2eaf6c41a4 gpu: Use host address for caching instead of guest address. 7 years ago
ReinUsesLisp ffe2e50458 video_core/morton: Use enum to describe MortonCopyPixels128 mode 7 years ago
ReinUsesLisp 6ed6129b4f video_core/morton: Remove unused parameter in MortonSwizzle 7 years ago
ReinUsesLisp 9030a8259f video_core/morton: Remove clang-format off when it's not needed 7 years ago
ReinUsesLisp fdf76a25ab video_core/morton: Remove unused functions 7 years ago
ReinUsesLisp a63295a872 video_core/texture: Fix up sampler lod bias 7 years ago
Mat M a3734d7e31
vk_sampler_cache: Use operator== instead of memcmp 7 years ago
ReinUsesLisp aa59d77c3b vk_sampler_cache: Implement a sampler cache 7 years ago