| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-13 | Vulkan: Blacklist Int8Float16 Extension on AMD on driver 21.9.1 | Fernando Sahmkow | |
| 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-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 | 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 | 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 | 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 | |
| 2021-08-07 | nvdec: Better logging for unimplemented codecs | ameerj | |
| 2021-08-06 | Merge pull request #6791 from ameerj/astc-opt | bunnei | |
| astc_decoder: Various performance and memory optimizations | |||
| 2021-08-07 | texture_cache: Address ameerj's review | yzct12345 | |
| 2021-08-06 | Merge pull request #6799 from ameerj/vp9-fixes | bunnei | |
| nvdec: Fix VP9 reference frame refreshes | |||
| 2021-08-06 | vp9: Cleanup unused variables | ameerj | |
| With reference frames refreshes fix, we no longer need to buffer two frames in advance. We can also remove other unused or otherwise unneeded variables. | |||
| 2021-08-06 | vp9: Fix reference frame refreshes | ameerj | |
| This resolves the artifacting when decoding VP9 streams. | |||
| 2021-08-05 | texture_cache: Don't change copyright year | yzct12345 | |
| 2021-08-05 | texture_cache: Address ameerj's review | yzct12345 | |
| 2021-08-05 | texture_cache: Split templates out | yzct12345 | |
| 2021-08-03 | nvdec: Implement VA-API hardware video acceleration (#6713) | yzct12345 | |
| * nvdec: VA-API * Verify formatting * Forgot a semicolon for Windows * Clarify comment about AV_PIX_FMT_NV12 * Fix assert log spam from missing negation * vic: Remove forgotten debug code * Address lioncash's review * Mention VA-API is Intel/AMD * Address v1993's review * Hopefully fix CMakeLists style this time * vic: Improve cache locality * vic: Fix off-by-one error * codec: Async * codec: Forgot the GetValue() * nvdec: Address ameerj's review * codec: Fallback to CPU without VA-API support * cmake: Address lat9nq's review * cmake: Make VA-API optional * vaapi: Multiple GPU * Apply suggestions from code review Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com> * nvdec: Address ameerj's review * codec: Use anonymous instead of static * nvdec: Remove enum and fix memory leak * nvdec: Address ameerj's review * codec: Remove preparation for threading Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com> | |||
| 2021-08-02 | decoders: Optimize swizzle copy performance (#6790) | yzct12345 | |
| This makes UnswizzleTexture up to two times faster. It is the main bottleneck in NVDEC video decoding. | |||
| 2021-08-01 | Merge pull request #6720 from ameerj/vk-screenshot | Fernando S | |
| renderer_vulkan: Implement screenshots | |||
| 2021-08-01 | Merge pull request #6765 from ReinUsesLisp/y-negate-vk | Ameer J | |
| vk_rasterizer: Flip viewport on Y_NEGATE | |||
| 2021-08-01 | astc_decoder: Reduce workgroup size | ameerj | |
| This reduces the amount of over dispatching when there are odd dimensions (i.e. ASTC 8x5), which rarely evenly divide into 32x32. | |||
| 2021-08-01 | astc_decoder: Compute offset swizzles in-shader | ameerj | |
| Alleviates the dependency on the swizzle table and a uniform which is constant for all ASTC texture sizes. | |||
| 2021-07-31 | astc_decoder: Make use of uvec4 for payload data | ameerj | |
| 2021-07-31 | astc_decoder: Simplify Select2DPartition | ameerj | |
| 2021-07-31 | astc_decoder: Optimize the use EncodingData | ameerj | |
| This buffer was a list of EncodingData structures sorted by their bit length, with some duplication from the cpu decoder implementation. We can take advantage of its sorted property to optimize its usage in the shader. Thanks to wwylele for the optimization idea. | |||
| 2021-07-31 | astc.h: Move data to cpp implementation | ameerj | |
| Moves leftover values that are no longer used by the gpu decoder back to the cpp implementation. | |||
| 2021-07-30 | Merge pull request #6759 from ReinUsesLisp/pipeline-statistics | bunnei | |
| renderer_vulkan: Add setting to log pipeline statistics | |||
