summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | loader: Move old logging macros over to new fmt-capable onesGravatar Lioncash2018-04-245-26/+25
|/ / /
* | | Merge pull request #386 from Subv/gpu_queryGravatar bunnei2018-04-242-2/+53
|\ \ \
| * | | GPU: Added asserts to our code for handling the QUERY_GET GPU command.Gravatar Subv2018-04-232-2/+53
* | | | Merge pull request #392 from lioncash/logGravatar bunnei2018-04-2438-297/+298
|\ \ \ \
| * | | | service: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-5/+5
| * | | | vi: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-26/+27
| * | | | time: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-12/+12
| * | | | 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
* | | | | renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles()Gravatar Lioncash2018-04-241-1/+2
|/ / / /
* | | | 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
|\ \ \