| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | texture_cache: Always prepare image views on render targets | 2021-07-18 | 1 | -0/+6 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6669 from ReinUsesLisp/fix-samples-sizes | 2021-07-19 | 1 | -53/+33 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | texture_cache/util: Fix size calculations of multisampled images | 2021-07-18 | 1 | -53/+33 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | vk_texture_cache: Finalize renderpass when downloading images | 2021-07-18 | 1 | -0/+1 | ||
| * | | | | | | | vk_compute_pass: Fix pipeline barriers on non-initialized ASTC images | 2021-07-18 | 1 | -2/+3 | ||
| * | | | | | | | vk_compute_pass: Fix ASTC buffer setup synchronization | 2021-07-18 | 1 | -14/+14 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #6659 from german77/mouse_panning | 2021-07-17 | 3 | -5/+8 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | input_common: Fix mouse panning behaivour | 2021-07-16 | 3 | -5/+8 | ||
| | |/ / / / / | ||||||
| * / / / / / | configure_audio: Fix volume clamping to 0 | 2021-07-16 | 1 | -6/+6 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #6579 from ameerj/float-settings | 2021-07-15 | 11 | -69/+39 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | configure_input: Use u8 for mouse sensitivity | 2021-07-08 | 3 | -11/+8 | ||
| | * | | | | config: Remove float {Read,Write}Setting variants | 2021-07-08 | 2 | -29/+2 | ||
| | * | | | | configure_graphics: Use u8 for bg_color values | 2021-07-08 | 5 | -19/+20 | ||
| | * | | | | configure_audio: Use u8 for volume value | 2021-07-08 | 4 | -10/+9 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #6635 from ameerj/intel-vk-sm3dw | 2021-07-15 | 1 | -2/+4 | ||
| |\ \ \ \ | ||||||
| | * | | | | vk_rasterizer: Only clear valid color attachments | 2021-07-13 | 1 | -2/+4 | ||
| * | | | | | Merge pull request #6525 from ameerj/nvdec-fixes | 2021-07-15 | 2 | -56/+50 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vic: Fix dimension compuation of YUV frames | 2021-07-15 | 1 | -11/+10 | ||
| | * | | | | | nvhost_nvdec_common: Read Submit ioctl data from object addr | 2021-07-14 | 1 | -8/+2 | ||
| | * | | | | | nvhost_nvdec_common: Fix {Slice/Write}Vectors return | 2021-07-14 | 1 | -37/+38 | ||
| * | | | | | | applets/web: Resolve Nintendo CDN URLs | 2021-07-15 | 1 | -0/+13 | ||
| * | | | | | | service: Append service name prefix to common filenames | 2021-07-14 | 41 | -56/+56 | ||
| * | | | | | | applets: Append applet_ prefix to backend applets | 2021-07-14 | 19 | -33/+33 | ||
| * | | | | | | applets: Append qt_ prefix to Qt frontend applets | 2021-07-14 | 15 | -25/+26 | ||
| * | | | | | | Merge pull request #6599 from german77/disable_rumble | 2021-07-13 | 1 | -0/+5 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | npad: Disable vibration check if disabled | 2021-07-10 | 1 | -0/+5 | ||
| * | | | | | | Merge pull request #6574 from lioncash/i18n | 2021-07-12 | 1 | -2/+4 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | qt/main: Make title string more i18n-friendly | 2021-07-08 | 1 | -2/+4 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6593 from german77/no_sdl | 2021-07-12 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | input_common: Fix build with sdl disabled | 2021-07-10 | 1 | -2/+2 | ||
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #6615 from ReinUsesLisp/httplib-debug-warnings | 2021-07-12 | 2 | -0/+13 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | web_service: Silence -Wmaybe-uninitialized on httplib.h | 2021-07-12 | 1 | -0/+10 | ||
| | * | | | | | | boxcat: Silence -Wmaybe-uninitialized in httplib.h | 2021-07-12 | 1 | -0/+3 | ||
| * | | | | | | | Merge pull request #6618 from ReinUsesLisp/bad-ranges | 2021-07-12 | 1 | -1/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | content_archive: Remove unnecessary include to <ranges> | 2021-07-12 | 1 | -1/+0 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #6571 from Kelebek1/Mix | 2021-07-12 | 1 | -0/+9 | ||
| |\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| | * | | | | | | Replace NaN mix volume samples with silence. | 2021-07-08 | 1 | -0/+9 | ||
| * | | | | | | | Merge pull request #6597 from FernandoS27/accelerate-dma | 2021-07-12 | 9 | -62/+199 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | accelerateDMA: Fixes and feedback. | 2021-07-12 | 3 | -88/+62 | ||
| | * | | | | | | accelerateDMA: Accelerate Buffer Copies. | 2021-07-11 | 9 | -13/+176 | ||
| * | | | | | | | Merge pull request #6576 from ameerj/unlock-fps-setting | 2021-07-11 | 6 | -29/+10 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | settings: Disable FPS unlimit setting between title launches | 2021-07-10 | 6 | -29/+10 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Buffer Cache: Address Feedback. | 2021-07-10 | 3 | -5/+10 | ||
| * | | | | | | Buffer Cache: Fix GCC copmpile error | 2021-07-09 | 1 | -1/+0 | ||
| * | | | | | | Fence Manager: remove reference fencing. | 2021-07-09 | 3 | -31/+6 | ||
| * | | | | | | BufferCache: Additional download fixes. | 2021-07-09 | 2 | -23/+107 | ||
| * | | | | | | Buffer Cache: Revert unnecessary range reduction. | 2021-07-09 | 1 | -29/+13 | ||
| * | | | | | | Fence Manager: Force ordering on WFI. | 2021-07-09 | 4 | -38/+71 | ||
| * | | | | | | Buffer Cache: Eliminate the AC Hack as the base game is fixed in Hades. | 2021-07-09 | 1 | -14/+4 | ||
| * | | | | | | Fence Manager: Add fences on Reference Count. | 2021-07-09 | 8 | -6/+57 | ||