summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kernel/shared_memory: Remove unnecessary semicolon at end of ConvertPermissio...Gravatar Lioncash2018-04-251-1/+1
| * | | | kernel: Migrate logging macros to fmt-compatible onesGravatar Lioncash2018-04-2511-106/+109
* | | | | Merge pull request #387 from Subv/maxwell_2dGravatar bunnei2018-04-2510-52/+203
|\ \ \ \ \
| * | | | | GPU: Partially implemented the Fermi2D surface copy operation.Gravatar Subv2018-04-252-0/+59
| * | | | | Memory: Added a missing shortcut for Memory::CopyBlock for the current process.Gravatar Subv2018-04-251-0/+4
| * | | | | GPU: Make the Textures::CopySwizzledData function accessible from the outside...Gravatar Subv2018-04-252-3/+6
| * | | | | GPU: Added a function to retrieve the bytes per pixel of the render target fo...Gravatar Subv2018-04-252-0/+15
| * | | | | GPU: Added surface copy registers to Fermi2DGravatar Subv2018-04-251-1/+57
| * | | | | GPU: Added boilerplate code for the Fermi2D engineGravatar Subv2018-04-253-3/+34
| * | | | | GPU: Reduce the number of registers of Maxwell3D to 0xE00.Gravatar Subv2018-04-252-5/+5
| * | | | | GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D p...Gravatar Subv2018-04-254-40/+23
| * | | | | GPU: Corrected the upper bound of the PFIFO method ids in the command processor.Gravatar Subv2018-04-251-1/+1
* | | | | | Merge pull request #395 from lioncash/file-sysGravatar bunnei2018-04-258-68/+59
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()Gravatar Lioncash2018-04-251-4/+1
| * | | | | file-sys: Move logging macros over to the new fmt-capable onesGravatar Lioncash2018-04-258-64/+58
| | |/ / / | |/| | |
* | | | | Merge pull request #390 from mailwl/pctl-moduleGravatar bunnei2018-04-257-39/+71
|\ \ \ \ \
| * | | | | Service/PCTL: convert to module, add services, stubGravatar mailwl2018-04-257-39/+71
| |/ / / /
* | | | | Merge pull request #397 from lioncash/coreGravatar bunnei2018-04-251-24/+26
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | core/memory: Amend address widths in assertsGravatar Lioncash2018-04-251-2/+2
| * | | | core/memory: Move logging macros over to new fmt-capable onesGravatar Lioncash2018-04-251-22/+24
| |/ / /
* / / / video-core: Move logging macros over to new fmt-capable onesGravatar Lioncash2018-04-255-18/+20
|/ / /
* | | Merge pull request #388 from bunnei/refactor-rasterizer-cacheGravatar bunnei2018-04-2414-175/+334
|\ \ \
| * | | renderer_opengl: Use correct byte order for framebuffer pixel format ABGR8.Gravatar bunnei2018-04-241-2/+1
| * | | gl_rasterizer_cache: Use CHAR_BIT for bpp conversions instead of 8.Gravatar bunnei2018-04-242-4/+4
| * | | gl_rasterizer_cache: Use GPU PAGE_BITS/SIZE, not CPU.Gravatar bunnei2018-04-241-5/+5
| * | | gl_rasterizer_cache: Use new logger.Gravatar bunnei2018-04-241-4/+4
| * | | gl_rasterizer_cache: Add a function for finding framebuffer GPU address.Gravatar bunnei2018-04-243-0/+31
| * | | gl_rasterizer_cache: Handle compressed texture sizes.Gravatar bunnei2018-04-242-24/+65
| * | | gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.Gravatar bunnei2018-04-2410-67/+122
| * | | memory_manager: Add implement CpuToGpuAddress.Gravatar bunnei2018-04-242-0/+27
| * | | memory_manager: Make GpuToCpuAddress return an optional.Gravatar bunnei2018-04-247-28/+37
| * | | memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.Gravatar bunnei2018-04-247-60/+57
* | | | 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