Age | Commit message (Expand) | Author |
2020-11-21 | "Merge Tagged PR 1340"mainline-0-444 | yuzubot |
2020-11-21 | Merge pull request #4955 from lioncash/move3 | bunnei |
2020-11-20 | Merge pull request #4907 from ogniK5377/nvdrv-cleanup | bunnei |
2020-11-20 | Merge pull request #4957 from ReinUsesLisp/alpha-test-rt | LC |
2020-11-20 | gl_rasterizer: Remove warning of untested alpha test | ReinUsesLisp |
2020-11-20 | Merge pull request #4953 from lioncash/shader-shadow | bunnei |
2020-11-20 | Merge pull request #4951 from bunnei/olsc-stub | bunnei |
2020-11-20 | olsc: Move member initialization to after member functions. | bunnei |
2020-11-20 | async_shaders: emplace threads into the worker thread vector | Lioncash |
2020-11-20 | async_shaders: Simplify implementation of GetCompletedWork() | Lioncash |
2020-11-20 | async_shaders: Simplify moving data into the pending queue | Lioncash |
2020-11-20 | async_shaders: std::move data within QueueVulkanShader() | Lioncash |
2020-11-20 | shader_bytecode: Make use of [[nodiscard]] where applicable | Lioncash |
2020-11-20 | shader_bytecode: Eliminate variable shadowing | Lioncash |
2020-11-20 | Merge pull request #4941 from lioncash/config | Morph |
2020-11-20 | Merge pull request #4950 from german77/RumbleStrenght | LC |
2020-11-20 | Merge pull request #4952 from ReinUsesLisp/bit-cast | LC |
2020-11-20 | Merge pull request #4308 from ReinUsesLisp/maxwell-3d-funcs | Rodrigo Locatti |
2020-11-20 | common/bit_cast: Add function matching std::bit_cast without constexpr | ReinUsesLisp |
2020-11-19 | hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functi... | bunnei |
2020-11-19 | Modify rumble amplification | german77 |
2020-11-19 | virtual_buffer: Do nothing on resize() calls with same sizes | Lioncash |
2020-11-18 | Merge pull request #4936 from lioncash/page | bunnei |
2020-11-17 | configure_input_player: Use static qualifier for IsProfileNameValid() | Lioncash |
2020-11-17 | Merge pull request #4866 from Morph1984/mjolnir-p3-prod | bunnei |
2020-11-17 | virtual_buffer: Add compile-time type-safety guarantees with VirtualBuffer | Lioncash |
2020-11-17 | page_table: Allow page tables to be moved | Lioncash |
2020-11-17 | page_table: Add missing doxygen parameters to Resize() | Lioncash |
2020-11-17 | page_table: Remove unnecessary header inclusions | Lioncash |
2020-11-17 | rasterizer_interface: Make use of [[nodiscard]] where applicable | Lioncash |
2020-11-17 | render_base: Make use of [[nodiscard]] where applicable | Lioncash |
2020-11-17 | gpu: Make use of [[nodiscard]] where applicable | Lioncash |
2020-11-16 | Merge pull request #4929 from lioncash/nodiscard-input | bunnei |
2020-11-15 | sdl_impl: Pump SDL Events at 1000 Hz | Morph |
2020-11-15 | configure_input: Accommodate for the mouse input device engine | Morph |
2020-11-15 | hid: Reimplement Begin/EndPermitVibrationSession | Morph |
2020-11-15 | controllers/npad: Load input devices on init | Morph |
2020-11-15 | configure_input: Update the input profiles for other player tabs | Morph |
2020-11-15 | general: Fix compiler warnings on linux and miscellaneous changes | Morph |
2020-11-15 | sdl_impl: Revert to the "old" method of mapping sticks | Morph |
2020-11-15 | applets/controller: Change the input button to create input profiles | Morph |
2020-11-15 | controllers/npad: Remove the old vibration filter | Morph |
2020-11-15 | input: Disconnect a controller prior to connecting a new one | Morph |
2020-11-15 | hid: Implement InitializeVibrationDevice and IsVibrationDeviceMounted | Morph |
2020-11-15 | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph |
2020-11-15 | configure_input: Add per-player vibration | Morph |
2020-11-15 | settings: Remove global vibration strength modifier | Morph |
2020-11-15 | hid: Mark Begin/EndPermitVibrationSession as stubs | Morph |
2020-11-15 | controllers/npad: Send an empty vibration on destruction/deactivation | Morph |
2020-11-15 | hid: Stub IsVibrationDeviceMounted | Morph |