13059 Commits (09d2ffa66300d4774436fd8b91c63ea0d7fc2607)

Author SHA1 Message Date
ReinUsesLisp 4d06e9f5cc buffer_cache: Use boost::container::small_vector for maps in range 6 years ago
ReinUsesLisp 7a45f97357 buffer_cache: Use boost::intrusive::set for caching 6 years ago
ReinUsesLisp c7f9bceb80 buffer_cache: Remove shared pointers 6 years ago
ReinUsesLisp 3460d01352 buffer_cache: Minor style changes 6 years ago
VolcaEM 4f1136dfca clang-format 6 years ago
VolcaEM f7d23b21d0 nifm: correct assert in CreateTemporaryNetworkProfile 6 years ago
ReinUsesLisp a075bbcf36 renderer_opengl: Add assembly program code paths 6 years ago
ReinUsesLisp 541a254c2e yuzu: Add frontend settings for assembly shaders 6 years ago
Morph e54e7d322e maxwell_to_vk: Add format B8G8R8A8_SRGB 6 years ago
Fernando Sahmkow b9eff4d004 OpenGL: Enable Debug Context and Synchronous debugging when graphics debugging is enabled. 6 years ago
Morph c02daca95c main: Log host system memory parameters 6 years ago
David Marcec d50dd8f7a0 file_sys: Update SystemVersion archive to version 10.0.2 6 years ago
David Marcec 97c023e3f0 nv_flinger: Use enum for pixel format instead of u32 6 years ago
David Marcec 67d7c0f45e DmaPusher: Remove dead code in step 6 years ago
ReinUsesLisp 635a3add8b vk_rasterizer: Match OpenGL's FlushAndInvalidate behavior 6 years ago
Morph eedbf90664 frontend: Set minimum window size to 640x360 instead of 1280x720 (#3413) 6 years ago
ReinUsesLisp a7c7f48177 vk_rasterizer: Implement constant attributes 6 years ago
ReinUsesLisp 305164eaac vk_rasterizer: Remove buffer check in attribute selection 6 years ago
bunnei 053399a553 time_zone: Use std::chrono::seconds for strong typing. 6 years ago
James Rowe 99f5c3ca7f Frontend: Remove tracking for context wrapper 6 years ago
David Marcec e6886a756c hid: Clear keyboard states & fix logic issue 6 years ago
bunnei f42b9c0a85 hle: service: time_zone_manager: Use current time zone setting. 6 years ago
bunnei 7aadcb796c common: Add module to get the current time zone. 6 years ago
bunnei 8588ac0645 core: settings: Add a setting for time zone. 6 years ago
David Marcec 9f8eb0c39a fix logic error & scale sample volume based on voice volume 6 years ago
David Marcec 7965018e64 pass by const ref instead 6 years ago
David Marcec de00a5eb8c audio_renderer: Better voice mixing and 6 channel downmixing 6 years ago
bunnei ee3b9071b5 service: fsp_srv: Stub implementation of OpenMultiCommitManager. 6 years ago
bunnei 3439618956 yuzu: game_list: Fix 'Open Save Data Location' for device saves. 6 years ago
bunnei 97e2eb439c file_sys: savefata_factory: Update to support DeviceSaveData. 6 years ago
bunnei f870a935d4 file_sys: control_metadata: Expose device_save_data_size. 6 years ago
David Marcec 26bd4978a3 Stub SendKeyboardLockKeyEvent 6 years ago
ReinUsesLisp f39591b20a gl_shader_decompiler: Properly emulate NaN behaviour on NE 6 years ago
Fernando Sahmkow 66035b1641 RasterizerCache: Correct documentation. 6 years ago
Fernando Sahmkow 5c9ab7d1e2 VkPipelineCache: Use a null shader on invalid address. 6 years ago
Fernando Sahmkow a14e93d0ba VideoCore: Use SyncGuestMemory mechanism for Shader/Pipeline Cache invalidation. 6 years ago
ReinUsesLisp d8598a8717 shader_ir: Separate float-point comparisons in ordered and unordered 6 years ago
James Rowe 2991e7441a Replace externals with Conan (#3735) 6 years ago
FearlessTobi 32bb64a0ec Menubar: fix mouse tracking bug 6 years ago
bunnei 97607e0675 Update src/video_core/gpu.cpp 6 years ago
bunnei 58b467877c Update src/video_core/gpu.cpp 6 years ago
ReinUsesLisp aa86309d15 vk_sampler_cache: Use VK_EXT_custom_border_color when available 6 years ago
ReinUsesLisp 1f5d41ac05 vk_graphics_pipeline: Implement viewport swizzles with NV_viewport_swizzle 6 years ago
ReinUsesLisp 9054f86f03 gl_rasterizer: Implement viewport swizzles with NV_viewport_swizzle 6 years ago
ReinUsesLisp ff7b0d7329 maxwell_3d: Add viewport swizzles 6 years ago
Lioncash 12b81f2581 kernel/memory: Remove #pragma once within cpp file 6 years ago
Lioncash 0bf0d27552 kernel/memory: Remove unused includes 6 years ago
Lioncash 0bb99454ed kernel/memory: Remove unused variables in memory_block_manager 6 years ago
Lioncash 42d43335c9 kernel/memory: Make use of std::array consistently in address_space_info 6 years ago
Lioncash e09098b981 kernel/memory: Resolve -Wshadow warnings 6 years ago