summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge pull request #1470 from FernandoS27/alpha_testingGravatar bunnei2018-10-237-20/+87
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Assert that multiple render targets are not set while alpha testingGravatar FernandoS272018-10-223-3/+17
| * | | | | | | | Use standard UBO and fix/stylize the codeGravatar FernandoS272018-10-228-91/+51
| * | | | | | | | Cache uniform locations and restructure the implementationGravatar FernandoS272018-10-223-33/+29
| * | | | | | | | Remove SyncAlphaTest and clang formatGravatar FernandoS272018-10-224-8/+9
| * | | | | | | | Added Alpha FuncGravatar FernandoS272018-10-222-3/+43
| * | | | | | | | Implemented Alpha TestingGravatar FernandoS272018-10-226-3/+59
* | | | | | | | | Merge pull request #1512 from ReinUsesLisp/brkGravatar bunnei2018-10-232-22/+43
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | gl_shader_decompiler: Implement PBK and BRKGravatar ReinUsesLisp2018-10-172-22/+43
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #1550 from FernandoS27/fmul32Gravatar bunnei2018-10-222-3/+8
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Added Saturation to FMUL32IGravatar FernandoS272018-10-222-3/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #1543 from lioncash/targetGravatar bunnei2018-10-221-1/+1
|\ \ \ \ \ \ \
| * | | | | | | CMakeLists: Use target_compile_definitions instead of add_definitions to defi...Gravatar Lioncash2018-10-201-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #1537 from lioncash/shaderGravatar bunnei2018-10-221-6/+7
|\ \ \ \ \ \ \
| * | | | | | | gl_shader_decompiler: Allow std::move to function in SetPredicateGravatar Lioncash2018-10-201-1/+1
| * | | | | | | gl_shader_decompiler: Get rid of variable shadowing warningsGravatar Lioncash2018-10-201-2/+2
| * | | | | | | gl_shader_decompiler: Fix a few comment typosGravatar Lioncash2018-10-201-3/+4
| |/ / / / / /
* | | | | | | Merge pull request #1545 from DarkLordZach/psmGravatar bunnei2018-10-225-0/+91
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | psm: Stub GetChargerTypeGravatar Zach Hilman2018-10-212-24/+27
| * | | | | | psm: Stub GetBatteryChargePercentageGravatar Zach Hilman2018-10-202-1/+14
| * | | | | | service: Add skeleton for psm serviceGravatar Zach Hilman2018-10-205-0/+75
| |/ / / / /
* | | | | | Merge pull request #1541 from lioncash/defineGravatar bunnei2018-10-221-1/+1
|\ \ \ \ \ \
| * | | | | | web_service/CMakeLists: Make the CPPHTTPLIB_OPENSSL_SUPPORT constrained to th...Gravatar Lioncash2018-10-201-1/+1
| |/ / / / /
* | | | | | Merge pull request #1538 from lioncash/queryGravatar bunnei2018-10-221-1/+1
|\ \ \ \ \ \
| * | | | | | svc: Fix vma boundary check in svcQueryMemoryGravatar Lioncash2018-10-201-1/+1
| |/ / / / /
* | | | | | Merge pull request #1547 from FernandoS27/fix-fsetGravatar bunnei2018-10-222-30/+12
|\ \ \ \ \ \
| * | | | | | Fixed FSETP and FSETGravatar FernandoS272018-10-222-30/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1546 from lioncash/svc-againGravatar bunnei2018-10-2213-53/+255
|\ \ \ \ \ \
| * | | | | | service: Add the basic skeleton for the NPNS servicesGravatar Lioncash2018-10-214-2/+109
| * | | | | | hid: Update service function table for hidbusGravatar Lioncash2018-10-211-0/+1
| * | | | | | am: Add the basic skeleton for the tcap serviceGravatar Lioncash2018-10-214-0/+44
| * | | | | | am: Update service function tablesGravatar Lioncash2018-10-214-15/+60
| * | | | | | prepo: Update service function table.Gravatar Lioncash2018-10-211-8/+13
| * | | | | | lbl: Update service function table namesGravatar Lioncash2018-10-211-28/+28
| |/ / / / /
* | | | | | Merge pull request #1548 from FernandoS27/fix-vaoGravatar bunnei2018-10-221-2/+14
|\ \ \ \ \ \
| * | | | | | Fixed VAOs Float types only returning GL_FLOAT in cases that they had to retu...Gravatar FernandoS272018-10-221-2/+14
| |/ / / / /
* | | | | | Merge pull request #1544 from DarkLordZach/reinitialize-keys-toolsGravatar bunnei2018-10-211-1/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | qt: Move Reinitialize Keys to Tools menuGravatar Zach Hilman2018-10-201-1/+7
| |/ / / /
* | | | | Merge pull request #1531 from ogniK5377/hid-fixesGravatar bunnei2018-10-202-4/+189
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added auto controller switching to supported controllers and single joycon bu...Gravatar David Marcec2018-10-202-4/+189
* | | | | Merge pull request #1535 from ReinUsesLisp/fixup-positionGravatar bunnei2018-10-203-13/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gl_shader_decompiler: Move position varying declaration back to gl_shader_genGravatar ReinUsesLisp2018-10-203-13/+9
|/ / / /
* | | | Merge pull request #1501 from ReinUsesLisp/half-floatGravatar bunnei2018-10-192-0/+458
|\ \ \ \
| * | | | gl_shader_decompiler: Implement HSET2_RGravatar ReinUsesLisp2018-10-152-0/+62
| * | | | gl_shader_decompiler: Implement HSETP2_RGravatar ReinUsesLisp2018-10-152-0/+65
| * | | | gl_shader_decompiler: Implement HFMA2 instructionsGravatar ReinUsesLisp2018-10-152-0/+85
| * | | | gl_shader_decompiler: Implement HADD2_IMM and HMUL2_IMMGravatar ReinUsesLisp2018-10-152-0/+73
| * | | | gl_shader_decompiler: Implement non-immediate HADD2 and HMUL2 instructionsGravatar ReinUsesLisp2018-10-152-0/+75
| * | | | gl_shader_decompiler: Setup base for half float unpacking and settingGravatar ReinUsesLisp2018-10-152-0/+98
* | | | | Merge pull request #1520 from lioncash/sanGravatar bunnei2018-10-193-3/+50
|\ \ \ \ \