| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-11 | shader_environment: Add missing <algorithm> include | Morph | |
| 2021-09-11 | vk_descriptor_pool: Add missing <algorithm> include | Morph | |
| 2021-09-11 | slot_vector: Add missing <algorithm> include | Morph | |
| 2021-09-11 | video_core/memory_manager: Add missing <algorithm> include | Morph | |
| 2021-09-11 | codec: Add missing <string_view> include | Morph | |
| 2021-09-11 | Merge pull request #6846 from ameerj/nvdec-gpu-decode | Fernando S | |
| nvdec: Add GPU video decoding for all capable drivers and platforms | |||
| 2021-09-11 | Merge pull request #6901 from ameerj/vk-clear-bits | Fernando S | |
| vk_rasterizer: Only clear depth/stencil buffers when specified in attachment aspect mask | |||
| 2021-09-11 | Merge pull request #6941 from ameerj/swapchain-srgb | Fernando S | |
| vk_swapchain: Prefer linear swapchain format when presenting sRGB images | |||
| 2021-09-11 | Merge pull request #6953 from ameerj/anv-semaphore | Fernando S | |
| renderer_vulkan: Wait on present semaphore at queue submit | |||
| 2021-09-07 | Fix blend equation enum error | Feng Chen | |
| 2021-09-02 | renderer_vulkan: Wait on present semaphore at queue submit | ameerj | |
| The present semaphore is being signalled by the call to acquire the swapchain image. This semaphore is meant to be waited on when rendering to the swapchain image. Currently it is waited on when presenting, but moving its usage to be waited on in the command buffer submission allows for proper usage of this semaphore. Fixes the device lost when launching titles on the Intel Linux Mesa driver. | |||
| 2021-09-01 | Merge pull request #6900 from ameerj/attr-reorder | bunnei | |
| structured_control_flow: Add DemoteCombinationPass | |||
| 2021-08-31 | Merge pull request #6897 from FernandoS27/pineapple-does-not-belong-in-pizza | bunnei | |
| Project <tentative title>: Rework Garbage Collection. | |||
| 2021-08-30 | Merge pull request #6879 from ameerj/decoder-assert | bunnei | |
| vk_blit_screen: Fix non-accelerated texture size calculation | |||
| 2021-08-30 | structured_control_flow: Conditionally invoke demote reorder pass | ameerj | |
| This is only needed on select drivers when a fragment shader discards/demotes. | |||
| 2021-08-29 | Garbage Collection: Make it more agressive on high priority mode. | Fernando Sahmkow | |
| 2021-08-29 | Garbage Collection: Adress Feedback. | Fernando Sahmkow | |
| 2021-08-29 | vulkan_device: Enable VK_KHR_swapchain_mutable_format if available | ameerj | |
| Silences validation errors when creating sRGB image views of linear swapchain images | |||
| 2021-08-29 | vk_swapchain: Prefer linear swapchain format when presenting sRGB images | ameerj | |
| Fixes broken sRGB when presenting from a secondary GPU. | |||
| 2021-08-28 | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | |
| 2021-08-28 | VideoCore: Rework Garbage Collection. | Fernando Sahmkow | |
| 2021-08-25 | vp9_types: Minor refactor of VP9 info structs. | ameerj | |
| 2021-08-25 | vp9_types: Remove unused Vp9PictureInfo members | ameerj | |
| 2021-08-25 | Merge pull request #6919 from ameerj/vk-int8-capability | Fernando S | |
| vulkan_device: Add a check for int8 support | |||
| 2021-08-25 | Merge pull request #6894 from FernandoS27/bunneis-left-ear | Ameer J | |
| GPU_MemoryManger: Fix GetSubmappedRange. | |||
| 2021-08-24 | vulkan_device: Add a check for int8 support | ameerj | |
| Silences validation errors when shaders use int8 without specifying its support to the API | |||
| 2021-08-21 | vk_rasterizer: Only clear depth and stencil buffers when set in attachment ↵ | ameerj | |
| aspect mask Silences validation errors for clearing the depth/stencil buffers of framebuffer attachments that were not specified to have depth/stencil usage. | |||
| 2021-08-21 | Merge pull request #6888 from v1993/patch-3 | Ameer J | |
| video_core: eliminate constant ternary | |||
| 2021-08-19 | GPU_MemoryManger: Fix GetSubmappedRange. | Fernando Sahmkow | |
| 2021-08-19 | video_core: eliminate constant ternary | Valeri | |
| `via_header_index` is already checked above, so it would never be true in this branch | |||
| 2021-08-16 | h264: Lower max_num_ref_frames | ameerj | |
| GPU decoding seems to be more picky when it comes to the maximum number of reference frames. | |||
| 2021-08-16 | configure_graphics: Add GPU nvdec decoding as an option | ameerj | |
| Some system configurations may see visual regressions or lower performance using GPU decoding compared to CPU decoding. This setting provides the option for users to specify their decoding preference. Co-Authored-By: yzct12345 <87620833+yzct12345@users.noreply.github.com> | |||
| 2021-08-16 | codec: Improve libav memory alloc and cleanup | ameerj | |
| 2021-08-16 | codec: Fallback to CPU decoding if no compatible GPU format is found | ameerj | |
| 2021-08-16 | cmake: Add VDPAU and NVDEC support to FFmpeg | lat9nq | |
| Adds {h264_,vp9_}{nvdec,vdpau} hwaccels. | |||
| 2021-08-16 | vk_blit_screen: Fix non-accelerated texture size calculation | ameerj | |
| Addresses the potential OOB access in UnswizzleTexture. | |||
| 2021-08-15 | xbyak: Update include path | Merry | |
| 2021-08-15 | Merge pull request #6861 from yzct12345/const-mempy-is-all-the-speed | bunnei | |
| decoders: Optimize memcpy for the other functions | |||
| 2021-08-12 | Merge pull request #6838 from ameerj/sws-align | bunnei | |
| vic: Specify sws_scale height stride. | |||
| 2021-08-12 | codec: Replace deprecated av_init_packet usage | ameerj | |
| 2021-08-12 | nvdec: Implement GPU accelerated decoding for all platforms | ameerj | |
| Supplements the VAAPI intel gpu decoder by implementing the D3D11VA decoder for Windows, and CUVID/VDPAU for Nvidia and AMD on drivers linux respectively. | |||
| 2021-08-12 | decoders: Templates allow memcpy optimizations | yzct12345 | |
| 2021-08-10 | Merge pull request #6820 from yzct12345/split-cache | Fernando S | |
| texture_cache: Split out template definitions | |||
| 2021-08-09 | vic: Specify sws_scale height stride. | ameerj | |
| Silences a sws_scale runtime warning about unaligned strides. | |||
| 2021-08-08 | Merge pull request #6844 from ameerj/vp9-empty-frame | Mai M | |
| vp9: Ensure the first frame is complete | |||
| 2021-08-08 | vp9: Ensure the first frame is complete | ameerj | |
| Silences a runtime error due to the first frame missing the frame data, and being set to hidden despite being a key-frame. | |||
| 2021-08-08 | texture_cache: Address ameerj's review | yzct12345 | |
| 2021-08-08 | Merge pull request #6834 from K0bin/buffer-image-granularity | Fernando S | |
| Respect Vulkan bufferImageGranularity | |||
| 2021-08-07 | Merge pull request #6830 from ameerj/nvdec-unimpld-codec | bunnei | |
| nvdec: Better logging for unimplemented codecs | |||
| 2021-08-07 | vulkan_memory_allocator: Respect bufferImageGranularity | Robin Kertels | |
