854 Commits (190e12a07208444f4622f2aeb915600b36780ea8)

Author SHA1 Message Date
yzct12345 0cef80ec92 texture_cache: Address ameerj's review 5 years ago
yzct12345 e99a125e19 texture_cache: Don't change copyright year 5 years ago
yzct12345 4436e63616 texture_cache: Address ameerj's review 5 years ago
yzct12345 e85149c507 texture_cache: Split templates out 5 years ago
ameerj bfb2325618 astc_decoder: Reduce workgroup size 5 years ago
ameerj 2ff4eb5def astc_decoder: Compute offset swizzles in-shader 5 years ago
ameerj 958ede1ed9 astc_decoder: Optimize the use EncodingData 5 years ago
ReinUsesLisp 2eaec1b7ee vk_rasterizer: Flip viewport on Y_NEGATE 5 years ago
ameerj 9629e74364 renderers: Add explicit invert_y bool to screenshot callback 5 years ago
ameerj 6733ae9aab renderer_vulkan: Implement screenshots 5 years ago
ameerj 317f238e1d vk_blit_screen: Add public CreateFramebuffer method 5 years ago
ameerj 870a92bd78 vk_blit_screen: Make Draw method more generic 5 years ago
ReinUsesLisp 482c1ec8e5 renderer_vulkan: Add setting to log pipeline statistics 5 years ago
Lioncash f902b4b167 vk_compute_pass: Remove unused captures 5 years ago
Robin Kertels 534c86587b vk_staging_buffer_pool: Fall back to host memory when allocation fails 5 years ago
ReinUsesLisp 5afcd587e3 vk_stream_buffer: Remove unused stream buffer 5 years ago
ReinUsesLisp 8d86e9a9d7 vk_compute_pass: Fix pipeline barrier for indexed quads 5 years ago
ReinUsesLisp b53503b0fe vk_buffer_cache: Add transform feedback usage to null buffer 5 years ago
ReinUsesLisp 7efec6bce4 vulkan/blit_image: Commit descriptor sets within worker thread 5 years ago
ReinUsesLisp c29f2c9507 Revert "renderers: Disable async shader compilation" 5 years ago
ReinUsesLisp a97c0ccabd shader_environment: Receive cache version from outside 5 years ago
lat9nq b557314001 shader_recompiler, video_core: Resolve clang errors 5 years ago
ameerj 2cde6c5708 renderers: Fix clang formatting 5 years ago
ameerj e45e458b17 renderers: Disable async shader compilation 5 years ago
ReinUsesLisp b654537f0f maxwell_to_vk: Add R16_SNORM 5 years ago
ameerj 508e41777b shader: Ignore global memory ops on devices lacking int64 support 5 years ago
ReinUsesLisp ff35ef8ec1 emit_spirv: Workaround VK_KHR_shader_float_controls on fp16 Nvidia 5 years ago
ReinUsesLisp 934b23ab85 vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state 5 years ago
ReinUsesLisp 1c7c65087d vk_graphics_pipeline: Implement smooth lines 5 years ago
ReinUsesLisp bd0796d52f vk_graphics_pipeline: Implement line width 5 years ago
ReinUsesLisp b1df436cef shader: Rework varyings and implement passthrough geometry shaders 5 years ago
ReinUsesLisp 649c9cca0f vk_graphics_pipeline: Implement conservative rendering 5 years ago
ReinUsesLisp c0705f79b8 shader: Unify shader stage types 5 years ago
ReinUsesLisp 0a75c400e3 shader: Emulate 64-bit integers when not supported 5 years ago
ReinUsesLisp 97cfedab70 gl_shader_cache: Check previous pipeline before checking hash map 5 years ago
ameerj c7921c7812 shaders: Allow shader notify when async shaders is disabled 5 years ago
ReinUsesLisp b3bf0d4ebb vk_graphics_pipeline: Use VK_KHR_push_descriptor when available 5 years ago
ReinUsesLisp c4a71824d5 shader: Properly manage attributes not written from previous stages 5 years ago
ReinUsesLisp 52be21495e shader: Add support for native 16-bit floats 5 years ago
ReinUsesLisp 41c634a7a9 shader: Rename maxwell/program.h to translate_program.h 5 years ago
ReinUsesLisp eb7925b421 vk_rasterizer: Exit render passes on fragment barriers 5 years ago
Rodrigo Locatti 0ce45868ca vk_graphics_pipeline: Fix path with no VK_EXT_extended_dynamic_state 5 years ago
ReinUsesLisp cefa403eba vk_pipeline_cache: Skip cached pipelines with different dynamic state 5 years ago
ReinUsesLisp 1805ba1763 vulkan: Add VK_EXT_vertex_input_dynamic_state support 5 years ago
ReinUsesLisp 8fae35f767 shader: Reorder shader cache directories 5 years ago
ReinUsesLisp 2e99f9ce1b vk_rasterizer: Implement first index 5 years ago
ReinUsesLisp 969f76707c vulkan: Use VK_EXT_provoking_vertex when available 5 years ago
ReinUsesLisp b420b97025 vk_pipeline_cache,shader_notify: Add shader notifications 5 years ago
ReinUsesLisp 1dccf005e1 vk_pipeline_cache: Add asynchronous shaders 5 years ago
ReinUsesLisp 420ec60284 vk_rasterizer: Flush work on clear and dispatches 5 years ago