summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #406 from lioncash/frontendGravatar bunnei2018-04-265-27/+26
|\ \ \ \
| * | | | frontends: Move logging macros over to new fmt-capable onesGravatar Lioncash2018-04-265-27/+26
* | | | | Merge pull request #407 from lioncash/commonGravatar bunnei2018-04-264-67/+67
|\ \ \ \ \
| * | | | | common: Move logging macros over to new fmt-capable macros where applicableGravatar Lioncash2018-04-264-67/+67
| |/ / / /
* / / / / input_common: Move old logging macros over to fmt-capable onesGravatar Lioncash2018-04-261-3/+3
|/ / / /
* | | | Merge pull request #402 from lioncash/coreGravatar bunnei2018-04-266-28/+28
|\ \ \ \
| * | | | core: Replace remaining old non-generic logger usages with fmt-capable equiva...Gravatar Lioncash2018-04-266-28/+28
* | | | | Merge pull request #399 from bunnei/shader-intsGravatar bunnei2018-04-262-9/+120
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | gl_shader_decompiler: Boilerplate for handling integer instructions.Gravatar bunnei2018-04-262-6/+111
| * | | | gl_shader_decompiler: Move color output to EXIT instruction.Gravatar bunnei2018-04-261-6/+12
| |/ / /
* / / / common: Remove chunk_file.h and linear_disk_cache.hGravatar Lioncash2018-04-263-792/+0
|/ / /
* | | core/gdbstub: Move logging macros to new fmt-compatible onesGravatar Lioncash2018-04-261-38/+37
* | | core/hw: Move logging macros over to fmt-capable onesGravatar Lioncash2018-04-262-8/+10
* | | Merge pull request #396 from Subv/shader_opsGravatar bunnei2018-04-252-9/+89
|\ \ \
| * | | Shaders: Added bit decodings for the I2I instruction.Gravatar Subv2018-04-251-0/+6
| * | | Shaders: Implemented the FSET instruction.Gravatar Subv2018-04-251-0/+53
| * | | Shaders: Added decodings for the FSET instructions.Gravatar Subv2018-04-242-9/+30
* | | | Merge pull request #398 from lioncash/kernelGravatar bunnei2018-04-2511-107/+110
|\ \ \ \
| * | | | 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