| Commit message (Expand) | Author | Age | Files | Lines |
* | kernel: implement KProcess suspension | Liam | 2022-06-14 | 1 | -2/+2 |
* | common: Change semantics of UNREACHABLE to unconditionally crash | Liam | 2022-06-14 | 1 | -1/+1 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 30 | -90/+60 |
* | Merge pull request #8122 from bunnei/improve-thread-usage | bunnei | 2022-04-06 | 1 | -1/+1 |
|\ |
|
| * | hle: service: nvdrv: Create a service thread where appropriate. | Morph | 2022-04-02 | 1 | -1/+1 |
* | | fix: typos | Andrea Pappacoda | 2022-04-02 | 1 | -6/+6 |
|/ |
|
* | nvhost_ctrl: Only mark EventState::Busy as BadParameter | ameerj | 2022-03-29 | 1 | -1/+1 |
* | hle: nvdrv: nvdata: Cleanup NvFence static assert. | bunnei | 2022-03-25 | 1 | -1/+1 |
* | hle: nvflinger: Move BufferTransformFlags to its own header. | bunnei | 2022-03-25 | 1 | -1/+1 |
* | hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. | bunnei | 2022-03-25 | 4 | -17/+13 |
* | hle: nvflinger: Move PixelFormat to its own header. | bunnei | 2022-03-25 | 2 | -8/+7 |
* | common: Reduce unused includes | ameerj | 2022-03-19 | 2 | -0/+3 |
* | Merge pull request #7488 from vonchenplus/support_multiple_videos_playing | bunnei | 2021-12-08 | 6 | -8/+29 |
|\ |
|
| * | Address feedback | Feng Chen | 2021-12-04 | 4 | -13/+22 |
| * | Support multiple videos playing | Feng Chen | 2021-12-02 | 4 | -9/+21 |
* | | general: Add missing copyright notices | ameerj | 2021-12-05 | 1 | -0/+4 |
|/ |
|
* | core: Remove unused includes | ameerj | 2021-11-04 | 10 | -15/+0 |
* | Fixup channel submit IOCTL syncpoint parameters | Billy Laws | 2021-10-24 | 2 | -21/+9 |
* | NvHost/Core: Address Feedback. | Fernando Sahmkow | 2021-10-16 | 1 | -3/+5 |
* | Suspend temporally | FernandoS27 | 2021-10-16 | 1 | -1/+2 |
* | NVHost_Ctrl: Force wait if the gpu falls behind too long. | FernandoS27 | 2021-10-16 | 2 | -0/+13 |
* | nvhost_ctrl: Refactor usage of gpu.LockSync() | ameerj | 2021-10-03 | 1 | -15/+15 |
* | gpu: Migrate implementation to the cpp file | ameerj | 2021-10-03 | 2 | -5/+13 |
* | style: Remove extra space preceding the :: operator | Morph | 2021-09-29 | 1 | -1/+1 |
* | nvflinger: Use external surface format for framebuffer creation | ameerj | 2021-09-07 | 1 | -5/+4 |
* | nvhost_nvdec_common: Remove BufferMap | ameerj | 2021-08-07 | 2 | -76/+0 |
* | nvhost_nvdec_common: Stub UnmapBuffer Ioctl | ameerj | 2021-08-07 | 1 | -23/+4 |
* | Merge pull request #6696 from ameerj/speed-limit-rename | bunnei | 2021-07-27 | 1 | -1/+1 |
|\ |
|
| * | general: Rename "Frame Limit" references to "Speed Limit" | ameerj | 2021-07-24 | 1 | -1/+1 |
* | | hle: service: nvdrv: Remove unused kernel reference. | bunnei | 2021-07-21 | 1 | -1/+0 |
* | | hle: service: Add a helper module for managing kernel objects. | bunnei | 2021-07-21 | 2 | -5/+8 |
|/ |
|
* | Merge pull request #6525 from ameerj/nvdec-fixes | Fernando S | 2021-07-15 | 1 | -45/+40 |
|\ |
|
| * | nvhost_nvdec_common: Read Submit ioctl data from object addr | ameerj | 2021-07-15 | 1 | -8/+2 |
| * | nvhost_nvdec_common: Fix {Slice/Write}Vectors return | ameerj | 2021-07-15 | 1 | -37/+38 |
* | | service: Append service name prefix to common filenames | Morph | 2021-07-14 | 3 | -2/+2 |
|/ |
|
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -13/+13 |
* | Merge pull request #6317 from ameerj/fps-fix | bunnei | 2021-05-19 | 1 | -1/+0 |
|\ |
|
| * | perf_stats: Rework FPS counter to be more accurate | ameerj | 2021-05-16 | 1 | -1/+0 |
* | | core: Make variable shadowing a compile-time error | Lioncash | 2021-05-16 | 5 | -15/+15 |
|/ |
|
* | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 2021-05-06 | 4 | -12/+12 |
* | hle: kernel: Refactor several threads/events/sharedmemory to use slab heaps. | bunnei | 2021-05-06 | 2 | -3/+2 |
* | hle: kernel: Ensure all kernel objects with KAutoObject are properly created. | bunnei | 2021-05-06 | 1 | -0/+1 |
* | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 2021-05-06 | 3 | -6/+10 |
* | hle: kernel: Refactor IPC interfaces to not use std::shared_ptr. | bunnei | 2021-05-06 | 2 | -2/+2 |
* | Merge pull request #6279 from ogniK5377/nvhost-prof | bunnei | 2021-05-06 | 1 | -3/+14 |
|\ |
|
| * | Update src/core/hle/service/nvdrv/interface.cpp | bunnei | 2021-05-06 | 1 | -1/+1 |
| * | nvdrv: /dev/nvhost-prof-gpu for production | Chloe Marcec | 2021-05-03 | 1 | -3/+14 |
* | | service: Resolve cases of member field shadowing | Lioncash | 2021-05-04 | 20 | -39/+40 |
|/ |
|
* | nvhost_vic: Fix device closure | ameerj | 2021-04-25 | 2 | -10/+8 |
* | Merge pull request #6125 from ogniK5377/nvdec-close-dev | bunnei | 2021-04-17 | 1 | -6/+4 |
|\ |
|
| * | nvdrv: Cleanup CDMA Processor on device closure | Chloe Marcec | 2021-03-30 | 1 | -6/+4 |
* | | Merge pull request #6145 from lat9nq/nvhost_empty_memcpy | bunnei | 2021-04-08 | 1 | -6/+11 |
|\ \ |
|
| * | | nvhost_nvdec_common: Avoid memcpy with null pointers | lat9nq | 2021-04-05 | 1 | -6/+11 |
| |/ |
|
* / | nvhost_ctrl_gpu: Avoid sending null pointer to memcpy | lat9nq | 2021-04-05 | 1 | -1/+7 |
|/ |
|
* | nvdrv: Pass device fd and handle device create methods for device opening and closing | Chloe Marcec | 2021-03-25 | 20 | -78/+161 |
* | nvdrv: Change InitializeEx to AllocAsEx | Chloe Marcec | 2021-03-22 | 2 | -27/+49 |
* | Address PR feedback | ameerj | 2021-02-13 | 2 | -4/+2 |
* | nvdec cleanup | ameerj | 2021-02-13 | 1 | -1/+7 |
* | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 2021-02-05 | 3 | -10/+16 |
* | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 2021-02-05 | 5 | -8/+8 |
* | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 2021-02-05 | 4 | -5/+5 |
* | core: hle: kernel: Rename Thread to KThread. | bunnei | 2021-01-29 | 1 | -1/+1 |
* | Simplify condition | Chloe Marcec | 2021-01-23 | 1 | -2/+1 |
* | nvdrv: Unregister already registered events | Chloe Marcec | 2021-01-23 | 1 | -1/+8 |
* | fix for nvdec disabled, cleanup host1x | ameerj | 2021-01-07 | 1 | -11/+14 |
* | nvdec syncpt incorporation | ameerj | 2021-01-07 | 7 | -20/+43 |
* | hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. | bunnei | 2020-12-29 | 23 | -211/+83 |
* | nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass | comex | 2020-12-07 | 1 | -33/+0 |
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 6 | -12/+16 |
* | Merge pull request #4975 from comex/invalid-syncpoint-id | bunnei | 2020-11-26 | 1 | -2/+2 |
|\ |
|
| * | nvdrv, video_core: Don't index out of bounds when given invalid syncpoint ID | comex | 2020-11-24 | 1 | -2/+2 |
* | | nvservices: Reintroducee IoctlCtrl | Chloe Marcec | 2020-11-24 | 24 | -91/+214 |
|/ |
|
* | Addressed issues | Chloe Marcec | 2020-11-10 | 10 | -17/+86 |
* | core: Make nvservices more standardized | Chloe Marcec | 2020-11-10 | 26 | -903/+1156 |
* | ipc_helpers: Remove usage of the global system instance | Lioncash | 2020-11-08 | 1 | -0/+1 |
* | video_core: dma_pusher: Remove integrity check on command lists. | bunnei | 2020-11-07 | 1 | -1/+0 |
* | fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 2020-11-01 | 2 | -3/+11 |
* | hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 2020-11-01 | 3 | -46/+106 |
* | hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager. | bunnei | 2020-11-01 | 3 | -9/+31 |
* | hle service: nvdrv: Update to instantiate SyncpointManager. | bunnei | 2020-11-01 | 2 | -5/+18 |
* | hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. | bunnei | 2020-11-01 | 3 | -1/+125 |
* | Rename to align with switchbrew and remove gpu function (#4714) | Levi Behunin | 2020-11-01 | 2 | -16/+10 |
* | video_core: unbreak -Werror in NVDEC with Clang | Jan Beich | 2020-10-30 | 1 | -1/+1 |
* | video_core: NVDEC Implementation | ameerj | 2020-10-27 | 8 | -288/+468 |
* | Revert "core: Fix clang build" | bunnei | 2020-10-21 | 4 | -42/+34 |
* | Merge pull request #4796 from lioncash/clang | LC | 2020-10-21 | 4 | -34/+42 |
|\ |
|
| * | core: Fix clang build | Lioncash | 2020-10-18 | 4 | -34/+42 |
* | | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace. | bunnei | 2020-10-13 | 2 | -0/+25 |
|/ |
|
* | Merge pull request #1703 from DarkLordZach/nvdec-ioctl | bunnei | 2020-09-30 | 4 | -3/+256 |
|\ |
|
| * | service: nvhost_vic: Ignore Submit commands. | bunnei | 2020-06-05 | 2 | -1/+18 |
| * | nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies | Zach Hilman | 2020-06-05 | 4 | -3/+239 |
* | | General: Make use of std::nullopt where applicable | Lioncash | 2020-09-22 | 2 | -3/+3 |
* | | core: Resolve several -Wextra-semi warnings | Lioncash | 2020-08-14 | 1 | -1/+2 |
* | | Merge pull request #4430 from bunnei/new-gpu-vmm | bunnei | 2020-08-05 | 4 | -93/+227 |
|\ \ |
|
| * | | Update src/core/hle/service/nvdrv/devices/nvmap.cpp | bunnei | 2020-07-28 | 1 | -1/+1 |
| * | | hle: nvdrv: Rewrite of GPU memory management. | bunnei | 2020-07-26 | 4 | -93/+227 |
* | | | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash | 2020-08-03 | 1 | -18/+18 |
|/ / |
|
* | | Merge pull request #4203 from VolcaEM/services | bunnei | 2020-07-11 | 4 | -13/+14 |
|\ \ |
|
| * | | service: Update function tables | VolcaEM | 2020-06-29 | 4 | -13/+14 |
| |/ |
|
* | | FrameLimiting: Enable frame limiting for single core. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+1 |
* | | NVDRV: Remove frame limiting as Host Timing already takes care. | Fernando Sahmkow | 2020-06-27 | 1 | -1/+0 |
* | | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -2/+1 |
* | | nvdrv: Fix GetTPCMasks for ioctl3 | David Marcec | 2020-06-10 | 2 | -21/+22 |
|/ |
|
* | nvdrv: Fix GetGpuTime stack corruption | David Marcec | 2020-05-01 | 1 | -2/+3 |
* | nvhost_gpu: implement ChannelSetTimeslice | namkazy | 2020-02-16 | 2 | -0/+20 |
* | NvServices: Correct Ioctl Remap. | Fernando Sahmkow | 2019-12-25 | 2 | -3/+5 |
* | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 2019-11-27 | 1 | -2/+2 |
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) | bunnei | 2019-11-25 | 3 | -5/+5 |
* | kernel: events: Remove ResetType::Automatic. | bunnei | 2019-11-03 | 1 | -2/+1 |
* | Merge pull request #2912 from FernandoS27/async-fixes | bunnei | 2019-10-16 | 4 | -25/+20 |
|\ |
|
| * | Nvdrv: Correct Event setup in Nvdrv | Fernando Sahmkow | 2019-10-05 | 2 | -23/+14 |
| * | Nvdrv: Do framelimiting only in the CPU Thread | Fernando Sahmkow | 2019-10-05 | 1 | -0/+4 |
| * | Nvdrv: Correct Async regression and avoid signaling empty buffer vsyncs | Fernando Sahmkow | 2019-10-05 | 1 | -2/+2 |
* | | service/nvdrv: Silence -Wswitch | ReinUsesLisp | 2019-10-05 | 4 | -4/+10 |
|/ |
|
* | Merge pull request #2873 from ogniK5377/new-ioctls | Fernando Sahmkow | 2019-09-22 | 24 | -73/+153 |
|\ |
|
| * | server side clang format fix2 | David Marcec | 2019-09-22 | 1 | -18/+18 |
| * | Use clang-format provided by build server | David Marcec | 2019-09-22 | 1 | -20/+18 |
| * | disable clang-format temp | David Marcec | 2019-09-20 | 1 | -0/+2 |
| * | Initial implementation of Ioctl2 & Ioctl3 | David Marcec | 2019-09-19 | 24 | -63/+143 |
* | | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | 2019-09-21 | 1 | -4/+4 |
|/ |
|
* | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | ReinUsesLisp | 2019-08-21 | 1 | -1/+1 |
* | NVServices: Correct delayed responses. | Fernando Sahmkow | 2019-07-05 | 1 | -24/+19 |
* | Nv_Host_Ctrl: Correct difference calculation | Fernando Sahmkow | 2019-07-05 | 1 | -5/+7 |
* | NVServices: Address Feedback | Fernando Sahmkow | 2019-07-05 | 6 | -18/+35 |
* | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow | 2019-07-05 | 15 | -30/+26 |
* | NVFlinger: Correct GCC compile error | Fernando Sahmkow | 2019-07-05 | 4 | -8/+7 |
* | NVServices: Make NVEvents Automatic according to documentation. | Fernando Sahmkow | 2019-07-05 | 2 | -4/+7 |
* | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | Fernando Sahmkow | 2019-07-05 | 23 | -31/+104 |
* | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware | Fernando Sahmkow | 2019-07-05 | 5 | -14/+14 |
* | nv_services: Fixes to event liberation. | Fernando Sahmkow | 2019-07-05 | 1 | -6/+14 |
* | nv_services: Deglobalize NvServices | Fernando Sahmkow | 2019-07-05 | 22 | -50/+64 |
* | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow | 2019-07-05 | 1 | -0/+5 |
* | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow | 2019-07-05 | 2 | -8/+12 |
* | Gpu: Mark areas as protected. | Fernando Sahmkow | 2019-07-05 | 1 | -0/+6 |
* | nv_services: Stub CtrlEventSignal | Fernando Sahmkow | 2019-07-05 | 2 | -12/+34 |
* | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | 2019-07-05 | 3 | -8/+1 |
* | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister | Fernando Sahmkow | 2019-07-05 | 7 | -17/+192 |
* | nv_services: Create GPU channels correctly | Fernando Sahmkow | 2019-07-05 | 2 | -2/+5 |
* | video_core: Implement GPU side Syncpoints | Fernando Sahmkow | 2019-07-05 | 3 | -7/+33 |
* | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 2019-07-05 | 4 | -22/+41 |
* | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash | 2019-06-05 | 1 | -1/+1 |
* | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | 2019-06-05 | 1 | -1/+2 |
* | core/kernel/object: Rename ResetType enum members | Lioncash | 2019-05-18 | 1 | -1/+1 |
* | core: Add missing override specifiers where applicable | Lioncash | 2019-04-04 | 3 | -3/+3 |
* | Merge pull request #2256 from bunnei/gpu-vmm | bunnei | 2019-03-22 | 1 | -12/+4 |
|\ |
|
| * | gpu: Rewrite virtual memory manager using PageTable. | bunnei | 2019-03-21 | 1 | -10/+2 |
| * | gpu: Move GPUVAddr definition to common_types. | bunnei | 2019-03-21 | 1 | -2/+2 |
* | | Merge pull request #2090 from FearlessTobi/port-4599 | bunnei | 2019-03-21 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | remove all occurance of specifying endianness inside BitField | Weiyi Wang | 2019-02-06 | 1 | -5/+5 |
* | | gpu: Use host address for caching instead of guest address. | bunnei | 2019-03-15 | 1 | -1/+2 |
* | | gpu: Move command processing to another thread. | bunnei | 2019-03-07 | 1 | -1/+1 |
* | | gpu: Refactor command and swap buffers interface for asynch. | bunnei | 2019-03-07 | 2 | -13/+3 |
* | | common/math_util: Move contents into the Common namespace | Lioncash | 2019-02-27 | 2 | -2/+2 |
* | | core_timing: Convert core timing into a class | Lioncash | 2019-02-16 | 1 | -1/+2 |
* | | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 2019-02-12 | 1 | -1/+1 |
* | | nvdisp_disp0: change drawing message log level from Warning to Trace | Tobias | 2019-02-08 | 1 | -3/+3 |
|/ |
|
* | nvhost_gpu: Skip empty GPU command lists. | bunnei | 2018-12-15 | 1 | -0/+4 |
* | kernel/event: Reference ReadableEvent from WritableEvent | Zach Hilman | 2018-11-29 | 2 | -6/+4 |
* | core: Port all current usages of Event to Readable/WritableEvent | Zach Hilman | 2018-11-29 | 2 | -5/+13 |
* | Merge pull request #1801 from ogniK5377/log-before-execute | bunnei | 2018-11-29 | 8 | -1/+43 |
|\ |
|
| * | Improved error messages in AM, HwOpus and NvMap | David Marcec | 2018-11-26 | 1 | -12/+14 |
| * | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 8 | -1/+41 |
* | | dma_pushbuffer: Optimize to avoid loop and copy on Push. | bunnei | 2018-11-28 | 1 | -8/+6 |
* | | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 2018-11-27 | 1 | -3/+10 |
|/ |
|
* | nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus. | bunnei | 2018-11-24 | 2 | -2/+18 |
* | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | bunnei | 2018-11-21 | 2 | -0/+19 |
* | Merge pull request #1478 from ogniK5377/remap-invalidhandle-remap | bunnei | 2018-10-12 | 1 | -3/+10 |
|\ |
|
| * | Returned an error before processing other remaps | David Marcec | 2018-10-12 | 1 | -6/+2 |
| * | Passing an invalid nmap handle to Remap should throw an error | David Marcec | 2018-10-11 | 1 | -3/+14 |
* | | Merge pull request #1479 from ogniK5377/nmap-revamped | bunnei | 2018-10-12 | 1 | -12/+60 |
|\ \ |
|
| * | | Made the minimum alignment more clear | David Marcec | 2018-10-12 | 1 | -2/+3 |
| * | | Added error codes for nvmap | David Marcec | 2018-10-11 | 1 | -12/+59 |
| |/ |
|
* / | nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. | bunnei | 2018-10-11 | 1 | -3/+4 |
|/ |
|
* | Unmapping an unmapped buffer should succeed | David Marcec | 2018-10-08 | 1 | -1/+6 |
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -1/+1 |
* | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 2018-09-11 | 24 | -22/+56 |
* | video_core: Move command buffer loop. | Markus Wick | 2018-09-10 | 2 | -31/+12 |
* | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 2018-08-31 | 1 | -0/+1 |
* | core: Make the main System class use the PImpl idiom | Lioncash | 2018-08-31 | 1 | -1/+2 |
* | kernel: Eliminate kernel global state | Lioncash | 2018-08-29 | 1 | -1/+3 |
* | gpu: Make memory_manager private | Lioncash | 2018-08-28 | 1 | -6/+6 |
* | Registered missing channel devices | David Marcec | 2018-08-13 | 1 | -0/+4 |
* | Added missing channel devices | David Marcec | 2018-08-13 | 4 | -0/+140 |
* | Merge pull request #978 from bunnei/fixioctl | bunnei | 2018-08-09 | 1 | -1/+1 |
|\ |
|
| * | nvhost_gpu: Don't over copy IoctlSubmitGpfifo. | bunnei | 2018-08-08 | 1 | -1/+1 |
* | | nvdrv: Get rid of global std::weak_ptr | Lioncash | 2018-08-08 | 2 | -7/+8 |
|/ |
|
* | nvdrv: Make Ioctl()'s definition match its prototype | Lioncash | 2018-08-07 | 1 | -1/+1 |
* | nvdrv: Get rid of indirect inclusions | Lioncash | 2018-08-07 | 12 | -15/+17 |
* | renderer_base: Make Rasterizer() return the rasterizer by reference | Lioncash | 2018-08-04 | 1 | -2/+2 |
* | video_core: Eliminate the g_renderer global variable | Lioncash | 2018-08-04 | 2 | -8/+9 |
* | nvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list. | Subv | 2018-07-31 | 1 | -3/+6 |
* | nvhost_ctrl_gpu: Only read the input parameters if they are actually there. | Subv | 2018-07-31 | 1 | -3/+11 |
* | service/nvdrv: Take std::string in Open() by const reference | Lioncash | 2018-07-25 | 2 | -2/+2 |
* | service/nvdrv: Use std::move where applicable | Lioncash | 2018-07-25 | 1 | -3/+5 |
* | GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. | Subv | 2018-07-21 | 3 | -6/+34 |
* | Merge pull request #717 from lioncash/explicit | bunnei | 2018-07-20 | 3 | -3/+3 |
|\ |
|
| * | hle/service: Make constructors explicit where applicable | Lioncash | 2018-07-19 | 3 | -3/+3 |
* | | nvdrv: Take std::string by const reference in GetDevice() | Lioncash | 2018-07-19 | 1 | -1/+1 |
|/ |
|
* | vi: Partially implement buffer crop parameters. | bunnei | 2018-07-18 | 2 | -3/+7 |
* | NvOsGetConfigU32 production impl | David Marcec | 2018-07-10 | 1 | -17/+2 |
* | nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips. | bunnei | 2018-07-08 | 1 | -1/+1 |
* | Update clang format | James Rowe | 2018-07-03 | 6 | -27/+27 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 8 | -50/+50 |
* | GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU. | Subv | 2018-07-01 | 1 | -0/+5 |
* | nvmap: Return the address of the nvmap object when Freeing it for the last time. | Subv | 2018-07-01 | 2 | -4/+11 |
* | Build: Fixed some MSVC warnings in various parts of the code. | Subv | 2018-06-20 | 1 | -1/+2 |
* | nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524) | greggameplayer | 2018-06-06 | 2 | -0/+53 |
* | Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511) | greggameplayer | 2018-06-04 | 1 | -0/+47 |
* | Merge pull request #484 from mailwl/nvhost-nvdec | bunnei | 2018-06-03 | 3 | -0/+72 |
|\ |
|
| * | Services/nvdrv: add '/dev/nvhost-nvdec' device | mailwl | 2018-05-30 | 3 | -0/+72 |
* | | nvhost_ctrl: Stub out IocCtrlEventRegister. | bunnei | 2018-05-30 | 2 | -0/+10 |
* | | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand. | bunnei | 2018-05-30 | 2 | -5/+9 |
|/ |
|
* | NvOsGetConfigU32 should return null instead of 0 for default output | David Marcec | 2018-05-27 | 1 | -1/+1 |
* | Merge pull request #466 from mailwl/nv-timeout | bunnei | 2018-05-26 | 2 | -0/+16 |
|\ |
|
| * | Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | mailwl | 2018-05-24 | 2 | -0/+16 |
* | | Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463) | David | 2018-05-25 | 2 | -0/+22 |
|/ |
|
* | change some functions | greggameplayer | 2018-05-23 | 1 | -6/+6 |
* | correct placement and add size check | greggameplayer | 2018-05-23 | 1 | -21/+25 |
* | Add ioctl commands with their params and size check | greggameplayer | 2018-05-23 | 1 | -2/+86 |
* | Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440) | David | 2018-05-22 | 2 | -1/+20 |
* | GPU: Implemented the nvmap Free ioctl. | Subv | 2018-05-20 | 2 | -1/+48 |
* | GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. | Subv | 2018-05-20 | 2 | -0/+50 |
* | More accurate GetTPCMasks impl | David Marcec | 2018-05-11 | 2 | -4/+8 |
* | general: Make formatting of logged hex values more straightforward | Lioncash | 2018-05-02 | 6 | -8/+8 |
* | GPU: Don't write to invalid memory locations when handling ioctls that don't have an output. | Subv | 2018-05-01 | 2 | -5/+0 |
* | general: Convert assertion macros over to be fmt-compatible | Lioncash | 2018-04-27 | 1 | -2/+2 |
* | Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl | David Marcec | 2018-04-26 | 8 | -65/+123 |
|\ |
|
| * | nvdrv: Move logging macros over to new fmt-compatible ones | Lioncash | 2018-04-24 | 7 | -60/+61 |
| * | Merge pull request #384 from Subv/nvhost-remap | bunnei | 2018-04-23 | 2 | -0/+57 |
| |\ |
|
| | * | NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated. | Subv | 2018-04-23 | 1 | -0/+10 |
| | * | Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command. | Subv | 2018-04-23 | 2 | -0/+47 |
| * | | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers. | Subv | 2018-04-23 | 5 | -5/+5 |
| |/ |
|
* | | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. | David Marcec | 2018-04-23 | 1 | -1/+1 |
* | | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) | David Marcec | 2018-04-22 | 1 | -0/+1 |
|/ |
|
* | service: Use nested namespace specifiers where applicable | Lioncash | 2018-04-20 | 19 | -102/+39 |
* | Various fixes and clang | Hexagon12 | 2018-04-11 | 1 | -2/+2 |
* | Updated nvmemp with new service names. | Hexagon12 | 2018-04-10 | 1 | -4/+4 |
* | Updated nvdrv with more service names. | Hexagon12 | 2018-04-10 | 1 | -0/+7 |
* | renderer_opengl: Fixes for properly flushing & rendering the framebuffer. | bunnei | 2018-03-23 | 1 | -6/+0 |
* | renderer_opengl: Better handling of framebuffer transform flags. | bunnei | 2018-03-23 | 1 | -3/+1 |
* | nvdisp_disp0: Always flush and invalidate framebuffer region. | bunnei | 2018-03-23 | 1 | -0/+7 |
* | video_core: Move FramebufferInfo to FramebufferConfig in GPU. | bunnei | 2018-03-23 | 1 | -3/+3 |
* | Clang Fixes | N00byKing | 2018-03-19 | 1 | -2/+2 |
* | Clean Warnings (?) | N00byKing | 2018-03-19 | 1 | -1/+1 |
* | nvmap: Make IocFromId return the same existing handle instead of creating a new one. | Subv | 2018-02-17 | 1 | -5/+2 |
* | nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT. | Subv | 2018-02-15 | 2 | -0/+25 |
* | Vi: Properly write the BufferProducerFence object in the DequeueBuffer response parcel. | Subv | 2018-02-15 | 1 | -0/+7 |
* | Merge pull request #188 from bunnei/refactor-buffer-descriptor | bunnei | 2018-02-15 | 1 | -20/+7 |
|\ |
|
| * | service: Remove remaining uses of BufferDescriptor*. | bunnei | 2018-02-14 | 1 | -3/+2 |
| * | nvdrv: Use ReadBuffer/WriteBuffer functions for Ioctl. | bunnei | 2018-02-14 | 1 | -17/+5 |
* | | nvdrv/interface: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -1/+2 |
* | | nvmap: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -1/+2 |
* | | nvhost_gpu: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -6/+8 |
* | | nvhost_ctrl: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -2/+2 |
* | | nvhost_ctrl_gpu: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -3/+4 |
* | | nvhost_as_gpu: Silence formatting specifier warnings | Lioncash | 2018-02-14 | 1 | -5/+7 |
|/ |
|
* | Merge pull request #178 from Subv/command_buffers | bunnei | 2018-02-12 | 7 | -172/+18 |
|\ |
|
| * | Make a GPU class in VideoCore to contain the GPU state. | Subv | 2018-02-12 | 7 | -181/+15 |
| * | GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. | Subv | 2018-02-12 | 3 | -3/+5 |
| * | nvdrv: Make the GPU memory manager available to nvhost-gpu. | Subv | 2018-02-12 | 3 | -6/+16 |
* | | vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical. | bunnei | 2018-02-12 | 2 | -3/+7 |
|/ |
|
* | nvdrv: Fix QueryEvent for libnx. | bunnei | 2018-02-09 | 2 | -4/+8 |
* | nvhost_ctrl_gpu: Implement ZCullGetInfo. | bunnei | 2018-02-09 | 1 | -2/+14 |
* | nvhost_as_gpu: Implement AllocateSpace and MapBufferEx. | bunnei | 2018-02-08 | 2 | -10/+33 |
* | nvdrv: Add MemoryManager class to track GPU memory. | bunnei | 2018-02-08 | 2 | -0/+160 |
* | nvmap: Refactor to expose nvmap objects. | bunnei | 2018-02-08 | 2 | -19/+22 |
* | nvhost_as_gpu: Add nvmap as a class member. | bunnei | 2018-02-08 | 3 | -2/+9 |
* | Extra nvdrv support (#162) | David | 2018-02-06 | 16 | -37/+761 |
* | logger: Use Service_NVDRV category where applicable. | bunnei | 2018-02-04 | 2 | -10/+10 |
* | hle: Rename RequestBuilder to ResponseBuilder. | bunnei | 2018-01-25 | 1 | -5/+5 |
* | Merge pull request #131 from lioncash/enum | bunnei | 2018-01-22 | 2 | -12/+13 |
|\ |
|
| * | nvmap: Add a return 0 underneath the UNIMPLEMENTED macro | Lioncash | 2018-01-21 | 1 | -0/+1 |
| * | nvmap: Make IoctlCommands an enum class | Lioncash | 2018-01-21 | 2 | -12/+12 |
* | | Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) | David | 2018-01-21 | 7 | -5/+158 |
|/ |
|
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -1/+1 |
* | nvdrv: Stub SetClientPID. | bunnei | 2018-01-19 | 2 | -0/+13 |
* | nvdrv: stubbed Close(cmd 2) | Frederic Meyer | 2018-01-17 | 4 | -0/+26 |
* | UI: Fix frame rate perf stats | James Rowe | 2018-01-17 | 1 | -0/+3 |
* | NV: Implemented the nvdrv service, which uses the same interface as nvdrv:a | Subv | 2018-01-17 | 3 | -14/+16 |
* | NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. | Subv | 2018-01-17 | 11 | -161/+91 |
* | clang-format | MerryMage | 2018-01-16 | 1 | -0/+1 |
* | yuzu: Update license text to be consistent across project. | bunnei | 2018-01-13 | 11 | -11/+11 |
* | core: Include <algorithm> where used. | bunnei | 2018-01-12 | 1 | -0/+2 |
* | nv: Fix more broken asserts. | bunnei | 2018-01-12 | 2 | -3/+3 |
* | nvdisp_disp0: Fix broken assert. | bunnei | 2018-01-12 | 1 | -1/+1 |
* | nvdisp_disp0: Call SwapBuffers to render framebuffer. | bunnei | 2018-01-11 | 1 | -0/+7 |
* | NV: Move the nv device nodes to their own directory and namespace. | Subv | 2018-01-11 | 9 | -165/+421 |
* | NV: Expose the nvdisp_disp0 device and a weak reference to the nvdrv:a service. | Subv | 2018-01-11 | 4 | -170/+236 |
* | NV: Implemented the nvdrv:a service and the /dev/nvmap device. | Subv | 2018-01-11 | 4 | -0/+354 |