Subv
|
4544ac45f5
|
GPU: Make the Textures::CopySwizzledData function accessible from the outside of the file.
|
2018-04-25 11:55:30 -05:00 |
|
Subv
|
98fc270370
|
GPU: Added a function to retrieve the bytes per pixel of the render target formats.
|
2018-04-25 11:55:29 -05:00 |
|
Subv
|
7f8bd7cad3
|
GPU: Added surface copy registers to Fermi2D
|
2018-04-25 11:55:29 -05:00 |
|
Subv
|
1ec6336e15
|
GPU: Added boilerplate code for the Fermi2D engine
|
2018-04-25 11:55:29 -05:00 |
|
Subv
|
22e1718ee5
|
GPU: Reduce the number of registers of Maxwell3D to 0xE00.
The rest are just macro shim registers.
|
2018-04-25 11:55:28 -05:00 |
|
Subv
|
31812be999
|
GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor.
It doesn't belong in the PFIFO handler.
|
2018-04-25 11:55:27 -05:00 |
|
Subv
|
595651d964
|
GPU: Corrected the upper bound of the PFIFO method ids in the command processor.
|
2018-04-25 11:53:54 -05:00 |
|
Lioncash
|
49817a7b4e
|
file-sys: convert a StringFromFormat call into fmt::format in GetFullPath()
Lessens the amount to read and gets rid of the PRIX64 macro, allowing us to use a single string
for the whole path, making it easier to read.
|
2018-04-25 12:35:37 -04:00 |
|
Lioncash
|
f680179620
|
file-sys: Move logging macros over to the new fmt-capable ones
|
2018-04-25 12:35:33 -04:00 |
|
Lioncash
|
d6897a6d28
|
core/memory: Amend address widths in asserts
Addresses are 64-bit, these formatting specifiers are simply holdovers from citra. Adjust them to be the correct width.
|
2018-04-25 12:17:26 -04:00 |
|
Lioncash
|
57a9b05fc6
|
core/memory: Move logging macros over to new fmt-capable ones
While we're at it, correct addresses to print all 64 bits where applicable, which were holdovers from citra.
|
2018-04-25 12:16:33 -04:00 |
|
Lioncash
|
0e03c90f59
|
video-core: Move logging macros over to new fmt-capable ones
|
2018-04-25 09:13:57 -04:00 |
|
mailwl
|
c43776149b
|
Service/PCTL: convert to module, add services, stub
PCTL::CreateServiceWithoutInitialize and IParentalControlService::Initialize, required by Kirby Star Allies
|
2018-04-25 09:02:27 +03:00 |
|
Subv
|
c816585e63
|
Shaders: Added decodings for the FSET instructions.
|
2018-04-24 22:42:54 -05:00 |
|
bunnei
|
910021c4f7
|
Merge pull request #388 from bunnei/refactor-rasterizer-cache
Refactor rasterizer cache
|
2018-04-24 23:22:24 -04:00 |
|
bunnei
|
5cc6ecf5d0
|
renderer_opengl: Use correct byte order for framebuffer pixel format ABGR8.
|
2018-04-24 22:31:46 -04:00 |
|
bunnei
|
a2418f92f3
|
gl_rasterizer_cache: Use CHAR_BIT for bpp conversions instead of 8.
|
2018-04-24 22:31:46 -04:00 |
|
bunnei
|
ba4344cbde
|
gl_rasterizer_cache: Use GPU PAGE_BITS/SIZE, not CPU.
|
2018-04-24 22:31:46 -04:00 |
|
bunnei
|
e46b0b6d39
|
gl_rasterizer_cache: Use new logger.
|
2018-04-24 22:31:46 -04:00 |
|
bunnei
|
b74ca911d2
|
gl_rasterizer_cache: Add a function for finding framebuffer GPU address.
|
2018-04-24 22:31:46 -04:00 |
|
bunnei
|
1fc716570f
|
gl_rasterizer_cache: Handle compressed texture sizes.
|
2018-04-24 22:31:46 -04:00 |
|
bunnei
|
616a16fa46
|
gl_rasterizer_cache: Update to be based on GPU addresses, not CPU addresses.
|
2018-04-24 22:31:45 -04:00 |
|
Lioncash
|
13f1989fbf
|
loader: Move old logging macros over to new fmt-capable ones
|
2018-04-24 20:22:32 -04:00 |
|
bunnei
|
6e10a8f2e5
|
memory_manager: Add implement CpuToGpuAddress.
|
2018-04-24 17:49:20 -04:00 |
|
bunnei
|
7dc813a449
|
memory_manager: Make GpuToCpuAddress return an optional.
|
2018-04-24 17:49:19 -04:00 |
|
bunnei
|
4e756b9307
|
memory_manager: Use GPUVAdddr, not PAddr, for GPU addresses.
|
2018-04-24 17:40:43 -04:00 |
|
bunnei
|
39d09efc69
|
Merge pull request #386 from Subv/gpu_query
GPU: Added asserts to our code for handling the QUERY_GET GPU command.
|
2018-04-24 16:13:51 -04:00 |
|
bunnei
|
0cfc18b3a1
|
Merge pull request #392 from lioncash/log
service: Move logging macros over to the new fmt-compatible ones
|
2018-04-24 14:13:54 -04:00 |
|
Lioncash
|
2aa02b2c03
|
service: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:32 -04:00 |
|
Lioncash
|
1e8563226b
|
vi: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:31 -04:00 |
|
Lioncash
|
5d08423a14
|
time: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:31 -04:00 |
|
Lioncash
|
65a090a755
|
ssl: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:31 -04:00 |
|
Lioncash
|
d188133ca8
|
spl: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:31 -04:00 |
|
Lioncash
|
4e201e56ae
|
sockets: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:31 -04:00 |
|
Lioncash
|
2a67babb78
|
sm: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:31 -04:00 |
|
Lioncash
|
7eddffc4c1
|
set: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:30 -04:00 |
|
Lioncash
|
da72e7df1a
|
pctl: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:30 -04:00 |
|
Lioncash
|
139065911e
|
nvflinger: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:30 -04:00 |
|
Lioncash
|
36c8d7a48d
|
nvdrv: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:01:27 -04:00 |
|
Lioncash
|
896bf096ef
|
ns: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:56 -04:00 |
|
Lioncash
|
67cc64a026
|
nifm: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:56 -04:00 |
|
Lioncash
|
7446b70098
|
nfp: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:56 -04:00 |
|
Lioncash
|
891f320159
|
lm: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:56 -04:00 |
|
Lioncash
|
0a3c749f6f
|
hid: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:56 -04:00 |
|
Lioncash
|
5dc154e023
|
friend: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:56 -04:00 |
|
Lioncash
|
12e5c50f52
|
filesystem: Move logging macros over to new fmt-compatible ones
|
2018-04-24 12:00:52 -04:00 |
|
Lioncash
|
fed0e2aa58
|
renderer_opengl: Silence a -Wdangling-else warning in DrawScreenTriangles()
|
2018-04-24 11:13:08 -04:00 |
|
Lioncash
|
e644b955b1
|
fatal: Move logging macros over to new fmt-compatible ones
|
2018-04-24 10:18:58 -04:00 |
|
Lioncash
|
7ca0a845a8
|
audio: Move logging macros over to new fmt-compatible ones
|
2018-04-24 10:18:09 -04:00 |
|
Lioncash
|
4702aaf7db
|
apm: Move logging macros over to new fmt-compatible ones
|
2018-04-24 10:16:03 -04:00 |
|