| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | service/hid: Remove unused system reference | 2019-10-04 | 2 | -2/+1 | ||
| | * | | | | | | | service/friend: Remove unused field | 2019-10-04 | 1 | -1/+0 | ||
| | * | | | | | | | service/filesystem: Silence -Wunused-variable | 2019-10-04 | 1 | -1/+1 | ||
| | * | | | | | | | service/bcat: Silence -Wreorder and -Wunused | 2019-10-04 | 2 | -2/+2 | ||
| | * | | | | | | | service/audio: Silence -Wunused | 2019-10-04 | 1 | -1/+1 | ||
| | * | | | | | | | service/apm: Silence -Wunused and -Wreorder | 2019-10-04 | 2 | -4/+5 | ||
| | * | | | | | | | common/file_util: Silence -Wswitch | 2019-10-04 | 1 | -1/+2 | ||
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2943 from DarkLordZach/azure-titlebars-v2 | 2019-10-05 | 14 | -13/+62 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | qt: Change titlebar formatting | 2019-10-05 | 1 | -6/+15 | ||
| | * | | | | | | | common: Add additional SCM revision fields | 2019-10-05 | 3 | -0/+21 | ||
| | * | | | | | | | ci: Add version counter variable | 2019-10-05 | 10 | -7/+26 | ||
| * | | | | | | | | Merge pull request #2944 from lioncash/ast | 2019-10-05 | 5 | -146/+160 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | video_core/control_flow: Eliminate variable shadowing warnings | 2019-10-05 | 1 | -6/+6 | ||
| | * | | | | | | | | video_core/control_flow: Eliminate pessimizing moves | 2019-10-05 | 1 | -5/+8 | ||
| | * | | | | | | | | video_core/ast: Unindent most of IsFullyDecompiled() by one level | 2019-10-05 | 1 | -12/+12 | ||
| | * | | | | | | | | video_core/ast: Make ShowCurrentState() take a string_view instead of std::st... | 2019-10-05 | 2 | -2/+2 | ||
| | * | | | | | | | | video_core/ast: Eliminate variable shadowing warnings | 2019-10-05 | 1 | -3/+3 | ||
| | * | | | | | | | | video_core/ast: Replace std::string with a constexpr std::string_view | 2019-10-05 | 1 | -3/+1 | ||
| | * | | | | | | | | video_core/ast: Default the move constructor and assignment operator | 2019-10-05 | 2 | -26/+2 | ||
| | * | | | | | | | | video_core/{ast, expr}: Organize forward declaration | 2019-10-05 | 2 | -10/+10 | ||
| | * | | | | | | | | video_core/expr: Supply operator!= along with operator== | 2019-10-05 | 2 | -1/+32 | ||
| | * | | | | | | | | video_core/{ast, expr}: Use std::move where applicable | 2019-10-05 | 4 | -45/+47 | ||
| | * | | | | | | | | video_core/ast: Supply const accessors for data where applicable | 2019-10-05 | 2 | -37/+41 | ||
| |/ / / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2888 from FernandoS27/decompiler2 | 2019-10-05 | 17 | -160/+2299 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Shader_ir: Address feedback | 2019-10-04 | 6 | -65/+24 | ||
| | * | | | | | | | Shader_Ir: Address Feedback and clang format. | 2019-10-04 | 4 | -68/+68 | ||
| | * | | | | | | | vk_shader_decompiler: Correct Branches inside conditionals. | 2019-10-04 | 1 | -1/+11 | ||
| | * | | | | | | | vk_shader_decompiler: Clean code and be const correct. | 2019-10-04 | 2 | -8/+6 | ||
| | * | | | | | | | Shader_IR: clean up AST handling and add documentation. | 2019-10-04 | 1 | -2/+6 | ||
| | * | | | | | | | Shader_IR: Correct OutwardMoves for Ifs | 2019-10-04 | 1 | -22/+11 | ||
| | * | | | | | | | vk_shader_compiler: Don't enclose branches with if(true) to avoid crashing AMD | 2019-10-04 | 1 | -16/+33 | ||
| | * | | | | | | | gl_shader_decompiler: Refactor and address feedback. | 2019-10-04 | 1 | -17/+18 | ||
| | * | | | | | | | Shader_IR: corrections and clang-format | 2019-10-04 | 2 | -70/+64 | ||
| | * | | | | | | | vk_shader_compiler: Correct SPIR-V AST Decompiling | 2019-10-04 | 1 | -4/+11 | ||
| | * | | | | | | | Shader_IR: allow else derivation to be optional. | 2019-10-04 | 7 | -10/+18 | ||
| | * | | | | | | | vk_shader_compiler: Implement the decompiler in SPIR-V | 2019-10-04 | 3 | -23/+301 | ||
| | * | | | | | | | Shader_IR: mark labels as unused for partial decompile. | 2019-10-04 | 2 | -3/+9 | ||
| | * | | | | | | | Shader_Ir: Refactor Decompilation process and allow multiple decompilation mo... | 2019-10-04 | 15 | -82/+338 | ||
| | * | | | | | | | gl_shader_decompiler: Implement AST decompiling | 2019-10-04 | 11 | -63/+358 | ||
| | * | | | | | | | shader_ir: Declare Manager and pass it to appropiate programs. | 2019-10-04 | 7 | -104/+214 | ||
| | * | | | | | | | shader_ir: Corrections to outward movements and misc stuffs | 2019-10-04 | 8 | -58/+314 | ||
| | * | | | | | | | shader_ir: Add basic goto elimination | 2019-10-04 | 2 | -38/+484 | ||
| | * | | | | | | | shader_ir: Initial Decompile Setup | 2019-10-04 | 6 | -5/+510 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2917 from FernandoS27/fermi-deduction-2 | 2019-10-04 | 1 | -2/+144 | ||
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| | * | | | | | | Texture_Cache: Blit Deduction corrections and simplifications. | 2019-10-04 | 1 | -18/+20 | ||
| | * | | | | | | TextureCache: Add the ability to deduce if two textures are depth on blit. | 2019-10-04 | 1 | -2/+142 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2941 from FernandoS27/fix-master | 2019-10-04 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | SDL: Fix missing header | 2019-10-04 | 1 | -0/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2896 from FearlessTobi/port-4950 | 2019-10-04 | 3 | -2/+17 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add FPS to SDL title bar | 2019-09-22 | 3 | -2/+17 | ||