10810 Commits (50b5bb44a009dc899d0d7722e50d8976ce4e34f1)

Author SHA1 Message Date
Rodrigo Locatti 4d4f9cc104 video_core: Silent miscellaneous warnings (#2820) 6 years ago
ReinUsesLisp 878adee0a3 gl_buffer_cache: Add missing include 6 years ago
ReinUsesLisp 4e35177e23 shader_ir: Implement VOTE 6 years ago
Fernando Sahmkow 83ec2091c1 Buffer Cache: Adress Feedback. 6 years ago
Fernando Sahmkow 6ce2c85047 Buffer_Cache: Implement flushing. 7 years ago
Fernando Sahmkow de8ff8a1c6 Buffer_Cache: Implement barriers. 7 years ago
Fernando Sahmkow 286f4c446a Buffer_Cache: Optimize and track written areas. 7 years ago
Fernando Sahmkow 5f4b746a1e BufferCache: Rework mapping caching. 7 years ago
Fernando Sahmkow 86d8563314 Buffer_Cache: Fixes and optimizations. 7 years ago
Fernando Sahmkow 862bec001b Video_Core: Implement a new Buffer Cache 7 years ago
James Rowe 509734d818 Fixup! #2772 missed this one file 6 years ago
Lioncash 5980aa1e51 yuzu/CMakeLists: Remove qt5_wrap_ui macro usage 6 years ago
ReinUsesLisp 2ff8044806 shader_ir: Implement NOP 6 years ago
ReinUsesLisp ec0da3ef64 half_set_predicate: Fix HSETP2_C constant buffer offset 6 years ago
Silent 221250d922 Qt: Fixed behaviour of buttons by connecting functors to correct signals 7 years ago
Lioncash 6e11cfcdf0 yuzu-tester/yuzu: Correct format string 6 years ago
Lioncash a0ee10b114 yuzu-tester/yuzu: Remove unused variable 6 years ago
Fernando Sahmkow e52c895559 GPU: Flush commands on every dma pusher step. 7 years ago
ReinUsesLisp 77f1a676a1 decode/half_set_predicate: Fix predicates 7 years ago
Fernando Sahmkow a452ff983d MaxwellDMA: Fixes, corrections and relaxations. 7 years ago
ReinUsesLisp 104641db07 shader/decode: Implement S2R Tic 7 years ago
Fernando Sahmkow 11f4e739bd Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. 7 years ago
Fernando Sahmkow 7a35178ee2 Maxwell3D: Reorganize and address feedback 7 years ago
Fernando Sahmkow 1158777737 Shader_Ir: Change Debug Asserts for Log Warnings 7 years ago
Fernando Sahmkow febb88efc4 Common/Alignment: Add noexcept where required. 7 years ago
ReinUsesLisp 45c162444d shader/half_set_predicate: Fix HSETP2 implementation 7 years ago
ReinUsesLisp 6c4985edc9 shader/half_set_predicate: Implement missing HSETP2 variants 7 years ago
Fernando Sahmkow 024b5fe91a Kernel: Address Feedback 7 years ago
Fernando Sahmkow 0901c33753 Common: Correct alignment allocator to work on C++14 or higher. 7 years ago
Fernando Sahmkow 9bede4eeed VM_Manager: Align allocated memory to 256bytes 7 years ago
Lioncash 16730c4c43 service/audren_u: Handle audio USB output revision queries in ListAudioDeviceName() 7 years ago
Lioncash b9ebab71be service/audren_u: Move revision testing code out of AudRenU 7 years ago
Lioncash ed0485c599 service/audio: Remove global system accessors 7 years ago
Lioncash 7653e4babc service/audren_u: Remove unnecessary return value from GetActiveAudioDeviceName() 7 years ago
Lioncash 6ecbc6c557 service/audren_u: Report proper device names 7 years ago
Lioncash c1c89411da video_core/control_flow: Provide operator!= for types with operator== 7 years ago
Lioncash 1780e0e3d0 video_core/control_flow: Prevent sign conversion in TryGetBlock() 7 years ago
Lioncash a162a844d2 video_core/control_flow: Remove unnecessary BlockStack copy constructor 7 years ago
Lioncash 56bc11d952 video_core/control_flow: Use std::move where applicable 7 years ago
Lioncash e7b39f47f8 video_core/control_flow: Use the prefix variant of operator++ for iterators 7 years ago
Lioncash 6885e7e7ec video_core/control_flow: Use empty() member function for checking emptiness 7 years ago
Lioncash 45fa12a05c video_core: Resolve -Wreorder warnings 7 years ago
Lioncash 47df844338 video_core/control_flow: Make program_size for ScanFlow() a std::size_t 7 years ago
Lioncash 3df9558593 video_core/control_flow: Place all internally linked types/functions within an anonymous namespace 7 years ago
Lioncash 1109db86b7 video_core/shader/decode: Prevent sign-conversion warnings 7 years ago
Fernando Sahmkow 5a06e33859 Shader_Ir: correct clang format 7 years ago
Fernando Sahmkow 43f57d668c GPU: Add missing puller methods. 7 years ago
Fernando Sahmkow 3a3fee5abf MaxwellDMA/KeplerCopy: Downgrade DMA log message to Trace. 7 years ago
Fernando Sahmkow d3b71ff80d Gl_Texture_Cache: Remove assert on component type in GetFormatTuple 7 years ago
Fernando Sahmkow 0b65e9335e Shader_Ir: Downgrade precision and rounding asserts to debug asserts. 7 years ago