summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2022-02-02Merge pull request #7814 from FernandoS27/another-bug-in-my-schedulebunnei
2022-02-02general: Replace NonCopyable struct with equivalentsLioncash
2022-02-01Merge pull request #7824 from lioncash/scacheMorph
2022-02-01video_core/shader_cache: Remove unused algorithm includeLioncash
2022-02-01video_core/shader_cache: Take std::span in RemoveShadersFromStorage()Lioncash
2022-02-01Rasterizer: Refactor inlineToMemory.Fernando Sahmkow
2022-01-31Vulkan: Fix Scheduler Chunks when their FuncType is 0.Fernando Sahmkow
2022-01-29GPU: Improve syncing.Fernando Sahmkow
2022-01-29Rasterizer: Implement Inline2Memory Acceleration.Fernando Sahmkow
2022-01-29Inline2Memory: Flush before writting buffer.Fernando Sahmkow
2022-01-27buffer_cache: Reduce stream buffer allocations when expanding from the leftameerj
2022-01-26common/xbyak_api: Make BuildRegSet() constexprLioncash
2022-01-26Merge pull request #7780 from lioncash/macrobunnei
2022-01-25Merge pull request #7779 from lioncash/gpu-ifaceMorph
2022-01-25video_core/macro: Add missing <cstring> headerLioncash
2022-01-25video_core/macro_interpreter: Move impl class to the cpp fileLioncash
2022-01-25video_core/macro_hle: Return unique_ptr directly from GetHLEProgram()Lioncash
2022-01-25video_core/macro: Remove unused parameter from Execute()Lioncash
2022-01-25video_core/macro_jit_x64: Remove unused impl class memberLioncash
2022-01-25video_core/macro_jit_x64: Decouple PersistentCallerSavedRegs() from implLioncash
2022-01-25video_core/macro_jit_x64: Move impl class into cpp fileLioncash
2022-01-25video_core/macro_hle: Move impl class into cpp fileLioncash
2022-01-25gpu: Tidy up forward declarationsLioncash
2022-01-25gpu: Remove obsoleted CDMAPusher() accessorsLioncash
2022-01-25vk_fsr: Replace comma operator with semicolonLioncash
2022-01-20video_core: constify AVCodec for ffmpeg >= 5.0Jan Beich
2022-01-19vulkan_device: Fix sType for VkPhysicalDeviceShaderAtomicInt64FeaturesGeorg Lehmann
2022-01-16astc_decoder: Combine FastReplicate functions to work around new NV driver bugameerj
2022-01-06Merge pull request #7658 from ameerj/sparse-fixesFernando S
2022-01-05Merge pull request #7673 from german77/no_returnMai M
2022-01-04video_core: Remove unnecesary maybe_unused flagNarr the Reg
2022-01-04Merge pull request #7636 from vonchenplus/buffer_queue_querybunnei
2022-01-04Merge pull request #7670 from ameerj/vsync-blockFernando S
2022-01-03Merge pull request #7251 from FernandoS27/shader-dumpbunnei
2022-01-03gpu: Add shut down method to synchronize threads before destructionameerj
2022-01-04ShaderDecompiler: Add a debug option to dump the game's shaders.Fernando Sahmkow
2022-01-03Revert "Merge pull request #7668 from ameerj/fence-stop-token"ameerj
2022-01-03gpu: Use std::stop_token in WaitFence for VSync threadameerj
2022-01-03Merge pull request #7624 from ameerj/intel-msaa-scaleFernando S
2022-01-03Merge pull request #7629 from ameerj/nv-driver-fixesFernando S
2021-12-31texture_cache/util: Fix s32 overflow when resolving overlapsameerj
2021-12-31video_core/memory_manager: Fixes for sparse memory managementameerj
2021-12-31video_core/memory_manager: Deduplicate Read/WriteBlockameerj
2021-12-29glsl: Add boolean reference workaroundameerj
2021-12-29glsl_context_get_set: Add alternative cbuf type for broken driversameerj
2021-12-28Remove invalid header includeFeng Chen
2021-12-28Merge pull request #7622 from ameerj/vk-rescale-invalid-ptrbunnei
2021-12-23vk_texture_cache: Use 3D scale helpers for MSAA texture scaling on Intel Wind...ameerj
2021-12-23blit_image: Remove unused functionameerj
2021-12-23vk_texture_cache: Fix invalidated pointer accessameerj