| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | 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 | 14 | -82/+336 | ||
| | * | | | | | | | 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 | 7 | -58/+310 | ||
| | * | | | | | | | shader_ir: Add basic goto elimination | 2019-10-04 | 2 | -38/+484 | ||
| | * | | | | | | | shader_ir: Initial Decompile Setup | 2019-10-04 | 6 | -5/+510 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | 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 | ||
| |/ / / / / / | ||||||
| * | | | | | | 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 | ||
| * | | | | | | | Merge pull request #2936 from VPeruS/use-isallzeroarray | 2019-10-04 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [crypto] Use IsAllZeroArray helper function | 2019-10-02 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #2898 from FearlessTobi/port-4004 | 2019-10-03 | 2 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | qt_themes: add two colorful themes | 2019-09-22 | 2 | -1/+3 | ||
| * | | | | | | | | | Merge pull request #2539 from DarkLordZach/bcat | 2019-10-03 | 36 | -41/+1985 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | qt: Add service dialog | 2019-10-02 | 5 | -17/+20 | ||
| | * | | | | | | | | boxcat: Use updated game-asset API URL and tags | 2019-10-01 | 1 | -6/+6 | ||
| | * | | | | | | | | bcat: Add FSC accessors for BCAT data | 2019-10-01 | 10 | -31/+51 | ||
| | * | | | | | | | | boxcat: Implement events global field | 2019-09-30 | 6 | -30/+43 | ||
| | * | | | | | | | | bcat: Implement DeliveryCacheProgressImpl structure | 2019-09-30 | 6 | -88/+314 | ||
| | * | | | | | | | | boxcat: Use Etag header names for file digest | 2019-09-30 | 2 | -24/+21 | ||
| | * | | | | | | | | boxcat: Add downloading and client for launch parameter data | 2019-09-30 | 2 | -16/+77 | ||
| | * | | | | | | | | bcat: Add backend function for BCAT Indirect (launch parameter) | 2019-09-30 | 2 | -0/+11 | ||
| | * | | | | | | | | bcat: Expose CreateBackendFromSettings helper function | 2019-09-30 | 2 | -2/+2 | ||
| | * | | | | | | | | am: Unstub PopLaunchParameter and add bcat connection for app-specific data | 2019-09-30 | 2 | -16/+52 | ||
| | * | | | | | | | | configure_service: Allow Qt to open external links | 2019-09-30 | 1 | -0/+3 | ||
| | * | | | | | | | | yuzu: Add UI tab to configure BCAT services | 2019-09-30 | 6 | -0/+302 | ||
| | * | | | | | | | | bcat: Implement cmd 90201 ClearDeliveryCacheStorage | 2019-09-30 | 1 | -1/+23 | ||
| | * | | | | | | | | bcat: Implement cmd 30100 SetPassphrase | 2019-09-30 | 1 | -1/+33 | ||
| | * | | | | | | | | bcat: Implement cmd RequestSyncDeliveryCache and variant | 2019-09-30 | 1 | -2/+70 | ||
| | * | | | | | | | | bcat: Implement IDeliveryCacheProgressService commands | 2019-09-30 | 1 | -0/+131 | ||
| | * | | | | | | | | bcat: Implement IDeliveryCacheFileService commands | 2019-09-30 | 1 | -0/+117 | ||
| | * | | | | | | | | bcat: Implement IDeliveryCacheDirectoryService commands | 2019-09-30 | 1 | -0/+99 | ||
| | * | | | | | | | | bcat: Implement IDeliveryCacheStorageService commands | 2019-09-30 | 1 | -0/+58 | ||
| | * | | | | | | | | bcat: Add commands to create IDeliveryCacheStorageService | 2019-09-30 | 3 | -2/+32 | ||
| | * | | | | | | | | module: Create BCAT backend based upon Settings value on construction | 2019-09-30 | 3 | -1/+36 | ||
| | * | | | | | | | | bcat: Add BCAT backend for Boxcat service | 2019-09-30 | 2 | -0/+407 | ||
| | * | | | | | | | | bcat: Add backend class to generify the functions of BCAT | 2019-09-30 | 2 | -0/+100 | ||
| | * | | | | | | | | settings: Add option to set BCAT backend | 2019-09-30 | 6 | -0/+34 | ||
| | * | | | | | | | | nifm: Signal to applications that internet access is available | 2019-09-30 | 1 | -3/+10 | ||
| | * | | | | | | | | core/loader: Track the NSO build ID of the current process | 2019-09-30 | 3 | -0/+14 | ||
| | * | | | | | | | | applets: Add accessor for AppletFrontendSet | 2019-09-30 | 2 | -0/+6 | ||
| | * | | | | | | | | filesystem: Add getter for BCAT temporary directory | 2019-09-30 | 3 | -0/+16 | ||
| | * | | | | | | | | vfs: Add function to extract ZIP file into virtual filesystem | 2019-09-30 | 2 | -0/+96 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2904 from ogniK5377/better-signal-hid | 2019-10-01 | 1 | -8/+2 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | Signal styleset changes at a better time | 2019-09-24 | 1 | -8/+2 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||