| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #1470 from FernandoS27/alpha_testing | 2018-10-23 | 7 | -20/+87 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Assert that multiple render targets are not set while alpha testing | 2018-10-22 | 3 | -3/+17 | ||
| | * | | | | | | | | Use standard UBO and fix/stylize the code | 2018-10-22 | 8 | -91/+51 | ||
| | * | | | | | | | | Cache uniform locations and restructure the implementation | 2018-10-22 | 3 | -33/+29 | ||
| | * | | | | | | | | Remove SyncAlphaTest and clang format | 2018-10-22 | 4 | -8/+9 | ||
| | * | | | | | | | | Added Alpha Func | 2018-10-22 | 2 | -3/+43 | ||
| | * | | | | | | | | Implemented Alpha Testing | 2018-10-22 | 6 | -3/+59 | ||
| * | | | | | | | | | Merge pull request #1512 from ReinUsesLisp/brk | 2018-10-23 | 2 | -22/+43 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | gl_shader_decompiler: Implement PBK and BRK | 2018-10-17 | 2 | -22/+43 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #1550 from FernandoS27/fmul32 | 2018-10-22 | 2 | -3/+8 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| | * | | | | | | | Added Saturation to FMUL32I | 2018-10-22 | 2 | -3/+8 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1543 from lioncash/target | 2018-10-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CMakeLists: Use target_compile_definitions instead of add_definitions to defi... | 2018-10-20 | 1 | -1/+1 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #1537 from lioncash/shader | 2018-10-22 | 1 | -6/+7 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_shader_decompiler: Allow std::move to function in SetPredicate | 2018-10-20 | 1 | -1/+1 | ||
| | * | | | | | | | gl_shader_decompiler: Get rid of variable shadowing warnings | 2018-10-20 | 1 | -2/+2 | ||
| | * | | | | | | | gl_shader_decompiler: Fix a few comment typos | 2018-10-20 | 1 | -3/+4 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #1545 from DarkLordZach/psm | 2018-10-22 | 5 | -0/+91 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | psm: Stub GetChargerType | 2018-10-21 | 2 | -24/+27 | ||
| | * | | | | | | psm: Stub GetBatteryChargePercentage | 2018-10-20 | 2 | -1/+14 | ||
| | * | | | | | | service: Add skeleton for psm service | 2018-10-20 | 5 | -0/+75 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1541 from lioncash/define | 2018-10-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to th... | 2018-10-20 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1538 from lioncash/query | 2018-10-22 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | svc: Fix vma boundary check in svcQueryMemory | 2018-10-20 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1547 from FernandoS27/fix-fset | 2018-10-22 | 2 | -30/+12 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed FSETP and FSET | 2018-10-22 | 2 | -30/+12 | ||
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #1546 from lioncash/svc-again | 2018-10-22 | 13 | -53/+255 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | service: Add the basic skeleton for the NPNS services | 2018-10-21 | 4 | -2/+109 | ||
| | * | | | | | | hid: Update service function table for hidbus | 2018-10-21 | 1 | -0/+1 | ||
| | * | | | | | | am: Add the basic skeleton for the tcap service | 2018-10-21 | 4 | -0/+44 | ||
| | * | | | | | | am: Update service function tables | 2018-10-21 | 4 | -15/+60 | ||
| | * | | | | | | prepo: Update service function table. | 2018-10-21 | 1 | -8/+13 | ||
| | * | | | | | | lbl: Update service function table names | 2018-10-21 | 1 | -28/+28 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1548 from FernandoS27/fix-vao | 2018-10-22 | 1 | -2/+14 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed VAOs Float types only returning GL_FLOAT in cases that they had to retu... | 2018-10-22 | 1 | -2/+14 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #1544 from DarkLordZach/reinitialize-keys-tools | 2018-10-21 | 1 | -1/+7 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | qt: Move Reinitialize Keys to Tools menu | 2018-10-20 | 1 | -1/+7 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #1531 from ogniK5377/hid-fixes | 2018-10-20 | 2 | -4/+189 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Added auto controller switching to supported controllers and single joycon bu... | 2018-10-20 | 2 | -4/+189 | ||
| * | | | | | Merge pull request #1535 from ReinUsesLisp/fixup-position | 2018-10-20 | 3 | -13/+9 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | gl_shader_decompiler: Move position varying declaration back to gl_shader_gen | 2018-10-20 | 3 | -13/+9 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #1501 from ReinUsesLisp/half-float | 2018-10-19 | 2 | -0/+458 | ||
| |\ \ \ \ | ||||||
| | * | | | | gl_shader_decompiler: Implement HSET2_R | 2018-10-15 | 2 | -0/+62 | ||
| | * | | | | gl_shader_decompiler: Implement HSETP2_R | 2018-10-15 | 2 | -0/+65 | ||
| | * | | | | gl_shader_decompiler: Implement HFMA2 instructions | 2018-10-15 | 2 | -0/+85 | ||
| | * | | | | gl_shader_decompiler: Implement HADD2_IMM and HMUL2_IMM | 2018-10-15 | 2 | -0/+73 | ||
| | * | | | | gl_shader_decompiler: Implement non-immediate HADD2 and HMUL2 instructions | 2018-10-15 | 2 | -0/+75 | ||
| | * | | | | gl_shader_decompiler: Setup base for half float unpacking and setting | 2018-10-15 | 2 | -0/+98 | ||
| * | | | | | Merge pull request #1520 from lioncash/san | 2018-10-19 | 3 | -3/+50 | ||
| |\ \ \ \ \ | ||||||