FernandoS27 150bc45401 Texture cache: fix Intel with rescaler. há 4 anos atrás
..
blit_image.cpp 50b4c774cb Vulkan: Fix Blit Depth Stencil há 4 anos atrás
blit_image.h 50b4c774cb Vulkan: Fix Blit Depth Stencil há 4 anos atrás
fixed_pipeline_state.cpp fba6bd92d4 vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state há 5 anos atrás
fixed_pipeline_state.h f94f0be521 vk_graphics_pipeline: Implement smooth lines há 5 anos atrás
maxwell_to_vk.cpp be54aad1c4 maxwell_to_vk: Add R16_SNORM há 5 anos atrás
maxwell_to_vk.h 395bed3a0a shader: Unify shader stage types há 5 anos atrás
pipeline_helper.h 618de4e787 vulkan: Fix rescaling push constant usage há 4 anos atrás
pipeline_statistics.cpp 3b006f4fe2 renderer_vulkan: Add setting to log pipeline statistics há 5 anos atrás
pipeline_statistics.h 3b006f4fe2 renderer_vulkan: Add setting to log pipeline statistics há 5 anos atrás
renderer_vulkan.cpp 73666fb262 general: Update style to clang-format-12 há 4 anos atrás
renderer_vulkan.h 75e7f54fb0 renderer_vulkan: Implement screenshots há 5 anos atrás
vk_blit_screen.cpp b60966041c Presentation: add Nearest Neighbor filter. há 4 anos atrás
vk_blit_screen.h b60966041c Presentation: add Nearest Neighbor filter. há 4 anos atrás
vk_buffer_cache.cpp 27ed6e7c2b vk_buffer_cache: Add transform feedback usage to null buffer há 5 anos atrás
vk_buffer_cache.h d621e96d0d shader: Initial OpenGL implementation há 5 anos atrás
vk_command_pool.cpp aae399c1a8 vk_command_pool: Reduce the command pool size from 4096 to 4 há 5 anos atrás
vk_command_pool.h 974d731926 renderer_vulkan: Rename VKDevice to Device há 5 anos atrás
vk_compute_pass.cpp c439fc9be9 astc_decoder: Reduce workgroup size há 5 anos atrás
vk_compute_pass.h 5ab8053511 astc_decoder: Compute offset swizzles in-shader há 5 anos atrás
vk_compute_pipeline.cpp 618de4e787 vulkan: Fix rescaling push constant usage há 4 anos atrás
vk_compute_pipeline.h 618de4e787 vulkan: Fix rescaling push constant usage há 4 anos atrás
vk_descriptor_pool.cpp fde9b84b21 Merge pull request #6944 from FernandoS27/dear-drunk-me há 4 anos atrás
vk_descriptor_pool.h 2f3c3dfc10 vulkan: Rework descriptor allocation algorithm há 5 anos atrás
vk_fence_manager.cpp 82c2601555 video_core: Reimplement the buffer cache há 5 anos atrás
vk_fence_manager.h 82c2601555 video_core: Reimplement the buffer cache há 5 anos atrás
vk_fsr.cpp 37cb0377ae vulkan: Implement FidelityFX Super Resolution há 4 anos atrás
vk_fsr.h 37cb0377ae vulkan: Implement FidelityFX Super Resolution há 4 anos atrás
vk_graphics_pipeline.cpp 618de4e787 vulkan: Fix rescaling push constant usage há 4 anos atrás
vk_graphics_pipeline.h d2388dd0d0 vulkan: Implement rescaling shader patching há 4 anos atrás
vk_master_semaphore.cpp cf116a28a6 vk_master_semaphore: Use jthread for debug thread há 5 anos atrás
vk_master_semaphore.h 0498669b4b Vulkan: Fix failing barrier on refresh. há 4 anos atrás
vk_pipeline_cache.cpp e66d5b88a6 shader: Properly scale image reads and add GL SPIR-V support há 4 anos atrás
vk_pipeline_cache.h 3b006f4fe2 renderer_vulkan: Add setting to log pipeline statistics há 5 anos atrás
vk_query_cache.cpp d702b393a4 Vulkan Query Cache: make sure to wait for the query result. há 4 anos atrás
vk_query_cache.h 974d731926 renderer_vulkan: Rename VKDevice to Device há 5 anos atrás
vk_rasterizer.cpp f3ff8bdc0e TextureCache: Fix blitting filter in Vulkan and correct viewport/scissor calculation when downscaling. há 4 anos atrás
vk_rasterizer.h 57a8921e01 vk_graphics_pipeline: Implement line width há 5 anos atrás
vk_render_pass_cache.cpp 7a1f296cda shader: Fix render targets with null attachments há 5 anos atrás
vk_render_pass_cache.h c63cf4fa2e vk_pipeline_cache: Add pipeline cache há 5 anos atrás
vk_resource_pool.cpp 85cce78583 shader: Primitive Vulkan integration há 5 anos atrás
vk_resource_pool.h 85cce78583 shader: Primitive Vulkan integration há 5 anos atrás
vk_scheduler.cpp d2388dd0d0 vulkan: Implement rescaling shader patching há 4 anos atrás
vk_scheduler.h d2388dd0d0 vulkan: Implement rescaling shader patching há 4 anos atrás
vk_shader_util.cpp 3753553b6a renderer_vulkan: Move device abstraction to vulkan_common há 5 anos atrás
vk_shader_util.h 974d731926 renderer_vulkan: Rename VKDevice to Device há 5 anos atrás
vk_staging_buffer_pool.cpp 75050c788c vk_staging_buffer_pool: Fall back to host memory when allocation fails há 5 anos atrás
vk_staging_buffer_pool.h 025fe458ae vk_staging_buffer_pool: Fix softlock when stream buffer overflows há 5 anos atrás
vk_state_tracker.cpp b769bea61b Fix vulkan viewport issue há 4 anos atrás
vk_state_tracker.h 31478c6c1b video_core: Misc resolution scaling related refactoring há 4 anos atrás
vk_swapchain.cpp 35e5a67a83 vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked há 4 anos atrás
vk_swapchain.h 35e5a67a83 vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked há 4 anos atrás
vk_texture_cache.cpp 150bc45401 Texture cache: fix Intel with rescaler. há 4 anos atrás
vk_texture_cache.h 3b61de74e6 Texture Cache: fix memory managment and optimize scaled downloads, uploads. há 4 anos atrás
vk_texture_cache_base.cpp 5566f3dbc0 texture_cache: Address ameerj's review há 5 anos atrás
vk_update_descriptor.cpp 568d813eea vk_update_descriptor: Properly initialize payload on the update descriptor queue há 5 anos atrás
vk_update_descriptor.h ac8835659e vulkan: Defer descriptor set work to the Vulkan thread há 5 anos atrás