7337 Commits (772c408826c8fef3600aabca569993c869fc4e8d)
 

Author SHA1 Message Date
bunnei 772c408826 gl_rasterizer: Implement texture border color. 8 years ago
bunnei a5062c345f maxwell_to_gl: Implement Texture::WrapMode::Border. 8 years ago
bunnei c324ea103c Merge pull request #791 from bunnei/rg32f-rgba32f-bgra8 8 years ago
bunnei 15f87717ca Merge pull request #792 from lioncash/retval 8 years ago
bunnei 236789a321 Merge pull request #790 from bunnei/shader-print-instr 8 years ago
bunnei f2fc9c5284 Merge pull request #788 from bunnei/shader-check-zero 8 years ago
Zach Hilman bd410ce242 VFS Regression and Accuracy Fixes (#776) 8 years ago
Lioncash 97ce8f0457 gl_shader_decompiler: Correct return value of WriteTexsInstruction() 8 years ago
bunnei 3bf9b59021 Merge pull request #787 from bunnei/tlds 8 years ago
bunnei a7b90e00bf Merge pull request #786 from lioncash/exclusive 8 years ago
bunnei a96c899ec9 Merge pull request #784 from lioncash/loader 8 years ago
bunnei 77c1923b40 Merge pull request #783 from lioncash/linker 8 years ago
bunnei 4dae32a7b9 Merge pull request #782 from lioncash/file 8 years ago
bunnei 567ae2ae9c gl_shader_decompiler: Implement shader instruction TLDS. 8 years ago
bunnei 9981de78e8 Merge pull request #781 from lioncash/decl 8 years ago
bunnei 1a6fe993da Merge pull request #780 from lioncash/move 8 years ago
bunnei 85a40f8fef Merge pull request #779 from lioncash/shared 8 years ago
bunnei 889da74c9d gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT. 8 years ago
bunnei c8cb44909a gl_rasterizer_cache: Implement RenderTargetFormat RGBA32_FLOAT. 8 years ago
bunnei e1ffcc6817 gl_rasterizer_cache: Implement RenderTargetFormat BGRA8_UNORM. 8 years ago
bunnei ff355e7684 gl_rasterizer_cache: Add missing log statements. 8 years ago
bunnei 04cf719b92 gl_shader_decompiler: Print instruction value in shader comments. 8 years ago
bunnei 658f096c03 gl_shader_decompiler: Check if SetRegister result is ZeroIndex. 8 years ago
Lioncash 78051d5378 exclusive_monitor: Use consistent type alias for u64 8 years ago
Lioncash 204ed73e8c loader: Remove unnecessary constructor call in IdentifyFile() 8 years ago
Lioncash d5a96f2c94 linker: Remove unused parameter from WriteRelocations() 8 years ago
Lioncash 3a72ee5fec nro: Replace inclusion with a forward declaration 8 years ago
Lioncash a2c69eb949 nro: Make bracing consistent 8 years ago
Lioncash 6fd1615b93 nro: Make constructor explicit 8 years ago
Lioncash df82410454 nro: Remove unused forward declaration 8 years ago
bunnei de2a8eb52f Merge pull request #695 from DarkLordZach/nro-asset 8 years ago
bunnei 5f1477cfc8 Merge pull request #778 from lioncash/log 8 years ago
Lioncash 71c3648ad6 gl_shader_decompiler: Simplify GetCommonDeclarations() 8 years ago
Lioncash 6e39fa5950 vi: Add std::is_trivially_copyable checks to Read and Write functions 8 years ago
Lioncash dab340a3b3 vi: std::move std::vector in constructors where applicable 8 years ago
Lioncash ec38b938da hle: Remove config_mem.h/.cpp 8 years ago
Lioncash aba0f5452d hle: Remove shared_page.h/.cpp 8 years ago
Lioncash f53d6ee0bc set: Add missing log call in GetAvailableLanguageCodeCount() 8 years ago
bunnei 112b7d1ee6 Merge pull request #775 from lioncash/str 8 years ago
Zach Hilman ac0c52dd5f NRO Assets and NACP file format 8 years ago
bunnei b9cd9365c6 Merge pull request #777 from lioncash/lang 8 years ago
Lioncash 2c22e4be19 set: Implement GetAvailableLanguageCodeCount() 8 years ago
Lioncash 6b4ed7cf2f set: Correct return code size of value in GetAvailableLanguageCodes() 8 years ago
bunnei ee26b9541e Merge pull request #769 from bunnei/shader-mask-fixes 8 years ago
Lioncash 54b477c4f9 string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() 8 years ago
Lioncash cd09896057 string_util: Use emplace_back() in SplitString() instead of push_back() 8 years ago
Lioncash 7b00b5c322 string_util: Remove unnecessary std::string instance in TabsToSpaces() 8 years ago
bunnei fd7888e3f5 Merge pull request #774 from Subv/atomic_signal 8 years ago
bunnei 5ae803cdab Merge pull request #773 from Subv/gl_ext_check 8 years ago
bunnei 349e7974a5 Merge pull request #768 from lioncash/string-view 8 years ago