shadPS4/src/core/libraries/avplayer
TheTurtle 66e96dd944
video_core: Account of runtime state changes when compiling shaders (#575)
* video_core: Compile shader permutations

* spirv: Only specific storage image format for atomics

* ir: Avoid cube coord patching for storage image

* spirv: Fix default attributes

* data_share: Add more instructions

* video_core: Query storage flag with runtime state

* kernel: Use std::list for semaphore

* video_core: Use texture buffers for untyped format load/store

* buffer_cache: Limit view usage

* vk_pipeline_cache: Fix invalid iterator

* image_view: Reduce log spam when alpha=1 in storage swizzle

* video_core: More features and proper spirv feature detection

* video_core: Attempt no2 for specialization

* spirv: Remove conflict

* vk_shader_cache: Small cleanup
2024-08-29 19:29:54 +03:00
..
avplayer.cpp video_core: Account of runtime state changes when compiling shaders (#575) 2024-08-29 19:29:54 +03:00
avplayer.h Fixed some sound and threading issues. 2024-08-15 22:00:51 +03:00
avplayer_common.cpp Fixed some sound and threading issues. 2024-08-15 22:00:51 +03:00
avplayer_common.h Fixed some sound and threading issues. 2024-08-15 22:00:51 +03:00
avplayer_data_streamer.h AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00
avplayer_file_streamer.cpp AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00
avplayer_file_streamer.h AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00
avplayer_impl.cpp AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00
avplayer_impl.h Fixed threading, migrated to CVs, added looping 2024-08-15 22:02:04 +03:00
avplayer_source.cpp AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00
avplayer_source.h AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00
avplayer_state.cpp AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00
avplayer_state.h AvPlayer: Handle Initialization errors 2024-08-27 09:32:42 +03:00