yuzu-android/src/core
David d129905a66 Extra nvdrv support (#162)
* FinishInitalize needed for 3.0.1+ games

* nvdrv:s and nvdrv:t both use NVDRV

* Most settings return 0 on hardware, disabled NV_MEMORY_PROFILER for now.

NVN_THROUGH_OPENGL & NVRM_GPU_PREVENT_USE are a few interesting settings to look at. Carefully choosing settings can help with drawing graphics later on

* Initial /dev/nvhost-gpu support

* ZCullBind

* Stubbed SetErrorNotifier

* Fixed SetErrorNotifier log, Added SetChannelPriority

* Allocate GPFIFO Ex2, Allocate Obj Ctx, Submit GPFIFO

* oops

* Fixed up naming/structs/enums. Used vector instead of array for "gpfifo_entry"

* Added missing fixes

* /dev/nvhost-ctrl-gpu

* unneeded struct

* Forgot u32 in enum class

* Automatic descriptor swapping for ioctls, fixed nvgpu_gpu_get_tpc_masks_args being incorrect size

* nvdrv#QueryEvent

* Renamed logs for nvdrv

* Refactor ioctl so nv_result isn't needed

* /dev/nvhost-as-gpu

* Fixed Log service naming, CtxObjects now u32, renamed all structs, added static_asserts to structs, used INSERT_PADDING_WORDS instead of u32s

* nvdevices now uses "Ioctl" union,

* IoctlGpfifoEntry now uses bit field

* final changes
2018-02-05 18:19:31 -08:00
..
arm Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
file_sys file_sys: Clang format fixes. 2018-01-21 15:51:45 -05:00
frontend yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
gdbstub gdbstub: Update registers and sizes for aarch64 2018-01-21 11:12:49 -06:00
hle Extra nvdrv support (#162) 2018-02-05 18:19:31 -08:00
hw Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
loader Changed .istorage to .romfs 2018-02-05 00:01:10 -08:00
tracer Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
CMakeLists.txt Extra nvdrv support (#162) 2018-02-05 18:19:31 -08:00
core_timing.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
core_timing.h core_timing: Use 1.020GHz for core clock rate. 2018-01-08 19:18:50 -05:00
core.cpp Merge pull request #72 from N00byKing/patch-2 2018-01-20 23:11:10 -05:00
core.h Correct Spelling 2018-01-23 14:20:18 +01:00
memory_hook.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
memory_setup.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
memory.cpp memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
memory.h memory: Replace all memory hooking with Special regions 2018-01-27 15:16:39 +00:00
perf_stats.cpp UI: Fix frame rate perf stats 2018-01-16 20:44:02 -07:00
perf_stats.h PerfStats: Re-order and document members better 2017-02-26 17:22:04 -08:00
settings.cpp Remove references to PICA and rasterizers in video_core 2018-01-12 19:11:03 -07:00
settings.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
telemetry_session.cpp Port citra #3352 to yuzu (#103) 2018-01-19 19:36:09 -05:00
telemetry_session.h WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00