summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
|\ \ \
| * | | 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
* | | | | Merge pull request #369 from Subv/shader_instr2Gravatar bunnei2018-04-202-4/+179
|\ \ \ \ \
| * | | | | ShaderGen: Implemented the KIL instruction, which is equivalent to 'discard'.Gravatar Subv2018-04-201-1/+7
| * | | | | ShaderGen: Implemented predicated instruction execution.Gravatar Subv2018-04-202-1/+40
| * | | | | ShaderGen: Implemented the fsetp instruction.Gravatar Subv2018-04-202-3/+112
| * | | | | ShaderGen: Register id 255 is special and is hardcoded to return 0 (SR_ZERO).Gravatar Subv2018-04-202-0/+5
| * | | | | ShaderGen: Ignore the 'sched' instruction when generating shaders.Gravatar Subv2018-04-201-0/+16
| | |_|/ / | |/| | |
* | | | | Merge pull request #374 from lioncash/noexceptGravatar bunnei2018-04-201-20/+19
|\ \ \ \ \
| * | | | | gl_resource_manager: Add missing noexcept specifiers to move constructors and...Gravatar Lioncash2018-04-201-20/+19
| | |/ / / | |/| | |
* | | | | Merge pull request #373 from lioncash/enum2Gravatar bunnei2018-04-201-4/+9
|\ \ \ \ \
| * | | | | gl_rasterizer_cache: Make MatchFlags an enum classGravatar Lioncash2018-04-201-4/+9
| |/ / / /