Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-11 | Merge pull request #177 from bunnei/vi-fixes | bunnei | |
Several misc. VI fixes | |||
2018-02-11 | renderer_opengl: Support framebuffer flip vertical. | bunnei | |
2018-02-11 | vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical. | bunnei | |
2018-02-11 | vi: Fix OpenLayer and CreateStrayLayer. | bunnei | |
2018-02-10 | Merge pull request #175 from bunnei/libnx-fixes-2 | bunnei | |
More fixes for Libnx | |||
2018-02-09 | fsp_srv: Stub MountSdCard. | bunnei | |
2018-02-09 | apm: Refactor service impl. to support multiple ports. | bunnei | |
2018-02-09 | vi: Implement TransactParcelAuto. | bunnei | |
2018-02-09 | nvflinger: (Hack) Use first available buffer if none are found. | bunnei | |
2018-02-09 | IGBPQueueBufferRequestParcel: Don't enforce buffer length. | bunnei | |
- Another fix for libnx. | |||
2018-02-09 | IGBPRequestBufferResponseParcel: Fix response for libnx. | bunnei | |
2018-02-09 | Merge pull request #171 from bunnei/libnx-fixes | bunnei | |
Various fixes for libnx, etc. | |||
2018-02-09 | Merge pull request #173 from MerryMage/feature/dynarmic-fix-windows | bunnei | |
dynarmic: Fix bug due to Windows ABI mismatch | |||
2018-02-09 | dynarmic: Fix bug due to Windows ABI mismatch | MerryMage | |
2018-02-09 | nvdrv: Fix QueryEvent for libnx. | bunnei | |
2018-02-08 | IApplicationDisplayService::CloseDisplay: Fix response params size. | bunnei | |
2018-02-08 | nvhost_ctrl_gpu: Implement ZCullGetInfo. | bunnei | |
2018-02-08 | Merge pull request #170 from MerryMage/feature/dynarmic-update-201802 | bunnei | |
dynarmic: Update to 41ae12263 | |||
2018-02-09 | dynarmic: Update to 41ae12263 | MerryMage | |
Changes: Primarily implementing more A64 instructions | |||
2018-02-08 | acc_u0: Implement ListAllUsers. | bunnei | |
2018-02-07 | Merge pull request #169 from bunnei/gpu-mem | bunnei | |
nvdrv: Implement AllocateSpace and MapBufferEx | |||
2018-02-07 | nvhost_as_gpu: Implement AllocateSpace and MapBufferEx. | bunnei | |
2018-02-07 | nvdrv: Add MemoryManager class to track GPU memory. | bunnei | |
2018-02-07 | nvmap: Refactor to expose nvmap objects. | bunnei | |
2018-02-07 | nvhost_as_gpu: Add nvmap as a class member. | bunnei | |
2018-02-07 | Merge pull request #168 from mailwl/new-stubs | bunnei | |
Service: stub some functions in am, audio, time, vi services | |||
2018-02-07 | Service: stub some functions in am, audio, time, vi services | mailwl | |
2018-02-06 | Merge pull request #166 from mailwl/hid-SetNpadHandhelpActivationMode | bunnei | |
Service/hid: stub SetNpadHandheldActivationMode | |||
2018-02-06 | Service/hid: stub SetNpadHandheldActivationMode | mailwl | |
2018-02-05 | Merge pull request #165 from bunnei/puyo-fixes | bunnei | |
Stubs for HID, AM, and a mutex fix | |||
2018-02-05 | mutex: Update hasWaiters on release. | bunnei | |
2018-02-05 | hid: Stub ActivateTouchScreen and SetNpadJoyHoldType. | bunnei | |
2018-02-05 | Extra nvdrv support (#162) | David | |
* 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 | IApplicationFunctions: Stub out EnsureSaveData. | bunnei | |
2018-02-05 | Merge pull request #164 from ogniK5377/libnx_sm_fix | bunnei | |
Don't call UNIMPLEMENTED for 'empty services', just return error code | |||
2018-02-05 | Merge pull request #163 from ogniK5377/istorage_to_romfs | bunnei | |
Changed .istorage to .romfs | |||
2018-02-05 | Dont call UNIMPLEMENTED for 'empty services', just return error code | David Marcec | |
2018-02-05 | Changed .istorage to .romfs | David Marcec | |
2018-02-04 | Merge pull request #161 from bunnei/service-improvements | bunnei | |
Many service improvements | |||
2018-02-04 | set: GetAvailableLanguageCodes should not return lang_codes size. | bunnei | |
2018-02-04 | nvflinger: Signal BufferQueue native handle event. | bunnei | |
- This gets BOTW booting. | |||
2018-02-04 | logger: Add Time service logging category. | bunnei | |
2018-02-04 | logger: Add SET service logging category. | bunnei | |
2018-02-04 | logger: Add PCTL service logging category. | bunnei | |
2018-02-04 | logger: Add LM service logging category. | bunnei | |
2018-02-04 | logger: Add APM service logging category. | bunnei | |
2018-02-04 | lm: Ensure log string is non-empty before checking back(). | bunnei | |
2018-02-04 | logger: Add NIFM service logging category. | bunnei | |
2018-02-04 | logger: Add VI service logging category. | bunnei | |
2018-02-04 | hid: Stub out several functions. | bunnei | |