Lioncash
|
c04a27545a
|
nvhost_gpu: Silence formatting specifier warnings
|
2018-02-14 01:52:55 -05:00 |
|
Lioncash
|
61c2b82b79
|
nvhost_ctrl: Silence formatting specifier warnings
|
2018-02-14 01:52:54 -05:00 |
|
Lioncash
|
089da07a98
|
nvhost_ctrl_gpu: Silence formatting specifier warnings
|
2018-02-14 01:52:54 -05:00 |
|
Lioncash
|
f3bf84349d
|
nvhost_as_gpu: Silence formatting specifier warnings
|
2018-02-14 01:52:49 -05:00 |
|
Lioncash
|
f6506859d2
|
thread: Silence formatting specifier warnings
|
2018-02-14 01:50:14 -05:00 |
|
Lioncash
|
986474a109
|
vm_manager: Silence formatting specifier warnings
|
2018-02-14 01:50:14 -05:00 |
|
Lioncash
|
4f3f2d5a21
|
gdbstub: Silence formatting specifier warnings
|
2018-02-14 01:50:01 -05:00 |
|
bunnei
|
8e48016ec5
|
Merge pull request #189 from lioncash/misc
maxwell_3d: Make constructor explicit
|
2018-02-14 00:49:03 -05:00 |
|
bunnei
|
ea80f68f6e
|
hle_ipc: Add GetReadBufferSize and check write buffer size.
|
2018-02-14 00:14:17 -05:00 |
|
bunnei
|
77e162ce77
|
debugger: Fix wait_tree crash.
|
2018-02-14 00:02:14 -05:00 |
|
bunnei
|
5de85f12a7
|
service: Remove remaining uses of BufferDescriptor*.
|
2018-02-13 23:54:13 -05:00 |
|
bunnei
|
69251c8259
|
audio: Use WriteBuffer instead of BufferDescriptorB.
|
2018-02-13 23:54:12 -05:00 |
|
bunnei
|
573706c9b9
|
vi: Eliminate direct usage of BufferDescriptorB.
|
2018-02-13 23:54:12 -05:00 |
|
bunnei
|
5d6ccd7636
|
nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl.
|
2018-02-13 23:54:12 -05:00 |
|
bunnei
|
da07426c20
|
vi: Use ReadBuffer/WriteBuffer functions for TransactParcel.
|
2018-02-13 23:54:11 -05:00 |
|
bunnei
|
a52d608134
|
hle_ipc: Add helper functions for reading and writing buffers.
|
2018-02-13 23:54:07 -05:00 |
|
Lioncash
|
0a8ad22545
|
maxwell_3d: Make constructor explicit
|
2018-02-13 23:47:51 -05:00 |
|
bunnei
|
d80faf8dc9
|
hle_ipc: Add helper functions for reading and writing buffers.
|
2018-02-13 23:26:03 -05:00 |
|
bunnei
|
5388148f0f
|
vi: Fix TransactParcelAuto to support both buffer formats.
|
2018-02-13 23:26:01 -05:00 |
|
bunnei
|
30a8f8cecf
|
Merge pull request #187 from Subv/maxwell3d_query
GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.
|
2018-02-13 23:25:07 -05:00 |
|
bunnei
|
a2dd4cc404
|
audren_u: Schedule reoccuring event. (#183)
* audren_u: Schedule reoccuring event.
* audren_u: Stub GetAudioRenderersProcessMasterVolume, and misc. changes.
|
2018-02-13 20:47:33 -05:00 |
|
bunnei
|
fd5c30bf72
|
Merge pull request #181 from bunnei/vi-fixes-2
VI cleanup and add a hack for booting games
|
2018-02-13 19:17:27 -05:00 |
|
bunnei
|
bad9c08d36
|
Merge pull request #184 from mailwl/lm
Service/lm: add support to multiline logs
|
2018-02-13 10:29:33 -05:00 |
|
mailwl
|
99f3683546
|
Service/lm: add support to multiline logs
|
2018-02-13 09:44:53 +03:00 |
|
bunnei
|
2eb381e36a
|
vi: Add FENCE_HACK, which is useful for booting BOTW.
|
2018-02-12 21:24:40 -05:00 |
|
bunnei
|
28391e2c10
|
vi: Stub TransactParcel CancelBuffer.
|
2018-02-12 21:24:39 -05:00 |
|
bunnei
|
958654ad28
|
TransactParcel: Move WriteBlock to narrowest scope.
|
2018-02-12 21:24:38 -05:00 |
|
bunnei
|
d073a141f9
|
Merge pull request #180 from MerryMage/f/dynarmic/direct-page-table
arm_dynarmic: Support direct page table access
|
2018-02-12 19:17:31 -05:00 |
|
MerryMage
|
e059ee096f
|
arm_dynarmic: Support direct page table access
|
2018-02-12 21:53:32 +00:00 |
|
bunnei
|
80a8ae99d8
|
Merge pull request #179 from gdkchan/audren_stubs
Stub RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer
|
2018-02-12 16:33:30 -05:00 |
|
gdkchan
|
2a9f2b9966
|
Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:u
|
2018-02-12 17:44:55 -03:00 |
|
bunnei
|
b149aa95ee
|
Merge pull request #178 from Subv/command_buffers
GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines
|
2018-02-12 13:51:52 -05:00 |
|
Subv
|
1cc166456d
|
GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.
Only QueryMode::Write is supported at the moment.
|
2018-02-12 12:34:41 -05:00 |
|
Subv
|
cc33504d0f
|
Make a GPU class in VideoCore to contain the GPU state.
Also moved the GPU MemoryManager class to video_core since it makes more sense for it to be there.
|
2018-02-11 23:44:12 -05:00 |
|
Subv
|
29ec5b335f
|
GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines.
|
2018-02-11 22:42:48 -05:00 |
|
bunnei
|
8bdf72bda6
|
Merge pull request #177 from bunnei/vi-fixes
Several misc. VI fixes
|
2018-02-11 21:47:35 -05:00 |
|
Subv
|
465e09e5b1
|
nvdrv: Make the GPU memory manager available to nvhost-gpu.
|
2018-02-11 21:30:23 -05:00 |
|
bunnei
|
70cb0cd1f4
|
renderer_opengl: Support framebuffer flip vertical.
|
2018-02-11 21:03:55 -05:00 |
|
bunnei
|
aa3b1d0b05
|
vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.
|
2018-02-11 21:00:41 -05:00 |
|
bunnei
|
d9dff8a6e5
|
vi: Fix OpenLayer and CreateStrayLayer.
|
2018-02-11 17:28:07 -05:00 |
|
bunnei
|
c2fcca102f
|
Merge pull request #175 from bunnei/libnx-fixes-2
More fixes for Libnx
|
2018-02-10 01:14:40 -05:00 |
|
bunnei
|
580797323d
|
fsp_srv: Stub MountSdCard.
|
2018-02-09 23:33:50 -05:00 |
|
bunnei
|
ef8d34bb47
|
apm: Refactor service impl. to support multiple ports.
|
2018-02-09 23:33:49 -05:00 |
|
bunnei
|
285b112b9f
|
vi: Implement TransactParcelAuto.
|
2018-02-09 23:33:49 -05:00 |
|
bunnei
|
5011f40705
|
nvflinger: (Hack) Use first available buffer if none are found.
|
2018-02-09 23:33:49 -05:00 |
|
bunnei
|
aa7d562c42
|
IGBPQueueBufferRequestParcel: Don't enforce buffer length.
- Another fix for libnx.
|
2018-02-09 23:33:49 -05:00 |
|
bunnei
|
c8dfaa1191
|
IGBPRequestBufferResponseParcel: Fix response for libnx.
|
2018-02-09 23:33:43 -05:00 |
|
bunnei
|
5e60bfc51a
|
Merge pull request #171 from bunnei/libnx-fixes
Various fixes for libnx, etc.
|
2018-02-09 15:51:43 -05:00 |
|
bunnei
|
fe92ed71ec
|
Merge pull request #173 from MerryMage/feature/dynarmic-fix-windows
dynarmic: Fix bug due to Windows ABI mismatch
|
2018-02-09 13:07:15 -05:00 |
|
MerryMage
|
8cb6f86a28
|
dynarmic: Fix bug due to Windows ABI mismatch
|
2018-02-09 16:05:28 +00:00 |
|