4676 Commits (bea9ed2548abfa738d3381a152e7ece42efbf08d)

Author SHA1 Message Date
Lioncash fd7af52ec3 vk_sampler_cache: Make use of designated initializers where applicable 6 years ago
Lioncash 772b6e4d28 vk_resource_manager: Make use of designated initializers where applicable 6 years ago
Lioncash 8ebd6a21c5 vk_renderpass_cache: Make use of designated initializers where applicable 6 years ago
Lioncash 01f297f2e0 vk_rasterizer: Make use of designated initializers where applicable 6 years ago
Lioncash c07b0ffe47 vk_query_cache: Make use of designated initializers where applicable 6 years ago
Lioncash d43e923990 vk_pipeline_cache: Make use of designated initializers where applicable 6 years ago
Lioncash 7d5f93832c vk_memory_manager: Make use of designated initializers where applicable 6 years ago
Lioncash 75c00c3cb0 vk_image: Make use of designated initializers where applicable 6 years ago
Lioncash 6d165481ad vk_descriptor_pool: Make use of designated initializers where applicable 6 years ago
Lioncash fb563e75e9 vk_graphics_pipeline: Resolve narrowing warnings 6 years ago
Lioncash 5330ca396d vk_compute_pipeline: Make use of designated initializers where applicable 6 years ago
Lioncash 757ddd8158 vk_compute_pass: Make use of designated initializers where applicable 6 years ago
Lioncash a66a0a6a53 vk_buffer_cache: Make use of designated initializers where applicable 6 years ago
ReinUsesLisp 210cc0204d decode/other: Implement S2R.LaneId 6 years ago
ReinUsesLisp 88e57b13e0 gl_arb_decompiler: Execute BAR even when inside control flow 6 years ago
ReinUsesLisp a5a72cbd20 renderer_{opengl,vulkan}: Clamp shared memory to host's limit 6 years ago
Lioncash 969100d41a shader_cache: Make use of std::erase_if 6 years ago
Lioncash 0f8b977663 vk_device: Make use of designated initializers where applicable 6 years ago
Lioncash 0475a167f8 vk_graphics_pipeline: Make use of designated initializers where applicable 6 years ago
ReinUsesLisp fbc232426d video_core: Rearrange pixel format names 6 years ago
ReinUsesLisp eda37ff26b video_core: Fix DXT4 and RGB565 6 years ago
ReinUsesLisp a8dab2ffb3 video_core/format_lookup_table: Add formats with existing PixelFormat 6 years ago
ReinUsesLisp 480850ffe7 video_core: Fix B5G6R5_UNORM render target format 6 years ago
ReinUsesLisp 990b14f181 video_core: Fix B5G6R5U 6 years ago
ReinUsesLisp 1d20aac795 video_core: Implement RGBA32_SINT render target 6 years ago
ReinUsesLisp 9338599d72 video_core: Implement RGBA32_SINT render target 6 years ago
ReinUsesLisp 95c0f5afe5 video_core: Implement RGBA16_SINT render target 6 years ago
ReinUsesLisp 977d6c46f3 video_core: Implement RGBA8_SINT render target 6 years ago
ReinUsesLisp 50c6030a8d video_core: Implement RG32_SINT render target 6 years ago
ReinUsesLisp e849d68048 video_core: Implement RG8_SINT render target and fix RG8_UINT 6 years ago
ReinUsesLisp f29fede49c video_core: Implement R8_SINT render target 6 years ago
ReinUsesLisp fd33e996e0 video_core: Implement R8_SNORM render target 6 years ago
ReinUsesLisp 505c206eb8 video_core/surface: Remove explicit values on PixelFormat's definition 6 years ago
ReinUsesLisp 143662118c video_core/surface: Reorder render target to pixel format switch 6 years ago
Lioncash db6fbd5894 vk_blit_screen: Make use of designated initializers where applicable 6 years ago
ReinUsesLisp 0fe09df386 vk_state_tracker: Fix dirty flags for stencil_enable on VK_EXT_extended_dynamic_state 6 years ago
ReinUsesLisp fca26980a2 vk_rasterizer: Pass <pSizes> to CmdBindVertexBuffers2EXT 6 years ago
ReinUsesLisp c574ab5aa1 video_core/textures: Add and use SwizzleSliceToVoxel, and minor style changes 6 years ago
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 6 years ago
lat9nq 1c7d106aac vk_stream_buffer: set allocable_size to 9 MiB 6 years ago
ReinUsesLisp 2a9d17b7e7 maxwell_dma: Rename registers to match official docs and reorder 6 years ago
ReinUsesLisp f6cb128eac shader_cache: Fix use-after-free and orphan invalidation cache entries 6 years ago
Morph 1b31755ba6 maxwell_to_gl: Implement MirrorOnceClampOGL using GL_MIRROR_CLAMP_EXT 6 years ago
David 7c970132b5
macro: Add support for "middle methods" on the code cache (#4112) 6 years ago
Morph 10eca7f651 maxwell_to_gl: Rename VertexType() to VertexFormat() 6 years ago
Morph 4a35df337b maxwell_to_vk: Reorder vertex formats and add A2B10G10R10 for all types except float 6 years ago
Morph 78d80d99a0 maxwell_to_gl: Add 32 bit component sizes to (un)signed scaled formats 6 years ago
Fernando Sahmkow 528b19a842 General: Tune the priority of main emulation threads so they have higher priority than less important helper threads. 6 years ago
Fernando Sahmkow ad92865497 General: Correct rebase, sync gpu and context management. 6 years ago
Fernando Sahmkow dc58058203 General: Setup yuzu threads' microprofile, naming and registry. 6 years ago