| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | applet_swkbd: Correct string buffer size calculation | 2021-07-30 | 1 | -2/+2 | ||
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #6767 from ReinUsesLisp/fold-float-pack | 2021-07-30 | 1 | -0/+4 | ||
| |\ \ \ \ | ||||||
| | * | | | | shader: Fold UnpackFloat2x16 and PackFloat2x16 | 2021-07-29 | 1 | -0/+4 | ||
| * | | | | | Merge pull request #6722 from ReinUsesLisp/xmad-opts | 2021-07-29 | 2 | -14/+195 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | shader: Fold integer FMA from Nvidia's pattern | 2021-07-26 | 1 | -0/+175 | ||
| | * | | | | shader: Use TryInstRecursive on XMAD multiply folding | 2021-07-26 | 1 | -14/+12 | ||
| | * | | | | shader: Add TryInstRecursive utility to values | 2021-07-26 | 1 | -0/+8 | ||
| * | | | | | Merge pull request #6751 from Morph1984/languagecode | 2021-07-29 | 2 | -42/+2 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | service: ns: Remove unused ns_language header | 2021-07-27 | 1 | -42/+0 | ||
| | * | | | | | service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified Chinese | 2021-07-27 | 1 | -0/+2 | ||
| * | | | | | | Merge pull request #6742 from Morph1984/uuid | 2021-07-29 | 3 | -15/+15 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | common: uuid: Return a lower-case hex string in Format | 2021-07-26 | 3 | -15/+15 | ||
| * | | | | | | Merge pull request #6760 from ReinUsesLisp/fp16-collect | 2021-07-28 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader: Mark ConvertF16F32 and ConvertF32F16 as fp16 instructions | 2021-07-27 | 1 | -0/+2 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #6758 from jbeich/fastmem | 2021-07-28 | 1 | -2/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | host_memory: Add workaround for FreeBSD 12 | 2021-07-27 | 1 | -0/+5 | ||
| | * | | | | | | host_memory: Enable Linux implementation on FreeBSD | 2021-07-27 | 1 | -2/+2 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #6700 from lat9nq/fullscreen-enum | 2021-07-28 | 10 | -63/+40 | ||
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' into fullscreen-enum | 2021-07-25 | 446 | -27291/+49716 | ||
| | |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | * | | | | | | configuration: Use combobox apply template where possible | 2021-07-23 | 2 | -35/+2 | ||
| | * | | | | | | general: Implement FullscreenMode enumeration | 2021-07-23 | 8 | -28/+38 | ||
| * | | | | | | | Merge pull request #6671 from jls47/master | 2021-07-27 | 3 | -1/+23 | ||
| |\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| | * | | | | | | qt_web_browser: Fix lambda capture for HIDButton | 2021-07-27 | 1 | -1/+1 | ||
| | * | | | | | | qt_web_browser: Focus on the first link element | 2021-07-27 | 3 | -0/+22 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6749 from lioncash/rtarget | 2021-07-27 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | render_target: Add missing initializer for size extent | 2021-07-27 | 1 | -3/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #6730 from Morph1984/buf_to_stdstring | 2021-07-27 | 2 | -0/+15 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | common: fs: fs_util: Add BufferToUTF8String | 2021-07-27 | 2 | -0/+15 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #6748 from lioncash/engine-init | 2021-07-27 | 2 | -2/+2 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | video_core/engine: Consistently initialize rasterizer pointers | 2021-07-27 | 2 | -2/+2 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #6744 from lioncash/exc | 2021-07-27 | 1 | -6/+6 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | exception: Make constructors explicit | 2021-07-27 | 1 | -4/+4 | ||
| | * | | | | | exception: Make what() member function nodiscard | 2021-07-27 | 1 | -1/+1 | ||
| | * | | | | | exception: Narrow down specific header | 2021-07-27 | 1 | -1/+1 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #6745 from lioncash/copies | 2021-07-27 | 3 | -5/+2 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | buffer_cache: Remove unused small_vector in CommitAsyncFlushesHigh() | 2021-07-27 | 1 | -1/+0 | ||
| | * | | | | | gl_shader_cache: Remove unused variable | 2021-07-27 | 1 | -1/+0 | ||
| | * | | | | | vk_compute_pass: Remove unused captures | 2021-07-27 | 1 | -3/+2 | ||
| | |/ / / / | ||||||
| * / / / / | vulkan_wrapper: Fix SetObjectName() always indicating objects as images | 2021-07-27 | 1 | -1/+1 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #6696 from ameerj/speed-limit-rename | 2021-07-26 | 18 | -88/+80 | ||
| |\ \ \ \ | ||||||
| | * | | | | renderer_base: Removed redundant settings | 2021-07-23 | 3 | -12/+4 | ||
| | * | | | | general: Rename "Frame Limit" references to "Speed Limit" | 2021-07-23 | 16 | -77/+77 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #6741 from ReinUsesLisp/stream-remove | 2021-07-26 | 2 | -244/+0 | ||
| |\ \ \ \ | ||||||
| | * | | | | vk_stream_buffer: Remove unused stream buffer | 2021-07-26 | 2 | -244/+0 | ||
| * | | | | | Merge pull request #6740 from K0bin/hvv-fallback | 2021-07-26 | 1 | -8/+21 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_staging_buffer_pool: Fall back to host memory when allocation fails | 2021-07-26 | 1 | -8/+21 | ||
| * | | | | | | Merge pull request #6728 from ReinUsesLisp/null-buffer-usage | 2021-07-26 | 1 | -3/+7 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | vk_buffer_cache: Add transform feedback usage to null buffer | 2021-07-26 | 1 | -3/+7 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #6729 from ReinUsesLisp/quad-indexed-barrier | 2021-07-26 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| | * | | | | | vk_compute_pass: Fix pipeline barrier for indexed quads | 2021-07-26 | 1 | -1/+1 | ||
| | |/ / / / | ||||||