summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-3/+3
* spl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
* sockets: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-7/+8
* sm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-9/+8
* set: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-2/+2
* pctl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
* nvflinger: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-3/+3
* nvdrv: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-247-60/+61
* ns: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-6/+6
* nifm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-11/+11
* nfp: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
* lm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-6/+6
* hid: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-25/+25
* friend: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
* filesystem: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-30/+29
* fatal: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-2/+2
* audio: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-242-21/+21
* apm: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-3/+3
* aoc: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-2/+2
* am: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-243-50/+50
* acc: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-10/+10
* Service/FS: implement IFileSystem::RenameFileGravatar mailwl2018-04-246-8/+36
* Merge pull request #379 from Subv/multi_buffersGravatar bunnei2018-04-243-43/+89
|\
| * GPU: Support multiple enabled vertex arrays.Gravatar Subv2018-04-233-43/+89
* | Merge pull request #370 from Subv/sync_primitivesGravatar bunnei2018-04-2316-525/+285
|\ \
| * | Kernel: Implemented mutex priority inheritance.Gravatar Subv2018-04-234-10/+94
| * | Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOsGravatar Subv2018-04-203-3/+3
| * | Qt: Update the WaitTree widget to show info about the current mutex of each t...Gravatar Subv2018-04-205-90/+55
| * | Kernel: Remove unused ConditionVariable class.Gravatar Subv2018-04-206-150/+0
| * | Kernel: Remove old and unused Mutex code.Gravatar Subv2018-04-204-209/+3
| * | Kernel: Properly implemented svcWaitProcessWideKey and svcSignalProcessWideKeyGravatar Subv2018-04-201-83/+46
| * | Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.Gravatar Subv2018-04-206-22/+126
* | | Merge pull request #384 from Subv/nvhost-remapGravatar bunnei2018-04-232-0/+57
|\ \ \
| * | | NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already...Gravatar Subv2018-04-231-0/+10
| * | | Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command.Gravatar Subv2018-04-232-0/+47
| | |/ | |/|
* | | Merge pull request #385 from Subv/unimpl_ioctlsGravatar bunnei2018-04-235-5/+5
|\ \ \
| * | | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers.Gravatar Subv2018-04-235-5/+5
| |/ /
* | | Merge pull request #383 from Subv/gpu_mmuGravatar bunnei2018-04-232-34/+25
|\ \ \
| * | | GPU: Make the GPU virtual memory manager use 16 page bits and 10 page table b...Gravatar Subv2018-04-232-34/+25
| |/ /
* | | GPU: Implement the RGB10_A2 RenderTarget format, it will use the same format ...Gravatar Subv2018-04-232-0/+4
* | | GPU: Implement the A2BGR10 texture format.Gravatar Subv2018-04-214-6/+18
|/ /
* | Merge pull request #377 from adityaruplaha/sdl2-fullscreenGravatar bunnei2018-04-213-4/+40
|\ \
| * | SDL2: Implement fullscreen. (Original PR: citra-emu/citra#3607)Gravatar adityaruplaha2018-04-213-4/+40
* | | Merge pull request #376 from bunnei/shader-decoderGravatar bunnei2018-04-212-210/+249
|\ \ \
| * | | gl_shader_decompiler: Skip RRO instruction.Gravatar bunnei2018-04-201-0/+4
| * | | gl_shader_decompiler: Cleanup error logging.Gravatar bunnei2018-04-201-14/+6
| * | | shader_bytecode: Add several more instruction decodings.Gravatar bunnei2018-04-201-5/+52
| * | | shader_bytecode: Decode instructions based on bit strings.Gravatar bunnei2018-04-202-205/+201
* | | | Merge pull request #375 from lioncash/headerGravatar bunnei2018-04-204-11/+0
|\ \ \ \ | |/ / / |/| | |
| * | | opengl: Remove unnecessary header inclusionsGravatar Lioncash2018-04-204-11/+0