summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2022-09-30Merge pull request #8910 from vonchenplus/astc_decode_errorbunnei
2022-09-25vulkan: automatically use larger staging buffer sizes when possibleLiam
2022-09-20video_core: Fix legacy to generic location unpairedFengChen
2022-09-20Merge branch 'master' into mipmapFeng Chen
2022-09-20video_core: Generate mipmap texture by drawingFengChen
2022-09-16astc: Enable parallel CPU astc decodingMorph
2022-09-15video_core: Modify astc texture decode error fill valueFengChen
2022-09-10Align index buffe size when vertex_buffer_unified_memory enableFengChen
2022-09-08Merge pull request #8819 from liamwhite/cash-moneylat9nq
2022-08-31style: General style changes to match with the rest of the codebaseMorph
2022-08-31(shader/pipeline)_cache: Raise shader/pipeline cache versionMorph
2022-08-31Merge pull request #8752 from vonchenplus/rectangle_textureFernando S
2022-08-25video_core: add option for pessimistic flushingLiam
2022-08-25video_code: support rectangle textureFengChen
2022-08-23video_core: vulkan: rasterizer: Workaround on viewport swizzle on AMDNarr the Reg
2022-08-21Merge pull request #8784 from Docteh/nosnekliamwhite
2022-08-20video_core: support framebuffer crop rect top not zerovonchenplus
2022-08-19code: dodge PAGE_SIZE #defineKyle Kienapfel
2022-08-19video_core: implement R16G16B16X16 texture formatLiam
2022-08-13Merge pull request #8739 from merryhime/swizzle_tablebunnei
2022-08-09video_core/textures/decoders: Avoid SWIZZLE_TABLEMerry
2022-08-07Make vsync setting work for VulkanDJRobX
2022-08-06Merge pull request #8658 from liamwhite/plgpbunnei
2022-08-06Merge pull request #8700 from liamwhite/xc3-vk-crashbunnei
2022-08-02renderer_vulkan: add format fallbacks for R16G16B16_SFLOAT, R16G16B16_SSCALED...Liam
2022-08-02vk_texture_cache: return VK_NULL_HANDLE for views of null imagesLiam
2022-07-31Merge pull request #8678 from liamwhite/stop-waitingbunnei
2022-07-30renderer_opengl: delete shader source after linkingLiam
2022-07-29video_core: stop waiting for shader compilation on user cancelLiam
2022-07-27video_core: differentiate between tiled and untiled framebuffer sizes for una...Liam
2022-07-27Merge pull request #8542 from Morph1984/gpu-use-old-qliamwhite
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2022-07-19video_core: use correct byte size for framebufferLiam
2022-07-16yuzu: settings: Remove framerate cap and merge unlocked framerate setting.bunnei
2022-07-06gpu_thread: Use the previous MPSCQueue implementationMorph
2022-07-05renderer_(gl/vk): Implement ASTC_10x6_UNORMMorph
2022-06-29Revert "vulkan_device: Block AMDVLK's VK_KHR_push_descriptor"lat9nq
2022-06-26video_core: Replace VKUpdateDescriptorQueue with UpdateDescriptorQueuegerman77
2022-06-26video_core: Replace VKSwapchain with Swapchaingerman77
2022-06-26video_core: Replace VKQueryCache with QueryCachegerman77
2022-06-26video_core: Replace VKScheduler with Schedulergerman77
2022-06-26video_core: Replace VKBlitScreen with BlitScreengerman77
2022-06-26video_core: Replace VKFenceManager with FenceManagergerman77
2022-06-15Merge pull request #8460 from Morph1984/bounded-qliamwhite
2022-06-15bounded_threadsafe_queue: Use constexpr capacity and maskMorph
2022-06-15vk_compute_pass: Explicitly cast to VkAccessFlagsMorph
2022-06-14Merge pull request #8383 from Morph1984/shadow-of-the-pastMai
2022-06-14vk_compute_pass: Use VK_ACCESS_NONEMorph
2022-06-14Merge pull request #8439 from liamwhite/monkey-compilerMai
2022-06-14vk_compute_pass: Silence Wextra warningMorph