summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
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
2020-12-05video_core: Resolve more variable shadowing scenarios pt.2Lioncash
2020-12-05Merge pull request #5124 from lioncash/video-shadowbunnei
2020-12-04Merge pull request #5127 from FearlessTobi/port-5617bunnei
2020-12-05Fix telemetry-related exit crash from use-after-freeFearlessTobi
2020-12-04codec: Remove deprecated usage of AVCodecContext::refcounted_framesLioncash
2020-12-04video_core: Resolve more variable shadowing scenariosLioncash
2020-12-04Merge pull request #5064 from lioncash/node-shadowbunnei
2020-12-03node: Mark member functions as [[nodiscard]] where applicableLioncash
2020-12-03node: Eliminate variable shadowingLioncash
2020-12-03vp9/vic: Resolve pessimizing movesLioncash