aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
2021-01-04renderer_vulkan: Move device abstraction to vulkan_commonReinUsesLisp
2021-01-04gl_texture_cache: Avoid format views on Intel and AMDReinUsesLisp
2021-01-03renderer_vulkan: Rename VKDevice to DeviceReinUsesLisp
2021-01-03Merge pull request #5230 from ReinUsesLisp/vulkan-commonRodrigo Locatti
2021-01-02general: Fix various spelling errorsMorph
2020-12-31vulkan_instance: Allow different Vulkan versions and enforce 1.1ReinUsesLisp
2020-12-31vk_device: Use an array to report lacking device limitsReinUsesLisp
2020-12-31vk_device: Stop initialization when device is not suitableReinUsesLisp
2020-12-31renderer_vulkan: Remove two step initialization on VKDeviceReinUsesLisp
2020-12-31renderer_vulkan: Throw when enumerating devices failsReinUsesLisp
2020-12-31renderer_vulkan: Initialize surface in separate fileReinUsesLisp
2020-12-31renderer_vulkan: Catch and report exceptionsReinUsesLisp
2020-12-31renderer_vulkan: Create debug callback on separate file and throwReinUsesLisp
2020-12-31renderer_vulkan: Move instance initialization to a separate fileReinUsesLisp
2020-12-31vulkan_common: Rename renderer_vulkan/wrapper.h to vulkan_common/vulkan_wrapp...ReinUsesLisp
2020-12-31vulkan_common: Move dynamic library load to a separate fileReinUsesLisp
2020-12-30maxwell_to_vk: Initialize usage variable in SurfaceFormat()Lioncash
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-25renderer_vulkan/fixed_pipeline_state: Move enabled bindings to static stateReinUsesLisp
2020-12-24vk_shader_decompiler: Silence warning when compiling without assertsReinUsesLisp
2020-12-07video_core: Make use of ordered container contains() where applicableLioncash
2020-12-07video_core: Remove unnecessary enum class casting in logging messagesLioncash
2020-12-07Merge pull request #5152 from comex/xx-overrideLC
2020-12-07Merge pull request #5136 from lioncash/video-shadow3LC
2020-12-06renderer_vulkan: Add missing `override` specifiercomex
2020-12-06video_core: Adjust `NUM` macro to avoid Clang warningcomex
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-11-26vk_shader_decompiler: Implement force early fragment testsReinUsesLisp
2020-11-25Merge pull request #4976 from comex/poll-eventsRodrigo Locatti
2020-11-25cleanup unneeded comments and newlinesameerj
2020-11-25Refactor MaxwellToSpirvComparison. Use Common::BitCastameerj
2020-11-24Address PR feedback from Reinameerj
2020-11-24vulkan_renderer: Alpha Test Culling Implementationameerj
2020-11-23Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...comex
2020-10-29General: Resolve a few missing initializer warningsLioncash
2020-10-28video_core: Enforce -Wredundant-move and -Wpessimizing-moveReinUsesLisp
2020-10-19Merge pull request #4204 from ReinUsesLisp/vulkan-1.0bunnei
2020-10-17Merge pull request #4782 from ReinUsesLisp/remove-dyn-primitivebunnei
2020-10-13vk_graphics_pipeline: Manage primitive topology as fixed stateReinUsesLisp
2020-10-08vk_device: Block VK_EXT_extended_dynamic_state for RDNA devicesgoldenx86
2020-10-07renderer_vulkan/wrapper: Fix physical device sortingReinUsesLisp
2020-09-30Remove ext_extended_dynamic_state blacklistMatías Locatti
2020-09-26Merge pull request #4724 from lat9nq/fix-vulkan-nvidia-allocate-2Rodrigo Locatti
2020-09-25vk_stream_buffer: Fix initializing Vulkan with NVIDIA on Linuxlat9nq
2020-09-25vk_command_pool: Move definition of Pool into the cpp fileLioncash
2020-09-25vk_command_pool: Make use of override on destructorLioncash
2020-09-25vk_command_pool: Add missing header guardLioncash
2020-09-23Merge pull request #4674 from ReinUsesLisp/timeline-semaphoresbunnei