5884 Commits (2db5076ec9abab880ea2cc363f4e5e93c528d801)

Author SHA1 Message Date
Fernando Sahmkow ff48f06fb9 Garbage Collection: Adress Feedback. 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
Fernando Sahmkow ba82bb359b Garbage Collection: enable as default, eliminate option. 5 years ago
Fernando Sahmkow d540d284b5 VideoCore: Rework Garbage Collection. 5 years ago
ameerj eb2624ed65 vp9_types: Minor refactor of VP9 info structs. 5 years ago
ameerj 3de38c9a70 vp9_types: Remove unused Vp9PictureInfo members 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
Fernando Sahmkow ef2066b272 GPU_MemoryManger: Fix GetSubmappedRange. 5 years ago
Valeri 4fd655cb46
video_core: eliminate constant ternary 5 years ago
ameerj b384129c63 h264: Lower max_num_ref_frames 5 years ago
ameerj cd016d3cb5 configure_graphics: Add GPU nvdec decoding as an option 5 years ago
ameerj a832aa699f codec: Improve libav memory alloc and cleanup 5 years ago
ameerj bc3efb79cc codec: Fallback to CPU decoding if no compatible GPU format is found 5 years ago
lat9nq 92bc51b66a cmake: Add VDPAU and NVDEC support to FFmpeg 5 years ago
ameerj 537c6ac8fe vk_blit_screen: Fix non-accelerated texture size calculation 5 years ago
Merry 1770503185 xbyak: Update include path 5 years ago
ameerj 356e10898f codec: Replace deprecated av_init_packet usage 5 years ago
ameerj 659039ca6d nvdec: Implement GPU accelerated decoding for all platforms 5 years ago
yzct12345 430255caf8
decoders: Templates allow memcpy optimizations 5 years ago
ameerj a779cede7c vic: Specify sws_scale height stride. 5 years ago
ameerj fa22695705 vp9: Ensure the first frame is complete 5 years ago
yzct12345 c4eafcc861
texture_cache: Address ameerj's review 5 years ago
Robin Kertels bb29dcb7f2
vulkan_memory_allocator: Respect bufferImageGranularity 5 years ago
ameerj 928b64d2ce nvdec: Better logging for unimplemented codecs 5 years ago
yzct12345 e80323b8b0
texture_cache: Address ameerj's review 5 years ago
ameerj e3688f0627 vp9: Cleanup unused variables 5 years ago
ameerj a3f80a97a3 vp9: Fix reference frame refreshes 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
yzct12345 2868d4ba84
nvdec: Implement VA-API hardware video acceleration (#6713) 5 years ago
yzct12345 f56d0db5bd
decoders: Optimize swizzle copy performance (#6790) 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 b2862e4772 astc_decoder: Make use of uvec4 for payload data 5 years ago
ameerj a75d70fa90 astc_decoder: Simplify Select2DPartition 5 years ago
ameerj 5665d05547 astc_decoder: Optimize the use EncodingData 5 years ago
ameerj 15c0c213b1 astc.h: Move data to cpp implementation 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 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