aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_vulkan
AgeCommit message (Expand)Author
2021-01-23vk_pipeline_cache: Properly bypass VertexA shadersReinUsesLisp
2021-01-20Merge pull request #5361 from ReinUsesLisp/vk-shader-commentbunnei
2021-01-15vk_shader_decompiler: Show comments as OpUndef with a typeReinUsesLisp
2021-01-15vk_texture_cache: Use Download memory types for texture flushesReinUsesLisp
2021-01-15vulkan_memory_allocator: Add "download" memory usage hintReinUsesLisp
2021-01-15vulkan_common: Move allocator to the common directoryReinUsesLisp
2021-01-15renderer_vulkan: Rename Vulkan memory manager to memory allocatorReinUsesLisp
2021-01-15vk_memory_manager: Improve memory manager and its APIReinUsesLisp
2021-01-15vk_buffer_cache: Remove unused functionReinUsesLisp
2021-01-12Merge pull request #5311 from ReinUsesLisp/fence-waitbunnei
2021-01-08Merge pull request #5231 from ReinUsesLisp/dyn-bindingsbunnei
2021-01-08vk_fence_manager: Use timeline semaphores instead of spin waitsReinUsesLisp
2021-01-06Merge pull request #5288 from ReinUsesLisp/workaround-garbageMorph
2021-01-05Merge pull request #5289 from ReinUsesLisp/vulkan-devicebunnei
2021-01-04Merge pull request #5292 from ReinUsesLisp/empty-setLC
2021-01-04vk_rasterizer: Skip binding empty descriptor sets on computeReinUsesLisp
2021-01-04renderer_vulkan/nsight_aftermath_tracker: Move to vulkan_commonReinUsesLisp
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