summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Audio: Use std::deque instead of std::vector for the audio buffer type (Stere...Gravatar Subv2017-09-255-7/+9
| | | |/ | | |/|
| * / | HLE/Archives: Allow multiple loaded applications to access their SelfNCCH arc...Gravatar Subv2017-09-256-18/+65
| |/ /
| * | Merge pull request #2952 from MerryMage/page-tablesGravatar B3n302017-09-2512-27/+56
| |\ \
| | * | ARM_Interface: Implement PageTableChangedGravatar MerryMage2017-09-246-6/+39
| | * | memory: Remove GetCurrentPageTablePointersGravatar MerryMage2017-09-242-10/+0
| | * | memory: Add GetCurrentPageTable/SetCurrentPageTableGravatar MerryMage2017-09-247-13/+19
| * | | Merge pull request #2951 from huwpascoe/perf-4Gravatar B3n302017-09-251-10/+4
| |\ \ \
| | * | | Optimized MortonGravatar Huw Pascoe2017-09-241-10/+4
| | |/ /
| * | | Merge pull request #2949 from wwylele/fix-trGravatar B3n302017-09-253-21/+22
| |\ \ \
| | * | | citra-qt: fix some untranslated stringsGravatar wwylele2017-09-243-21/+22
| | |/ /
| * | | Merge pull request #2948 from Subv/register_serviceGravatar B3n302017-09-254-1/+33
| |\ \ \
| | * | | HLE/SRV: Implemented RegisterService.Gravatar Subv2017-09-244-1/+33
| | | |/ | | |/|
| * | | Loader/NCCH: Add support for loading application updates (#2927)Gravatar Max Thomas2017-09-258-439/+670
| * | | Services/UDS: Added a function to send EAPoL-Start packets (#2920)Gravatar B3n302017-09-255-88/+250
| * | | Optimized Float<M,E> multiplicationGravatar Huw Pascoe2017-09-251-11/+7
| | |/ | |/|
| * | Merge pull request #2921 from jroweboy/batch-fix-2Gravatar James Rowe2017-09-241-12/+17
| |\ \ | | |/ | |/|
| | * Remove pipeline.gpu_mode and fix minor issuesGravatar James Rowe2017-09-231-12/+2
| | * GPU: Add draw for immediate and batch modesGravatar James Rowe2017-09-111-2/+17
| * | Merge pull request #2928 from huwpascoe/masterGravatar Yuri Kunde Schlesner2017-09-221-7/+18
| |\ \
| | * | Fixed framebuffer warningGravatar Huw Pascoe2017-09-171-7/+18
| * | | Merge pull request #2933 from huwpascoe/perf-1Gravatar bunnei2017-09-191-1/+2
| |\ \ \
| | * | | Improved performance of FromAttributeBufferGravatar Huw Pascoe2017-09-171-1/+2
| | |/ /
| * / / WebService: Verify username and token (#2930)Gravatar B3n302017-09-1815-38/+316
| |/ /
| * | Merge pull request #2906 from Subv/ns_new_frameworkGravatar Yuri Kunde Schlesner2017-09-167-42/+77
| |\ \
| | * | Services/NS: Port ns:s to the new service framework.Gravatar Subv2017-09-167-42/+77
| * | | Merge pull request #2900 from wwylele/clip-2Gravatar Yuri Kunde Schlesner2017-09-165-46/+116
| |\ \ \
| | * | | SwRasterizer/Clipper: flip the sign convention to match PICA and OpenGLGravatar wwylele2017-08-251-9/+9
| | * | | gl_rasterizer: implement custom clip planeGravatar wwylele2017-08-253-34/+83
| | * | | SwRasterizer: implement custom clip planeGravatar wwylele2017-08-242-4/+25
| * | | | Merge pull request #2842 from Subv/switchable_page_tableGravatar B3n302017-09-1514-123/+191
| |\ \ \ \
| | * | | | CPU/Dynarmic: Disable the fast page-table access in dynarmic until it support...Gravatar Subv2017-09-151-1/+3
| | * | | | Tests/VFP: Use a standalone pagetable for the TestEnvironment memory operations.Gravatar Subv2017-09-151-4/+14
| | * | | | Kernel/Memory: Make IsValidPhysicalAddress not go through the current process...Gravatar Subv2017-09-151-2/+1
| | * | | | Kernel/Threads: Don't clear the CPU instruction cache when performing a conte...Gravatar Subv2017-09-151-1/+3
| | * | | | Kernel/Memory: Changed GetPhysicalPointer so that it doesn't go through the c...Gravatar Subv2017-09-154-30/+69
| | * | | | Kernel/Memory: Switch the current page table when a new process is scheduled.Gravatar Subv2017-09-101-0/+10
| | * | | | Kernel/Memory: Give each Process its own page table.Gravatar Subv2017-09-109-87/+93
| * | | | | Merge pull request #2915 from wwylele/font-archive-2Gravatar bunnei2017-09-113-135/+155
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | APT: load different shared font depending on the regionGravatar wwylele2017-09-033-135/+155
| * | | | | Merge pull request #2865 from wwylele/gs++Gravatar bunnei2017-09-0715-37/+594
| |\ \ \ \ \
| | * | | | | pica/command_processor: build geometry pipeline and run geometry shaderGravatar wwylele2017-08-196-28/+383
| | * | | | | pica/shader/jit: implement SETEMIT and EMITGravatar wwylele2017-08-192-2/+49
| | * | | | | pica/primitive_assembly: Handle winding for GS primitiveGravatar wwylele2017-08-192-3/+19
| | * | | | | correct constnessGravatar wwylele2017-08-192-2/+4
| | * | | | | pica/shader/interpreter: implement SETEMIT and EMITGravatar wwylele2017-08-191-0/+16
| | * | | | | pica/shader: extend UnitState for GSGravatar wwylele2017-08-192-0/+84
| | * | | | | pica/regs: layout geometry shader configuration regsGravatar wwylele2017-08-102-2/+39
| * | | | | | Merge pull request #2914 from wwylele/fresnel-fixGravatar bunnei2017-09-052-7/+9
| |\ \ \ \ \ \
| | * | | | | | pica/lighting: only apply Fresnel factor for the last lightGravatar wwylele2017-09-032-7/+9
| * | | | | | | Merge pull request #2831 from Subv/uds_authGravatar Weiyi Wang2017-09-057-53/+289
| |\ \ \ \ \ \ \