| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | 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 | 16 | -133/+335 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | 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 | 2 | -7/+74 | ||
| | * | | | | | | | | codec: Replace deprecated av_init_packet usage | 2021-08-12 | 1 | -9/+13 | ||
| | * | | | | | | | | cmake: Always find LIBVA, update windows FFmpeg version | 2021-08-12 | 1 | -5/+5 | ||
| | * | | | | | | | | 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 | ||
| | * | | | | | | | | | | Rename parameters | 2021-09-03 | 5 | -14/+24 | ||
| | * | | | | | | | | | | Fix create GraphicsPipelines crash | 2021-09-03 | 1 | -5/+5 | ||
| | * | | | | | | | | | | Add input/output location | 2021-09-02 | 1 | -5/+13 | ||
| | * | | | | | | | | | | Add colorfront and txtcoord support | 2021-09-01 | 5 | -0/+57 | ||
| * | | | | | | | | | | | Merge pull request #6980 from vonchenplus/fix_blend_equation_error | 2021-09-08 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix blend equation enum error | 2021-09-07 | 1 | -4/+4 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6971 from bunnei/buffer-queue-kevent | 2021-09-08 | 3 | -14/+24 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core: hle: service: buffer_queue: Improve management of KEvent. | 2021-09-04 | 3 | -14/+24 | ||
| | | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #6977 from Moonlacer/master | 2021-09-06 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Second part of Golden's PR | 2021-09-06 | 2 | -3/+3 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #6976 from goldenx86/patch-2 | 2021-09-06 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Rename all shader cache references to pipeline cache | 2021-09-06 | 1 | -4/+4 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #6965 from bunnei/cpu_manager_jthread | 2021-09-06 | 2 | -18/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | core: cpu_manager: Use jthread. | 2021-09-03 | 2 | -18/+13 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #6968 from bunnei/nvflinger-event | 2021-09-04 | 4 | -16/+30 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | core: hle: service: nvflinger/vi: Improve management of KEvent. | 2021-09-03 | 4 | -16/+30 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #6900 from ameerj/attr-reorder | 2021-09-01 | 7 | -10/+140 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | structured_control_flow: Skip reordering nested demote branches. | 2021-08-30 | 1 | -0/+11 | ||
| | * | | | | | | | | structured_control_flow: Conditionally invoke demote reorder pass | 2021-08-30 | 7 | -10/+23 | ||
| | * | | | | | | | | structured_control_flow: Add DemoteCombinationPass | 2021-08-28 | 1 | -1/+107 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #6951 from german77/log | 2021-09-01 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||