summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed type conversion ambiguityGravatar Huw Pascoe2017-09-3032-91/+97
* Merge pull request #2961 from Subv/load_titlesGravatar bunnei2017-09-2917-70/+157
|\
| * Loaders: Don't automatically set the current process every time we load an ap...Gravatar Subv2017-09-268-37/+40
| * Kernel/Thread: Allow specifying which process a thread belongs to when creati...Gravatar Subv2017-09-264-17/+22
| * Tests: Added Memory::IsValidVirtualAddress tests.Gravatar Subv2017-09-262-0/+57
| * Tests: Fixed ARM VFP testsGravatar Subv2017-09-261-9/+13
| * Memory: Allow IsValidVirtualAddress to be called with a specific process para...Gravatar Subv2017-09-262-7/+25
* | Merge pull request #2907 from Subv/warnings3Gravatar Sebastian Valle2017-09-272-5/+9
|\ \
| * | Disable unary operator- on Math::Vec2/Vec3/Vec4 for unsigned types.Gravatar Subv2017-09-272-5/+9
* | | Merge pull request #2954 from Subv/cache_unmapped_memGravatar James Rowe2017-09-261-1/+16
|\ \ \ | |_|/ |/| |
| * | Memory/RasterizerCache: Ignore unmapped memory regions when caching physical ...Gravatar Subv2017-09-251-1/+16
* | | Merge pull request #2958 from Subv/audio_buffer_datatypeGravatar Merry2017-09-265-7/+9
|\ \ \
| * | | 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
|\ \ \ \ \ | |_|_|_|/ |/| | | |