| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | hle_ipc: Use thread_local ReadBuffer | 2022-12-28 | 1 | -4/+14 | ||
| | * | | | | | | | | hle_ipc: Rename ReadBufferSpan to ReadBuffer | 2022-12-28 | 33 | -97/+97 | ||
| | * | | | | | | | | hle_ipc: Rename ReadBuffer to ReadBufferCopy | 2022-12-28 | 3 | -4/+6 | ||
| | * | | | | | | | | bsd: Use std::span for read payloads | 2022-12-28 | 6 | -36/+38 | ||
| | * | | | | | | | | nvdrv: Use std::span for inputs | 2022-12-28 | 24 | -211/+209 | ||
| | * | | | | | | | | hidbus: Use ReadBufferSpan | 2022-12-28 | 11 | -12/+16 | ||
| | * | | | | | | | | nvflinger: Split Parcel class into InputParcel and OutputParcel | 2022-12-25 | 5 | -48/+53 | ||
| | * | | | | | | | | service: Use ReadBufferSpan where it is trivial to do so | 2022-12-25 | 31 | -77/+78 | ||
| | * | | | | | | | | fsp_srv: Use ReadBufferSpan | 2022-12-25 | 3 | -19/+17 | ||
| | * | | | | | | | | hle_ipc: Add ReadBufferSpan function | 2022-12-25 | 2 | -0/+22 | ||
| * | | | | | | | | | Merge pull request #9701 from german77/common_protocol | 2023-01-30 | 12 | -190/+269 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | input_common: joycon: Remove Magic numbers from common protocol | 2023-01-29 | 9 | -154/+221 | ||
| | * | | | | | | | | | input_common: joycon: Fill missing enum data | 2023-01-29 | 6 | -41/+53 | ||
| | | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #9631 from vonchenplus/vulkan_clear | 2023-01-30 | 6 | -20/+152 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | video_core: Implement vulkan clear specified channel | 2023-01-28 | 6 | -20/+152 | ||
| * | | | | | | | | | Move to Clang Format 15 | 2023-01-29 | 25 | -189/+185 | ||
| | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | | Merge pull request #9699 from ameerj/texture-pass-desc | 2023-01-29 | 1 | -2/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | texture_pass: Fix texture descriptors comparisons | 2023-01-28 | 1 | -2/+9 | ||
| * | | | | | | | | | Merge pull request #9698 from ameerj/texture-pass-handle | 2023-01-29 | 1 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | texture_pass: Refactor texture handle retrieval | 2023-01-28 | 1 | -7/+7 | ||
| * | | | | | | | | | | Merge pull request #9694 from ameerj/txq-mips | 2023-01-29 | 11 | -29/+37 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | shader_recompiler: TXQ: Skip QueryLevels when possible | 2023-01-28 | 11 | -29/+37 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #9684 from liamwhite/read-the-spec | 2023-01-29 | 1 | -37/+46 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | polyfill_thread: satisfy execution ordering requirements of stop_callback | 2023-01-27 | 1 | -37/+46 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #9689 from german77/joycon-calibration | 2023-01-29 | 6 | -114/+215 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | input_common: joycon: Replace ReadSPI vector with span | 2023-01-27 | 3 | -20/+26 | ||
| | * | | | | | | | | | | input_common: joycon: Remove magic numbers from calibration protocol | 2023-01-27 | 6 | -107/+202 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #9691 from ameerj/msaa-texcache | 2023-01-28 | 2 | -0/+48 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | texture_cache: Adjust image view sizes by MSAA samples | 2023-01-28 | 2 | -0/+48 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #9690 from german77/whoops | 2023-01-28 | 1 | -2/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | yuzu: config: Avoid reading deleted object | 2023-01-28 | 1 | -2/+5 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #9687 from ameerj/ogl-shader-ms | 2023-01-28 | 4 | -33/+46 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | emit_glsl_image: Fix ImageFetch for MSAA textures | 2023-01-28 | 1 | -6/+11 | ||
| | * | | | | | | | | glasm: Add MS sampler types | 2023-01-27 | 2 | -5/+8 | ||
| | * | | | | | | | | glsl: Add MS sampler types | 2023-01-27 | 1 | -22/+27 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9682 from ameerj/shader-s32 | 2023-01-28 | 13 | -46/+19 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | shader_recompiler: Remove S32 IR type | 2023-01-25 | 13 | -46/+19 | ||
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #9661 from SoRadGaming/LDNhostnameSupport | 2023-01-28 | 3 | -31/+38 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | LDN Hostname Support in Direct Connect | 2023-01-28 | 3 | -31/+38 | ||
| * | | | | | | | | Merge pull request #9677 from Morph1984/sleep-one | 2023-01-27 | 3 | -5/+42 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | input_common: Make use of StoppableTimedWait | 2023-01-25 | 2 | -5/+6 | ||
| | * | | | | | | | | polyfill_thread: Implement StoppableTimedWait | 2023-01-25 | 1 | -0/+36 | ||
| * | | | | | | | | | Merge pull request #9539 from Wollnashorn/opengl-fsr | 2023-01-27 | 14 | -172/+547 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | video_core/opengl: Add FSR upscaling filter to the OpenGL renderer | 2023-01-26 | 14 | -172/+547 | ||
| * | | | | | | | | | | Merge pull request #9666 from liamwhite/wait-for-me | 2023-01-27 | 6 | -42/+52 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | kernel: split SetAddressKey into user and kernel variants | 2023-01-23 | 5 | -11/+29 | ||
| | * | | | | | | | | | kernel: fix incorrect locking order in suspension | 2023-01-23 | 3 | -31/+23 | ||
| * | | | | | | | | | | kernel: unbreak min/max template deduction on Apple Clang | 2023-01-26 | 1 | -2/+2 | ||
| * | | | | | | | | | | Merge pull request #9683 from german77/high_power_joycon | 2023-01-26 | 4 | -0/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | input_common: Implement SetLowPowerMode and TriggersElapsed for the joycon dr... | 2023-01-26 | 4 | -0/+21 | ||