aboutsummaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
2020-07-16vk_buffer_cache: Make use of designated initializers where applicableLioncash
2020-07-16Merge pull request #4333 from lioncash/desig3Rodrigo Locatti
2020-07-16Merge pull request #4332 from lioncash/vkdevRodrigo Locatti
2020-07-16decode/other: Implement S2R.LaneIdReinUsesLisp
2020-07-16gl_arb_decompiler: Execute BAR even when inside control flowReinUsesLisp
2020-07-16renderer_{opengl,vulkan}: Clamp shared memory to host's limitReinUsesLisp
2020-07-16Merge pull request #4321 from lioncash/desigbunnei
2020-07-14shader_cache: Make use of std::erase_ifLioncash
2020-07-14Merge pull request #4242 from ReinUsesLisp/maxwell-dmabunnei
2020-07-13vk_device: Make use of designated initializers where applicableLioncash
2020-07-13vk_graphics_pipeline: Make use of designated initializers where applicableLioncash
2020-07-13video_core: Rearrange pixel format namesReinUsesLisp
2020-07-13video_core: Fix DXT4 and RGB565ReinUsesLisp
2020-07-13video_core/format_lookup_table: Add formats with existing PixelFormatReinUsesLisp
2020-07-13video_core: Fix B5G6R5_UNORM render target formatReinUsesLisp
2020-07-13video_core: Fix B5G6R5UReinUsesLisp
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA16_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RGBA8_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RG32_SINT render targetReinUsesLisp
2020-07-13video_core: Implement RG8_SINT render target and fix RG8_UINTReinUsesLisp
2020-07-13video_core: Implement R8_SINT render targetReinUsesLisp
2020-07-13video_core: Implement R8_SNORM render targetReinUsesLisp
2020-07-13video_core/surface: Remove explicit values on PixelFormat's definitionReinUsesLisp
2020-07-13video_core/surface: Reorder render target to pixel format switchReinUsesLisp
2020-07-12vk_blit_screen: Make use of designated initializers where applicableLioncash
2020-07-12vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynam...ReinUsesLisp
2020-07-10vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXTReinUsesLisp
2020-07-10video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changesReinUsesLisp
2020-07-10Merge pull request #4283 from lat9nq/fix-linux-nvidia-vulkanRodrigo Locatti
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2020-07-09vk_stream_buffer: set allocable_size to 9 MiBlat9nq
2020-07-07maxwell_dma: Rename registers to match official docs and reorderReinUsesLisp
2020-07-07Merge pull request #4150 from ReinUsesLisp/dynamic-state-implbunnei
2020-07-04Merge pull request #4194 from ReinUsesLisp/fix-shader-cacheFernando Sahmkow
2020-07-02Merge pull request #4175 from ReinUsesLisp/read-bufferbunnei
2020-07-02Merge pull request #4082 from Morph1984/mirror-once-clampRodrigo Locatti
2020-07-01shader_cache: Fix use-after-free and orphan invalidation cache entriesReinUsesLisp
2020-06-30Merge pull request #4176 from ReinUsesLisp/compatible-formatsFernando Sahmkow
2020-06-30Merge pull request #4157 from ReinUsesLisp/unified-turingFernando Sahmkow
2020-06-30maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXTMorph
2020-06-30Merge pull request #4191 from Morph1984/vertex-formatsRodrigo Locatti
2020-06-30macro: Add support for "middle methods" on the code cache (#4112)David
2020-06-29maxwell_to_gl: Rename VertexType() to VertexFormat()Morph
2020-06-29Merge pull request #4140 from ReinUsesLisp/validation-layersRodrigo Locatti
2020-06-28maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types excep...Morph
2020-06-28maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formatsMorph
2020-06-27General: Tune the priority of main emulation threads so they have higher prio...Fernando Sahmkow
2020-06-27General: Correct rebase, sync gpu and context management.Fernando Sahmkow