12481 Commits (01d96e113699b61ba65e6cb8a444dbec4826476e)
 

Author SHA1 Message Date
bunnei b0ff3179ef
Merge pull request #2739 from lioncash/cflow 7 years ago
bunnei 4d26550f5f
Merge pull request #2737 from FernandoS27/track-fix 7 years ago
bunnei ccbc554949
Merge pull request #2689 from lioncash/tl 7 years ago
bunnei 31e8a61527
Merge pull request #2743 from FernandoS27/surpress-assert 7 years ago
bunnei 9be9600bdc
Merge pull request #2704 from FernandoS27/conditional 7 years ago
Zach Hilman 12514ccd35 Fix README change mistake (#2754) 7 years ago
ReinUsesLisp 104641db07 shader/decode: Implement S2R Tic 7 years ago
bunnei f601f25bcc
Merge pull request #2734 from ReinUsesLisp/compute-shaders 7 years ago
bunnei 27e10e0442
Merge pull request #2735 from FernandoS27/pipeline-rework 7 years ago
Zach Hilman 6738fb5fef
Update README.md 7 years ago
Fernando Sahmkow 11f4e739bd Shader_Ir: Implement F16 Variants of F2F, F2I, I2F. 7 years ago
Fernando Sahmkow 0a67416971
Merge pull request #2693 from ReinUsesLisp/hsetp2 7 years ago
Flame Sage 369be67039
Update README.md 7 years ago
Flame Sage aa599ac709
Update README.md 7 years ago
Flame Sage a2edb27158
Merge pull request #2752 from DarkLordZach/master 7 years ago
Zach Hilman f470bcb826 azure: Fix clang-format and releases 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
bunnei 5d369112d9
Merge pull request #2687 from lioncash/tls-process 7 years ago
bunnei 63bda67a34
Merge pull request #2738 from lioncash/shader-ir 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
ReinUsesLisp 74632c76ce gl_shader_decompiler: Rename bufferImage to imageBuffer 7 years ago
ReinUsesLisp 87909d327f gl_shader_cache: Fix newline on buffer preprocessor definitions 7 years ago
ReinUsesLisp e7bdf8b22a textures: Fix texture buffer size calculation 7 years ago
ReinUsesLisp 84027f4808 gl_texture_cache: Do not set texture parameters to buffers 7 years ago