summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
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-30half_set: Resolve -Wmaybe-uninitialized warningsLioncash
2020-12-30maxwell_to_vk: Initialize usage variable in SurfaceFormat()Lioncash
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp
2020-12-30video_core: Add a delayed destruction ring abstractionReinUsesLisp
2020-12-30host_shaders: Add Vulkan assembler compute shadersReinUsesLisp
2020-12-30host_shaders: Add helper to blit depth stencil fragment shaderReinUsesLisp
2020-12-30host_shaders: Add texture color blit fragment shaderReinUsesLisp
2020-12-30host_shaders: Add shaders to present to the swapchainReinUsesLisp
2020-12-30host_shaders: Add shaders to convert between depth and color imagesReinUsesLisp
2020-12-30host_shaders: Add compute shader to copy BC4 as RG32UI to RGBA8ReinUsesLisp
2020-12-30host_shaders: Add shader to render a full screen triangleReinUsesLisp
2020-12-30host_shaders: Add pitch linear upload compute shaderReinUsesLisp
2020-12-30host_shaders: Add block linear upload compute shadersReinUsesLisp
2020-12-30host_shaders: Add copyright headers to OpenGL present shadersReinUsesLisp
2020-12-30video_core/host_shaders: Add support for prebuilt SPIR-V shadersReinUsesLisp
2020-12-25Merge pull request #5226 from ReinUsesLisp/c4715-vcRodrigo Locatti
2020-12-24cmake: Always enable VulkanReinUsesLisp
2020-12-24video_core: Enforce C4715 (not all control paths return a value)ReinUsesLisp
2020-12-24vk_shader_decompiler: Silence warning when compiling without assertsReinUsesLisp
2020-12-15Merge pull request #5157 from lioncash/array-dirtybunnei
2020-12-10Merge pull request #5162 from lioncash/copy-shaderbunnei
2020-12-07Merge pull request #5164 from lioncash/containsRodrigo Locatti
2020-12-07video_core: Make use of ordered container contains() where applicableLioncash
2020-12-07ast: Improve string concat readability in operator()Lioncash
2020-12-07gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers()Lioncash
2020-12-07Merge pull request #5149 from comex/xx-map-intervalbunnei
2020-12-07Merge pull request #5159 from lioncash/move-amendRodrigo Locatti
2020-12-07buffer_block: Mark interface as nodiscard where applicableLioncash
2020-12-07buffer_block: Remove unnecessary includesLioncash
2020-12-07shader_ir: std::move node within DeclareAmend()Lioncash
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-06maxwell_3d: Move member variables to end of classLioncash
2020-12-06maxwell_3d: Resolve -Wdocumentation warningLioncash
2020-12-06maxwell_3d: Remove unused dirty_pointer arrayLioncash
2020-12-06renderer_vulkan: Add missing `override` specifiercomex
2020-12-06map_interval: Change field order to address uninitialized field warningcomex
2020-12-06video_core: Adjust `NUM` macro to avoid Clang warningcomex
2020-12-05maxwell_dma: Rename RenderEnable::Mode::FALSE and TRUE to avoid name conflictcomex
2020-12-05video_core: Resolve more variable shadowing scenarios pt.3Lioncash