5462 Commits (7530594602d57f42ba5d10814603d0771909886c)

Author SHA1 Message Date
ReinUsesLisp 3b006f4fe2 renderer_vulkan: Add setting to log pipeline statistics 5 years ago
Lioncash 00e100de08 render_target: Add missing initializer for size extent 5 years ago
Lioncash f8964dd89a video_core/engine: Consistently initialize rasterizer pointers 5 years ago
Lioncash 8c82c594f0 vulkan_wrapper: Fix SetObjectName() always indicating objects as images 5 years ago
Lioncash ec56a17acd buffer_cache: Remove unused small_vector in CommitAsyncFlushesHigh() 5 years ago
Lioncash 075a744e38 gl_shader_cache: Remove unused variable 5 years ago
Lioncash 296728ec46 vk_compute_pass: Remove unused captures 5 years ago
Robin Kertels 75050c788c
vk_staging_buffer_pool: Fall back to host memory when allocation fails 5 years ago
ReinUsesLisp 5f9a4817a5 vk_stream_buffer: Remove unused stream buffer 5 years ago
ReinUsesLisp 771dcb2a56 vk_compute_pass: Fix pipeline barrier for indexed quads 5 years ago
ReinUsesLisp 27ed6e7c2b vk_buffer_cache: Add transform feedback usage to null buffer 5 years ago
ameerj c80ae87b4e renderer_base: Removed redundant settings 5 years ago
ameerj 9dfbc9bdce general: Rename "Frame Limit" references to "Speed Limit" 5 years ago
ReinUsesLisp a55ff22900 vulkan/blit_image: Commit descriptor sets within worker thread 5 years ago
ReinUsesLisp f6796cad9c vulkan_device: Blacklist Volta and older from VK_KHR_push_descriptor 5 years ago
ReinUsesLisp 3c6d440015 Revert "renderers: Disable async shader compilation" 5 years ago
ReinUsesLisp 8381490a04 opengl: Fix asynchronous shaders 5 years ago
ReinUsesLisp 258f35515d shader_environment: Receive cache version from outside 5 years ago
ameerj 56478bc9ac shader: Fix disabled attribute default values 5 years ago
ameerj c9528282d9 gl_device: Simplify GLASM setting logic 5 years ago
ReinUsesLisp e1ed218b41 renderer_opengl: Use ARB_separate_shader_objects 5 years ago
ameerj 94af0a00f6 glsl: Clamp shared mem size to GL_MAX_COMPUTE_SHARED_MEMORY_SIZE 5 years ago
ReinUsesLisp 8c166c68d4 gl_shader_cache: Properly implement asynchronous shaders 5 years ago
lat9nq 49946cf780 shader_recompiler, video_core: Resolve clang errors 5 years ago
ameerj 41493fbe89 renderers: Fix clang formatting 5 years ago
ameerj 8390286a89 renderers: Disable async shader compilation 5 years ago
ReinUsesLisp be54aad1c4 maxwell_to_vk: Add R16_SNORM 5 years ago
ameerj 11f04f1022 shader: Ignore global memory ops on devices lacking int64 support 5 years ago
lat9nq 55233c2861 vulkan_device: Add missing include algorithm 5 years ago
ameerj 7277d7fe96 vulkan_device: Blacklist ampere devices from float16 math 5 years ago
ameerj dbee32d302 gl_shader_cache: Fixes for async shaders 5 years ago
ReinUsesLisp 57171b23f9 vulkan_device: Enable VK_EXT_extended_dynamic_state on RADV 21.2 onward 5 years ago
ReinUsesLisp 8722668b3c emit_spirv: Workaround VK_KHR_shader_float_controls on fp16 Nvidia 5 years ago
ReinUsesLisp fba6bd92d4 vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state 5 years ago
ReinUsesLisp 5643a909bc shader: Fix disabled and unwritten attributes and varyings 5 years ago
ReinUsesLisp f94f0be521 vk_graphics_pipeline: Implement smooth lines 5 years ago
ReinUsesLisp 57a8921e01 vk_graphics_pipeline: Implement line width 5 years ago
lat9nq fb9b1787f8 video_core: Enable GL SPIR-V shaders 5 years ago
lat9nq 1152d66ddd general: Add setting shader_backend 5 years ago
ReinUsesLisp 8a3427a4c8 glasm: Add passthrough geometry shader support 5 years ago
ReinUsesLisp 7dafa96ab5 shader: Rework varyings and implement passthrough geometry shaders 5 years ago
ReinUsesLisp 4f052a1f39 vk_graphics_pipeline: Implement conservative rendering 5 years ago
ReinUsesLisp 395bed3a0a shader: Unify shader stage types 5 years ago
ReinUsesLisp fb166b5ff4 shader: Emulate 64-bit integers when not supported 5 years ago
ReinUsesLisp 3877918e96 gl_graphics_pipeline: Fix assembly shaders check for transform feedbacks 5 years ago
ReinUsesLisp 9bd0531384 gl_graphics_pipeline: Inline hash and operator== key functions 5 years ago
ReinUsesLisp f5db8c7440 gl_shader_cache: Check previous pipeline before checking hash map 5 years ago
ReinUsesLisp 218dedca1f gl_graphics_pipeline: Port optimizations from Vulkan pipelines 5 years ago
ReinUsesLisp df9b7e18f5 buffer_cache: Fix debugging leftover 5 years ago
ReinUsesLisp 838d7e4ca5 buffer_cache: Fix size reductions not having in mind bind sizes 5 years ago