| .. |
|
blit_image.cpp
|
vulkan/blit_image: Commit descriptor sets within worker thread
|
5 years ago |
|
blit_image.h
|
vulkan: Rework descriptor allocation algorithm
|
5 years ago |
|
fixed_pipeline_state.cpp
|
vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state
|
5 years ago |
|
fixed_pipeline_state.h
|
vk_graphics_pipeline: Implement smooth lines
|
5 years ago |
|
maxwell_to_vk.cpp
|
maxwell_to_vk: Add R16_SNORM
|
5 years ago |
|
maxwell_to_vk.h
|
shader: Unify shader stage types
|
5 years ago |
|
pipeline_helper.h
|
vk_graphics_pipeline: Use VK_KHR_push_descriptor when available
|
5 years ago |
|
pipeline_statistics.cpp
|
renderer_vulkan: Add setting to log pipeline statistics
|
5 years ago |
|
pipeline_statistics.h
|
renderer_vulkan: Add setting to log pipeline statistics
|
5 years ago |
|
renderer_vulkan.cpp
|
general: Update style to clang-format-12
|
5 years ago |
|
renderer_vulkan.h
|
renderer_vulkan: Implement screenshots
|
5 years ago |
|
vk_blit_screen.cpp
|
Merge pull request #6941 from ameerj/swapchain-srgb
|
5 years ago |
|
vk_blit_screen.h
|
vk_blit_screen: Add public CreateFramebuffer method
|
5 years ago |
|
vk_buffer_cache.cpp
|
vk_buffer_cache: Add transform feedback usage to null buffer
|
5 years ago |
|
vk_buffer_cache.h
|
shader: Initial OpenGL implementation
|
5 years ago |
|
vk_command_pool.cpp
|
vk_command_pool: Reduce the command pool size from 4096 to 4
|
5 years ago |
|
vk_command_pool.h
|
renderer_vulkan: Rename VKDevice to Device
|
5 years ago |
|
vk_compute_pass.cpp
|
astc_decoder: Reduce workgroup size
|
5 years ago |
|
vk_compute_pass.h
|
astc_decoder: Compute offset swizzles in-shader
|
5 years ago |
|
vk_compute_pipeline.cpp
|
renderer_vulkan: Add setting to log pipeline statistics
|
5 years ago |
|
vk_compute_pipeline.h
|
renderer_vulkan: Add setting to log pipeline statistics
|
5 years ago |
|
vk_descriptor_pool.cpp
|
Merge pull request #6944 from FernandoS27/dear-drunk-me
|
5 years ago |
|
vk_descriptor_pool.h
|
vulkan: Rework descriptor allocation algorithm
|
5 years ago |
|
vk_fence_manager.cpp
|
video_core: Reimplement the buffer cache
|
5 years ago |
|
vk_fence_manager.h
|
video_core: Reimplement the buffer cache
|
5 years ago |
|
vk_graphics_pipeline.cpp
|
general: Update style to clang-format-12
|
5 years ago |
|
vk_graphics_pipeline.h
|
renderer_vulkan: Add setting to log pipeline statistics
|
5 years ago |
|
vk_master_semaphore.cpp
|
vk_master_semaphore: Use jthread for debug thread
|
5 years ago |
|
vk_master_semaphore.h
|
vk_master_semaphore: Use fetch_add to increase master semaphore tick
|
5 years ago |
|
vk_pipeline_cache.cpp
|
renderers: Log total pipeline count
|
5 years ago |
|
vk_pipeline_cache.h
|
renderer_vulkan: Add setting to log pipeline statistics
|
5 years ago |
|
vk_query_cache.cpp
|
vk_query_cache: Wait before reading queries
|
5 years ago |
|
vk_query_cache.h
|
renderer_vulkan: Rename VKDevice to Device
|
5 years ago |
|
vk_rasterizer.cpp
|
vk_rasterizer: Fix dynamic StencilOp updating when two faces are enabled
|
5 years ago |
|
vk_rasterizer.h
|
vk_graphics_pipeline: Implement line width
|
5 years ago |
|
vk_render_pass_cache.cpp
|
shader: Fix render targets with null attachments
|
5 years ago |
|
vk_render_pass_cache.h
|
vk_pipeline_cache: Add pipeline cache
|
5 years ago |
|
vk_resource_pool.cpp
|
shader: Primitive Vulkan integration
|
5 years ago |
|
vk_resource_pool.h
|
shader: Primitive Vulkan integration
|
5 years ago |
|
vk_scheduler.cpp
|
vk_scheduler: Use std::jthread
|
5 years ago |
|
vk_scheduler.h
|
vk_scheduler: Use std::jthread
|
5 years ago |
|
vk_shader_util.cpp
|
renderer_vulkan: Move device abstraction to vulkan_common
|
5 years ago |
|
vk_shader_util.h
|
renderer_vulkan: Rename VKDevice to Device
|
5 years ago |
|
vk_staging_buffer_pool.cpp
|
vk_staging_buffer_pool: Fall back to host memory when allocation fails
|
5 years ago |
|
vk_staging_buffer_pool.h
|
vk_staging_buffer_pool: Fix softlock when stream buffer overflows
|
5 years ago |
|
vk_state_tracker.cpp
|
vk_graphics_pipeline: Implement line width
|
5 years ago |
|
vk_state_tracker.h
|
vk_state_tracker: Remove unused function
|
5 years ago |
|
vk_swapchain.cpp
|
vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked
|
5 years ago |
|
vk_swapchain.h
|
vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked
|
5 years ago |
|
vk_texture_cache.cpp
|
vk_rasterizer: Only clear depth and stencil buffers when set in attachment aspect mask
|
5 years ago |
|
vk_texture_cache.h
|
vk_rasterizer: Only clear depth and stencil buffers when set in attachment aspect mask
|
5 years ago |
|
vk_texture_cache_base.cpp
|
texture_cache: Address ameerj's review
|
5 years ago |
|
vk_update_descriptor.cpp
|
vk_update_descriptor: Properly initialize payload on the update descriptor queue
|
5 years ago |
|
vk_update_descriptor.h
|
vulkan: Defer descriptor set work to the Vulkan thread
|
5 years ago |