| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | emit_spirv_warp: Fix ballot related ops for 64-thread warp sizes | 2021-08-31 | 1 | -10/+11 | ||
| * | | | | | | | Merge pull request #6975 from ogniK5377/acc-async-ctx | 2021-09-12 | 4 | -19/+154 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Mark is_complete as atomic | 2021-09-09 | 2 | -4/+5 | ||
| | * | | | | | | | Addressed issues | 2021-09-09 | 3 | -15/+14 | ||
| | * | | | | | | | address name shadowing with system | 2021-09-06 | 1 | -2/+2 | ||
| | * | | | | | | | account: EnsureTokenIdCacheAsync | 2021-09-06 | 4 | -19/+154 | ||
| * | | | | | | | | Merge pull request #6974 from ogniK5377/fs-recursive-createdir | 2021-09-12 | 1 | -8/+13 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Addressed issues | 2021-09-09 | 1 | -1/+1 | ||
| | * | | | | | | | | FS: Recursively create directories for CreateDirectory | 2021-09-06 | 1 | -8/+13 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6997 from ameerj/stop-emulation-confirmation | 2021-09-12 | 1 | -11/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | main: Apply confirm exit setting in exit locked scenarios | 2021-09-12 | 1 | -11/+9 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6992 from german77/brains | 2021-09-12 | 5 | -3/+44 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | am: Implement GetNotificationStorageChannelEvent | 2021-09-10 | 2 | -2/+16 | ||
| | * | | | | | | | | hid: Stub SetTouchScreenConfiguration | 2021-09-10 | 3 | -1/+28 | ||
| * | | | | | | | | | Merge pull request #6987 from Morph1984/common-error | 2021-09-12 | 13 | -19/+43 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | shader_environment: Add missing <algorithm> include | 2021-09-11 | 1 | -0/+1 | ||
| | * | | | | | | | | | vk_descriptor_pool: Add missing <algorithm> include | 2021-09-11 | 1 | -0/+1 | ||
| | * | | | | | | | | | slot_vector: Add missing <algorithm> include | 2021-09-11 | 1 | -0/+1 | ||
| | * | | | | | | | | | video_core/memory_manager: Add missing <algorithm> include | 2021-09-11 | 1 | -0/+2 | ||
| | * | | | | | | | | | kernel: Add missing <functional> include | 2021-09-11 | 1 | -0/+1 | ||
| | * | | | | | | | | | file_sys/kernel_executable: Add missing <string> include | 2021-09-11 | 1 | -0/+1 | ||
| | * | | | | | | | | | codec: Add missing <string_view> include | 2021-09-11 | 1 | -0/+1 | ||
| | * | | | | | | | | | common_funcs: Replace <algorithm> with <iterator> | 2021-09-11 | 1 | -1/+1 | ||
| | * | | | | | | | | | common: Move error handling to error.cpp/h | 2021-09-11 | 6 | -18/+34 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6986 from Morph1984/version-update | 2021-09-12 | 1 | -5/+12 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | api_version: Update and add AtmosphereTargetFirmware | 2021-09-10 | 1 | -5/+12 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6846 from ameerj/nvdec-gpu-decode | 2021-09-11 | 15 | -121/+257 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | h264: Lower max_num_ref_frames | 2021-08-16 | 1 | -1/+2 | ||
| | * | | | | | | | | configure_graphics: Add GPU nvdec decoding as an option | 2021-08-16 | 12 | -27/+120 | ||
| | * | | | | | | | | codec: Improve libav memory alloc and cleanup | 2021-08-16 | 2 | -14/+19 | ||
| | * | | | | | | | | codec: Fallback to CPU decoding if no compatible GPU format is found | 2021-08-16 | 2 | -22/+32 | ||
| | * | | | | | | | | cmake: Add VDPAU and NVDEC support to FFmpeg | 2021-08-16 | 1 | -0/+1 | ||
| | * | | | | | | | | codec: Replace deprecated av_init_packet usage | 2021-08-12 | 1 | -9/+13 | ||
| | * | | | | | | | | nvdec: Implement GPU accelerated decoding for all platforms | 2021-08-12 | 2 | -70/+92 | ||
| * | | | | | | | | | Merge pull request #6901 from ameerj/vk-clear-bits | 2021-09-11 | 3 | -6/+24 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vk_rasterizer: Only clear depth and stencil buffers when set in attachment as... | 2021-08-21 | 3 | -6/+24 | ||
| * | | | | | | | | | | Merge pull request #6941 from ameerj/swapchain-srgb | 2021-09-11 | 5 | -11/+37 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | vulkan_device: Enable VK_KHR_swapchain_mutable_format if available | 2021-08-29 | 3 | -0/+27 | ||
| | * | | | | | | | | | | vk_swapchain: Prefer linear swapchain format when presenting sRGB images | 2021-08-29 | 3 | -11/+10 | ||
| * | | | | | | | | | | | Merge pull request #6953 from ameerj/anv-semaphore | 2021-09-11 | 5 | -26/+33 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | renderer_vulkan: Wait on present semaphore at queue submit | 2021-09-02 | 5 | -26/+33 | ||
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6981 from ameerj/nvflinger-hb-format | 2021-09-11 | 3 | -7/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | nvflinger: Use external surface format for framebuffer creation | 2021-09-06 | 3 | -7/+8 | ||
| | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #6962 from vonchenplus/spirv_support_legacy_attribute | 2021-09-08 | 3 | -0/+107 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Detail adjustment | 2021-09-08 | 1 | -13/+14 | ||
| | * | | | | | | | | | | Detail adjustment | 2021-09-08 | 2 | -28/+35 | ||
| | * | | | | | | | | | | Re-implement get unused location | 2021-09-07 | 1 | -30/+30 | ||
| | * | | | | | | | | | | Move attribute related definitions to spirv anonymous namespace | 2021-09-07 | 4 | -30/+26 | ||
| | * | | | | | | | | | | Dynamic get unused location | 2021-09-06 | 1 | -27/+49 | ||
| | * | | | | | | | | | | Implement intput and output fixed fnc textures | 2021-09-06 | 4 | -19/+25 | ||