878 Commits (06f22c3d284114f5df2c66260e20aaae70db3cf9)

Author SHA1 Message Date
ameerj 73666fb262 general: Update style to clang-format-12 5 years ago
ameerj 84f7e7e91c vk_scheduler: Use std::jthread 5 years ago
Morph 2df2b3719a renderers: Log total pipeline count 5 years ago
Fernando Sahmkow e7ca37b1e5 Vulkan/Descriptors: Increase sets per pool on AMFD propietary driver. 5 years ago
ameerj 35e5a67a83 vk_swapchain: Use immediate present mode when mailbox is unavailable and FPS is unlocked 5 years ago
ameerj 678f73069f vk_rasterizer: Fix dynamic StencilOp updating when two faces are enabled 5 years ago
ameerj 8e289ade15 vk_state_tracker: Remove unused function 5 years ago
Morph 63b4c8f9f7 vk_descriptor_pool: Add missing <algorithm> include 5 years ago
ameerj 7d854fbdb0 renderer_vulkan: Wait on present semaphore at queue submit 5 years ago
ameerj 4fda7f1c82 structured_control_flow: Conditionally invoke demote reorder pass 5 years ago
ameerj 27f8f3333f vulkan_device: Enable VK_KHR_swapchain_mutable_format if available 5 years ago
ameerj 3c65c8580f vk_swapchain: Prefer linear swapchain format when presenting sRGB images 5 years ago
ameerj 4d535799eb vulkan_device: Add a check for int8 support 5 years ago
ameerj e0397f00d0 vk_rasterizer: Only clear depth and stencil buffers when set in attachment aspect mask 5 years ago
ameerj 537c6ac8fe vk_blit_screen: Fix non-accelerated texture size calculation 5 years ago
yzct12345 e80323b8b0
texture_cache: Address ameerj's review 5 years ago
yzct12345 02e98f6c93
texture_cache: Don't change copyright year 5 years ago
yzct12345 5566f3dbc0
texture_cache: Address ameerj's review 5 years ago
yzct12345 f9563c8f24
texture_cache: Split templates out 5 years ago
ameerj c439fc9be9 astc_decoder: Reduce workgroup size 5 years ago
ameerj 5ab8053511 astc_decoder: Compute offset swizzles in-shader 5 years ago
ameerj 5665d05547 astc_decoder: Optimize the use EncodingData 5 years ago
ReinUsesLisp b185567a03 vk_rasterizer: Flip viewport on Y_NEGATE 5 years ago
ameerj 7ac99bb127 renderers: Add explicit invert_y bool to screenshot callback 5 years ago
ameerj 75e7f54fb0 renderer_vulkan: Implement screenshots 5 years ago
ameerj 548bac8989 vk_blit_screen: Add public CreateFramebuffer method 5 years ago
ameerj 1e6c5d323d vk_blit_screen: Make Draw method more generic 5 years ago
ReinUsesLisp 3b006f4fe2 renderer_vulkan: Add setting to log pipeline statistics 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
ReinUsesLisp a55ff22900 vulkan/blit_image: Commit descriptor sets within worker thread 5 years ago
ReinUsesLisp 3c6d440015 Revert "renderers: Disable async shader compilation" 5 years ago
ReinUsesLisp 258f35515d shader_environment: Receive cache version from outside 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
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 f94f0be521 vk_graphics_pipeline: Implement smooth lines 5 years ago
ReinUsesLisp 57a8921e01 vk_graphics_pipeline: Implement line width 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 f5db8c7440 gl_shader_cache: Check previous pipeline before checking hash map 5 years ago