summaryrefslogtreecommitdiff
path: root/src/video_core
AgeCommit message (Expand)Author
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
2020-06-27General: Setup yuzu threads' microprofile, naming and registry.Fernando Sahmkow
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow
2020-06-26Merge pull request #4147 from ReinUsesLisp/hset2-immbunnei
2020-06-26vk_rasterizer: Use nullptr for <pSizes> in CmdBindVertexBuffers2EXTReinUsesLisp
2020-06-26vk_pipeline_cache: Avoid hashing and comparing dynamic state when possibleReinUsesLisp
2020-06-26vulkan/fixed_pipeline_state: Move state out of individual structuresReinUsesLisp
2020-06-26vk_rasterizer: Use VK_EXT_extended_dynamic_stateReinUsesLisp
2020-06-26renderer_vulkan/wrapper: Add VK_EXT_extended_dynamic_state functionsReinUsesLisp
2020-06-26fixed_pipeline_state: Add requirements for VK_EXT_extended_dynamic_stateReinUsesLisp
2020-06-26vk_device: Enable VK_EXT_extended_dynamic_state when availableReinUsesLisp
2020-06-26texture_cache: Test format compatibility before copyingReinUsesLisp
2020-06-26Merge pull request #4144 from FernandoS27/tt-fixbunnei
2020-06-26Merge pull request #4111 from ReinUsesLisp/preserve-contents-vkbunnei
2020-06-26video_core/compatible_formats: Table to test if two formats are legal to view...ReinUsesLisp
2020-06-26gl_buffer_cache: Copy to buffers created as STREAM_READ before downloadingReinUsesLisp
2020-06-25Merge pull request #4151 from ReinUsesLisp/gl-invalidationsRodrigo Locatti
2020-06-25gl_device: Fix IsASTCSupportedDavid Marcec