| Commit message (Expand) | Author | Files | Lines |
2024-02-26 | video_core: make gpu context aware of rendering program | Liam | 2 | -6/+18 |
2024-02-19 | scope_exit: Make constexpr | FearlessTobi | 1 | -2/+2 |
2024-02-09 | nvnflinger/gpu: implement blending | Liam | 1 | -0/+17 |
2024-02-01 | MemoryManager: Reduce the page table size based on last big page address. | Fernando Sahmkow | 1 | -2/+4 |
2024-01-31 | nvnflinger/gpu: implement layer stack composition | Liam | 2 | -18/+27 |
2024-01-19 | nvhost_vic: use map erase by key | Liam | 1 | -4/+1 |
2024-01-19 | nvdrv: use static typing for SessionId, smmu Asid types | Liam | 20 | -21/+22 |
2024-01-19 | Core: Clang format and other small issues. | Fernando Sahmkow | 3 | -4/+4 |
2024-01-19 | SMMU: Fix software rendering and cleanup | Fernando Sahmkow | 4 | -24/+16 |
2024-01-19 | SMMU: Add Android compatibility | Fernando Sahmkow | 1 | -2/+4 |
2024-01-19 | GPU SMMU: Expand to 34 bits | Fernando Sahmkow | 1 | -1/+0 |
2024-01-19 | SMMU: Initial adaptation to video_core. | Fernando Sahmkow | 5 | -38/+53 |
2024-01-19 | NVDRV: Implement sessions and initial implementation of SMMU | Fernando Sahmkow | 21 | -37/+59 |
2024-01-08 | Fix typos in src/core (#12625) | Viktor Szépe | 2 | -2/+2 |
2023-10-25 | nvdrv: rework to remove memcpy | Liam | 16 | -225/+243 |
2023-10-25 | nvdrv: fix up remaining copy calls | Liam | 3 | -17/+22 |
2023-10-25 | nvdrv: convert nvmap | Liam | 2 | -40/+19 |
2023-10-25 | nvdrv: convert codec devices | Liam | 6 | -34/+29 |
2023-10-25 | nvdrv: convert nvhost_gpu | Liam | 2 | -76/+49 |
2023-10-25 | nvdrv: convert nvhost_ctrl | Liam | 2 | -34/+29 |
2023-10-25 | nvdrv: convert nvhost_ctrl_gpu | Liam | 2 | -97/+43 |
2023-10-25 | nvdrv: add ioctl command serialization, convert nvhost_as_gpu | Liam | 5 | -71/+152 |
2023-10-01 | service: nvnflinger: Implement shared buffer | Narr the Reg | 1 | -7/+7 |
2023-08-25 | nvhost_as_gpu: ensure mappings are aligned to big page size when deallocated | Liam | 1 | -1/+3 |
2023-07-15 | k_process: PageTable -> GetPageTable | Liam | 1 | -2/+2 |
2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | 21 | -200/+199 |
2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | 1 | -2/+2 |
2023-06-08 | nvdisp: Fix SingleCore frametime reporting | Morph | 1 | -1/+1 |
2023-03-24 | memory: rename global memory references to application memory | Liam | 2 | -4/+4 |
2023-03-12 | general: fix spelling mistakes | Liam | 2 | -2/+2 |
2023-03-01 | nvnflinger: fix name | Liam | 1 | -2/+2 |
2023-02-14 | general: rename CurrentProcess to ApplicationProcess | Liam | 2 | -4/+4 |
2023-02-03 | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 21 | -196/+194 |
2023-02-02 | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | liamwhite | 21 | -194/+196 |
2022-12-29 | nvdrv: Use std::span for inputs | ameerj | 21 | -196/+194 |
2022-11-14 | Add break for default cases | Kyle Kienapfel | 2 | -6/+4 |
2022-11-04 | core: hle: kernel: k_memory_manager: Refresh. | bunnei | 1 | -2/+4 |
2022-10-27 | nvnflinger: release queued handles immediately on disconnection | Liam | 1 | -4/+6 |
2022-10-19 | core: hle: kernel: k_page_table: Impl. LockForUn/MapDeviceAddressSpace, cleanup. | bunnei | 1 | -1/+2 |
2022-10-17 | video_core: Implement memory manager page kind | FengChen | 1 | -4/+8 |
2022-10-13 | kernel: remove KWritableEvent | Liam | 1 | -3/+2 |
2022-10-06 | General: address feedback | Fernando Sahmkow | 10 | -50/+39 |
2022-10-06 | general: rework usages of UNREACHABLE macro | Liam | 1 | -5/+5 |
2022-10-06 | nvdisp: End system frame after requesting to swap buffers | Morph | 1 | -1/+1 |
2022-10-06 | address_space: Address feedback | Morph | 1 | -4/+4 |
2022-10-06 | general: Format licenses as per SPDX guidelines | Morph | 4 | -16/+12 |
2022-10-06 | NvHostChannels: improve hack for supporting multiple channels. | Fernando Sahmkow | 2 | -2/+11 |
2022-10-06 | Address Feedback from bylaws. | Fernando Sahmkow | 1 | -1/+1 |
2022-10-06 | Core: Fix get nvmap object random crash | VonChenPlus | 2 | -17/+0 |
2022-10-06 | NvDec: Fix regressions. | Fernando Sahmkow | 3 | -4/+16 |
2022-10-06 | General: Fix compilation for GCC | Liam White | 5 | -9/+12 |
2022-10-06 | NVDRV: Further improvements. | Fernando Sahmkow | 7 | -59/+62 |
2022-10-06 | VideoCore: Refactor fencing system. | Fernando Sahmkow | 2 | -3/+5 |
2022-10-06 | MemoryManager: initial multi paging system implementation. | Fernando Sahmkow | 3 | -20/+36 |
2022-10-06 | NVDRV: Further refactors and eliminate old code. | Fernando Sahmkow | 3 | -27/+8 |
2022-10-06 | NVDRV: Refactor Host1x | Fernando Sahmkow | 1 | -26/+11 |
2022-10-06 | VideoCore: Refactor syncing. | Fernando Sahmkow | 4 | -10/+25 |
2022-10-06 | Texture cache: Fix the remaining issues with memory mnagement and unmapping. | Fernando Sahmkow | 1 | -0/+3 |
2022-10-06 | VideoCore: Extra Fixes. | Fernando Sahmkow | 1 | -1/+3 |
2022-10-06 | NVDRV: Remake ASGPU | Fernando Sahmkow | 2 | -235/+388 |
2022-10-06 | NVDRV: Update copyright notices. | Fernando Sahmkow | 4 | -7/+13 |
2022-10-06 | NvHostCtrl: Fix merge of nvflinger. | Fernando Sahmkow | 1 | -1/+2 |
2022-10-06 | NVHOST_CTRl: Implement missing method and fix some stuffs. | Fernando Sahmkow | 2 | -6/+29 |
2022-10-06 | VideoCore: implement channels on gpu caches. | Fernando Sahmkow | 5 | -29/+64 |
2022-10-06 | NVASGPU: Fix Remap. | Fernando Sahmkow | 1 | -0/+8 |
2022-10-06 | NVDRV: Fix clearing when destroying. | Fernando Sahmkow | 1 | -6/+7 |
2022-10-06 | NVMAP: Fix the Free return parameters. | Fernando Sahmkow | 1 | -14/+14 |
2022-10-06 | NVDRV: Fix Open/Close and make sure each device is correctly created. | Fernando Sahmkow | 10 | -52/+200 |
2022-10-06 | NVDRV: Implement new NvMap | Fernando Sahmkow | 15 | -210/+228 |
2022-10-06 | NVDRV: Refactor and add new NvMap. | Fernando Sahmkow | 10 | -22/+44 |
2022-10-06 | NVDRV: Cleanup. | Fernando Sahmkow | 1 | -1/+3 |
2022-10-06 | NVDRV: Implement QueryEvent. | Fernando Sahmkow | 7 | -6/+100 |
2022-10-06 | NvHost: Remake Ctrl Implementation. | Fernando Sahmkow | 2 | -84/+141 |
2022-10-06 | NvHost: Try a different approach to blocking. | Fernando Sahmkow | 1 | -9/+6 |
2022-10-06 | NvHost: Fix some regressions and correct signaling on timeout. | Fernando Sahmkow | 1 | -25/+19 |
2022-09-04 | Don't stall with nvdec | Kelebek1 | 1 | -1/+6 |
2022-09-01 | Demote services from warning/info to debug to reduce log spam: | Kelebek1 | 1 | -2/+2 |
2022-06-14 | kernel: implement KProcess suspension | Liam | 1 | -2/+2 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 21 | -63/+42 |
2022-03-29 | nvhost_ctrl: Only mark EventState::Busy as BadParameter | ameerj | 1 | -1/+1 |
2022-03-25 | hle: nvflinger: Move BufferTransformFlags to its own header. | bunnei | 1 | -1/+1 |
2022-03-25 | hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. | bunnei | 2 | -8/+9 |
2022-03-25 | hle: nvflinger: Move PixelFormat to its own header. | bunnei | 2 | -8/+7 |
2022-03-19 | common: Reduce unused includes | ameerj | 2 | -0/+3 |
2021-12-04 | Address feedback | Feng Chen | 4 | -13/+22 |
2021-12-02 | Support multiple videos playing | Feng Chen | 4 | -9/+21 |
2021-11-04 | core: Remove unused includes | ameerj | 8 | -11/+0 |
2021-10-24 | Fixup channel submit IOCTL syncpoint parameters | Billy Laws | 2 | -21/+9 |
2021-10-16 | NvHost/Core: Address Feedback. | Fernando Sahmkow | 1 | -3/+5 |
2021-10-16 | Suspend temporally | FernandoS27 | 1 | -1/+2 |
2021-10-16 | NVHost_Ctrl: Force wait if the gpu falls behind too long. | FernandoS27 | 1 | -0/+11 |
2021-10-03 | nvhost_ctrl: Refactor usage of gpu.LockSync() | ameerj | 1 | -15/+15 |
2021-10-03 | gpu: Migrate implementation to the cpp file | ameerj | 2 | -5/+13 |
2021-09-29 | style: Remove extra space preceding the :: operator | Morph | 1 | -1/+1 |
2021-09-07 | nvflinger: Use external surface format for framebuffer creation | ameerj | 1 | -5/+4 |
2021-08-07 | nvhost_nvdec_common: Remove BufferMap | ameerj | 2 | -76/+0 |
2021-08-07 | nvhost_nvdec_common: Stub UnmapBuffer Ioctl | ameerj | 1 | -23/+4 |
2021-07-24 | general: Rename "Frame Limit" references to "Speed Limit" | ameerj | 1 | -1/+1 |
2021-07-15 | nvhost_nvdec_common: Read Submit ioctl data from object addr | ameerj | 1 | -8/+2 |
2021-07-15 | nvhost_nvdec_common: Fix {Slice/Write}Vectors return | ameerj | 1 | -37/+38 |
2021-05-16 | core: Make variable shadowing a compile-time error | Lioncash | 3 | -13/+13 |
2021-05-16 | perf_stats: Rework FPS counter to be more accurate | ameerj | 1 | -1/+0 |
2021-05-06 | hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject. | bunnei | 1 | -3/+3 |
2021-05-06 | hle: kernel: Migrate KEvent to KAutoObject. | bunnei | 1 | -1/+1 |
2021-05-04 | service: Resolve cases of member field shadowing | Lioncash | 20 | -39/+40 |
2021-04-25 | nvhost_vic: Fix device closure | ameerj | 2 | -10/+8 |
2021-04-05 | nvhost_nvdec_common: Avoid memcpy with null pointers | lat9nq | 1 | -6/+11 |
2021-04-05 | nvhost_ctrl_gpu: Avoid sending null pointer to memcpy | lat9nq | 1 | -1/+7 |
2021-03-30 | nvdrv: Cleanup CDMA Processor on device closure | Chloe Marcec | 1 | -6/+4 |
2021-03-25 | nvdrv: Pass device fd and handle device create methods for device opening and closing | Chloe Marcec | 19 | -75/+154 |
2021-03-22 | nvdrv: Change InitializeEx to AllocAsEx | Chloe Marcec | 2 | -27/+49 |
2021-02-13 | Address PR feedback | ameerj | 2 | -4/+2 |
2021-02-13 | nvdec cleanup | ameerj | 1 | -1/+7 |
2021-02-05 | hle: kernel: Reimplement KReadableEvent and KWritableEvent. | bunnei | 1 | -4/+4 |
2021-02-05 | hle: kernel: Rename WritableEvent to KWritableEvent. | bunnei | 1 | -1/+1 |
2021-02-05 | hle: kernel: Rename ReadableEvent to KReadableEvent. | bunnei | 1 | -1/+1 |
2021-01-23 | Simplify condition | Chloe Marcec | 1 | -2/+1 |
2021-01-23 | nvdrv: Unregister already registered events | Chloe Marcec | 1 | -1/+8 |
2021-01-07 | fix for nvdec disabled, cleanup host1x | ameerj | 1 | -11/+14 |
2021-01-07 | nvdec syncpt incorporation | ameerj | 6 | -18/+39 |
2020-12-29 | hle: service: nvdrv: Revert #4981 to remove usage of SleepClientThread. | bunnei | 19 | -106/+66 |
2020-12-07 | nvdrv: Remove useless re-declaration of pure virtual methods that were already declared in the superclass | comex | 1 | -33/+0 |
2020-11-24 | nvservices: Reintroducee IoctlCtrl | Chloe Marcec | 20 | -72/+110 |
2020-11-10 | Addressed issues | Chloe Marcec | 6 | -1/+71 |
2020-11-10 | core: Make nvservices more standardized | Chloe Marcec | 21 | -784/+867 |
2020-11-07 | video_core: dma_pusher: Remove integrity check on command lists. | bunnei | 1 | -1/+0 |
2020-11-01 | fixup! hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 2 | -3/+11 |
2020-11-01 | hle service: nvdrv: nvhost_gpu: Update to use SyncpointManager and other improvements. | bunnei | 2 | -45/+104 |
2020-11-01 | hle service: nvdrv: nvhost_ctrl: Update to use SyncpointManager. | bunnei | 2 | -8/+29 |
2020-11-01 | Rename to align with switchbrew and remove gpu function (#4714) | Levi Behunin | 2 | -16/+10 |
2020-10-30 | video_core: unbreak -Werror in NVDEC with Clang | Jan Beich | 1 | -1/+1 |
2020-10-27 | video_core: NVDEC Implementation | ameerj | 7 | -286/+466 |
2020-10-21 | Revert "core: Fix clang build" | bunnei | 3 | -38/+30 |
2020-10-18 | core: Fix clang build | Lioncash | 3 | -30/+38 |
2020-10-13 | hle: service: nvdrv: Implement nvhost_as_gpu::FreeSpace. | bunnei | 2 | -0/+25 |
2020-09-22 | General: Make use of std::nullopt where applicable | Lioncash | 1 | -2/+2 |
2020-08-14 | core: Resolve several -Wextra-semi warnings | Lioncash | 1 | -1/+2 |
2020-07-28 | Update src/core/hle/service/nvdrv/devices/nvmap.cpp | bunnei | 1 | -1/+1 |
2020-07-26 | hle: nvdrv: Rewrite of GPU memory management. | bunnei | 4 | -93/+227 |
2020-06-27 | FrameLimiting: Enable frame limiting for single core. | Fernando Sahmkow | 1 | -0/+1 |
2020-06-27 | NVDRV: Remove frame limiting as Host Timing already takes care. | Fernando Sahmkow | 1 | -1/+0 |
2020-06-27 | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 1 | -2/+1 |
2020-06-10 | nvdrv: Fix GetTPCMasks for ioctl3 | David Marcec | 2 | -21/+22 |
2020-06-05 | service: nvhost_vic: Ignore Submit commands. | bunnei | 2 | -1/+18 |
2020-06-05 | nvdrv: Stub nvdec/vic ioctls to bypass nvdec movies | Zach Hilman | 4 | -3/+239 |
2020-05-01 | nvdrv: Fix GetGpuTime stack corruption | David Marcec | 1 | -2/+3 |
2020-02-16 | nvhost_gpu: implement ChannelSetTimeslice | namkazy | 2 | -0/+20 |
2019-12-25 | NvServices: Correct Ioctl Remap. | Fernando Sahmkow | 2 | -3/+5 |
2019-11-27 | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class | Lioncash | 1 | -2/+2 |
2019-10-05 | Nvdrv: Correct Event setup in Nvdrv | Fernando Sahmkow | 1 | -22/+11 |
2019-10-05 | Nvdrv: Do framelimiting only in the CPU Thread | Fernando Sahmkow | 1 | -0/+4 |
2019-10-05 | service/nvdrv: Silence -Wswitch | ReinUsesLisp | 4 | -4/+10 |
2019-09-21 | Mark KickOffPb & SubmitGPFIFO as trace | David Marcec | 1 | -4/+4 |
2019-09-19 | Initial implementation of Ioctl2 & Ioctl3 | David Marcec | 19 | -48/+82 |
2019-08-21 | gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig | ReinUsesLisp | 1 | -1/+1 |
2019-07-05 | Nv_Host_Ctrl: Correct difference calculation | Fernando Sahmkow | 1 | -5/+7 |
2019-07-05 | NVServices: Address Feedback | Fernando Sahmkow | 3 | -10/+14 |
2019-07-05 | NVServices: Styling, define constructors as explicit and corrections | Fernando Sahmkow | 13 | -21/+15 |
2019-07-05 | NVFlinger: Correct GCC compile error | Fernando Sahmkow | 3 | -6/+5 |
2019-07-05 | NVServices: Make NVEvents Automatic according to documentation. | Fernando Sahmkow | 1 | -2/+5 |
2019-07-05 | NVServices: Correct CtrlEventWaitSync to block the ipc until timeout. | Fernando Sahmkow | 19 | -24/+56 |
2019-07-05 | GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware | Fernando Sahmkow | 1 | -4/+1 |
2019-07-05 | nv_services: Deglobalize NvServices | Fernando Sahmkow | 19 | -31/+41 |
2019-07-05 | nv_host_ctrl: Make Sync GPU variant always return synced result. | Fernando Sahmkow | 1 | -0/+5 |
2019-07-05 | nvhost_ctrl: Corrections to event handling | Fernando Sahmkow | 1 | -7/+11 |
2019-07-05 | Gpu: Mark areas as protected. | Fernando Sahmkow | 1 | -0/+6 |
2019-07-05 | nv_services: Stub CtrlEventSignal | Fernando Sahmkow | 2 | -12/+34 |
2019-07-05 | nv_services: Implement NvQueryEvent, NvCtrlEventWait, NvEventRegister, NvEventUnregister | Fernando Sahmkow | 2 | -11/+87 |
2019-07-05 | nv_services: Create GPU channels correctly | Fernando Sahmkow | 2 | -2/+5 |
2019-07-05 | video_core: Implement GPU side Syncpoints | Fernando Sahmkow | 2 | -7/+31 |
2019-07-05 | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 2 | -15/+15 |
2019-06-05 | core/core_timing_util: Amend casing of cyclesTo* functions | Lioncash | 1 | -1/+1 |
2019-06-05 | core/core_timing_util: Use std::chrono types for specifying time units | Lioncash | 1 | -1/+2 |
2019-04-04 | core: Add missing override specifiers where applicable | Lioncash | 1 | -1/+1 |
2019-03-21 | gpu: Rewrite virtual memory manager using PageTable. | bunnei | 1 | -10/+2 |
2019-03-21 | gpu: Move GPUVAddr definition to common_types. | bunnei | 1 | -2/+2 |
2019-03-15 | gpu: Use host address for caching instead of guest address. | bunnei | 1 | -1/+2 |
2019-03-07 | gpu: Move command processing to another thread. | bunnei | 1 | -1/+1 |
2019-03-07 | gpu: Refactor command and swap buffers interface for asynch. | bunnei | 2 | -13/+3 |
2019-02-27 | common/math_util: Move contents into the Common namespace | Lioncash | 2 | -2/+2 |
2019-02-16 | core_timing: Convert core timing into a class | Lioncash | 1 | -1/+2 |
2019-02-12 | core_timing: Rename CoreTiming namespace to Core::Timing | Lioncash | 1 | -1/+1 |
2019-02-08 | nvdisp_disp0: change drawing message log level from Warning to Trace | Tobias | 1 | -3/+3 |
2019-02-06 | remove all occurance of specifying endianness inside BitField | Weiyi Wang | 1 | -5/+5 |
2018-12-15 | nvhost_gpu: Skip empty GPU command lists. | bunnei | 1 | -0/+4 |
2018-11-28 | dma_pushbuffer: Optimize to avoid loop and copy on Push. | bunnei | 1 | -8/+6 |
2018-11-27 | gpu: Rewrite GPU command list processing with DmaPusher class. | bunnei | 1 | -3/+10 |
2018-11-26 | Improved error messages in AM, HwOpus and NvMap | David Marcec | 1 | -12/+14 |
2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 7 | -0/+36 |
2018-11-21 | nvhost_ctrl_gpu: Implement IoctlGetGpuTime. | bunnei | 2 | -0/+19 |
2018-10-12 | Returned an error before processing other remaps | David Marcec | 1 | -6/+2 |
2018-10-12 | Made the minimum alignment more clear | David Marcec | 1 | -2/+3 |
2018-10-11 | Added error codes for nvmap | David Marcec | 1 | -12/+59 |
2018-10-11 | Passing an invalid nmap handle to Remap should throw an error | David Marcec | 1 | -3/+14 |
2018-10-11 | nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer. | bunnei | 1 | -3/+4 |
2018-10-08 | Unmapping an unmapped buffer should succeed | David Marcec | 1 | -1/+6 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 1 | -1/+1 |
2018-09-11 | hle/service: Default constructors and destructors in the cpp file where applicable | Lioncash | 18 | -19/+47 |
2018-09-10 | video_core: Move command buffer loop. | Markus Wick | 2 | -31/+12 |
2018-08-31 | gl_renderer: Cache textures, framebuffers, and shaders based on CPU address. | bunnei | 1 | -0/+1 |
2018-08-31 | core: Make the main System class use the PImpl idiom | Lioncash | 1 | -1/+2 |
2018-08-28 | gpu: Make memory_manager private | Lioncash | 1 | -6/+6 |
2018-08-13 | Added missing channel devices | David Marcec | 4 | -0/+140 |
2018-08-08 | nvhost_gpu: Don't over copy IoctlSubmitGpfifo. | bunnei | 1 | -1/+1 |
2018-08-07 | nvdrv: Get rid of indirect inclusions | Lioncash | 10 | -12/+17 |
2018-08-04 | renderer_base: Make Rasterizer() return the rasterizer by reference | Lioncash | 1 | -2/+2 |
2018-08-04 | video_core: Eliminate the g_renderer global variable | Lioncash | 2 | -8/+9 |
2018-07-31 | nvhost_gpu: Added checks to ensure we don't read past the end of the entries when handling a GPU command list. | Subv | 1 | -3/+6 |
2018-07-31 | nvhost_ctrl_gpu: Only read the input parameters if they are actually there. | Subv | 1 | -3/+11 |
2018-07-21 | GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command. | Subv | 2 | -5/+33 |
2018-07-19 | hle/service: Make constructors explicit where applicable | Lioncash | 3 | -3/+3 |
2018-07-18 | vi: Partially implement buffer crop parameters. | bunnei | 2 | -3/+7 |
2018-07-10 | NvOsGetConfigU32 production impl | David Marcec | 1 | -17/+2 |
2018-07-08 | nvhost_ctrl: Fix NvOsGetConfigU32 for Snipper Clips. | bunnei | 1 | -1/+1 |
2018-07-03 | Update clang format | James Rowe | 6 | -27/+27 |
2018-07-03 | Rename logging macro back to LOG_* | James Rowe | 7 | -43/+43 |
2018-07-01 | GPU: Remove a surface from the cache when its backing memory is being unmapped from the GPU's MMU. | Subv | 1 | -0/+5 |
2018-07-01 | nvmap: Return the address of the nvmap object when Freeing it for the last time. | Subv | 2 | -4/+11 |
2018-06-20 | Build: Fixed some MSVC warnings in various parts of the code. | Subv | 1 | -1/+2 |
2018-06-06 | nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524) | greggameplayer | 2 | -0/+53 |
2018-06-04 | Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511) | greggameplayer | 1 | -0/+47 |
2018-05-30 | Services/nvdrv: add '/dev/nvhost-nvdec' device | mailwl | 2 | -0/+70 |
2018-05-30 | nvhost_ctrl: Stub out IocCtrlEventRegister. | bunnei | 2 | -0/+10 |
2018-05-30 | nvhost_ctrl: Stub out IocCtrlEventWaitAsyncCommand. | bunnei | 2 | -5/+9 |
2018-05-27 | NvOsGetConfigU32 should return null instead of 0 for default output | David Marcec | 1 | -1/+1 |
2018-05-25 | Stubbed NVGPU_GPU_IOCTL_ZBC_SET_TABLE (#463) | David | 2 | -0/+22 |
2018-05-24 | Stub NVGPU_IOCTL_CHANNEL_SET_TIMEOUT | mailwl | 2 | -0/+16 |
2018-05-23 | change some functions | greggameplayer | 1 | -6/+6 |
2018-05-23 | correct placement and add size check | greggameplayer | 1 | -21/+25 |
2018-05-23 | Add ioctl commands with their params and size check | greggameplayer | 1 | -2/+86 |
2018-05-22 | Implemented NVHOST_IOCTL_CHANNEL_GET_WAITBASE (#440) | David | 2 | -1/+20 |
2018-05-20 | GPU: Implemented the nvmap Free ioctl. | Subv | 2 | -1/+48 |
2018-05-20 | GPU: Implemented nvhost-as-gpu's UnmapBuffer ioctl. | Subv | 2 | -0/+50 |
2018-05-11 | More accurate GetTPCMasks impl | David Marcec | 2 | -4/+8 |
2018-05-02 | general: Make formatting of logged hex values more straightforward | Lioncash | 5 | -7/+7 |
2018-05-01 | GPU: Don't write to invalid memory locations when handling ioctls that don't have an output. | Subv | 2 | -5/+0 |
2018-04-24 | nvdrv: Move logging macros over to new fmt-compatible ones | Lioncash | 6 | -53/+54 |
2018-04-23 | NvDrv/nvhost-as-gpu: Ensure that the object passed to MapBufferEx has already been allocated. | Subv | 1 | -0/+10 |
2018-04-23 | Nvdrv/nvhost-as-gpu: Implemented the ioctl REMAP command. | Subv | 2 | -0/+47 |
2018-04-23 | Nvdrv: Assert when receiving an unimplemented ioctl in the nv* handlers. | Subv | 5 | -5/+5 |
2018-04-23 | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. | David Marcec | 1 | -1/+1 |
2018-04-22 | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) | David Marcec | 1 | -0/+1 |
2018-04-20 | service: Use nested namespace specifiers where applicable | Lioncash | 13 | -78/+27 |
2018-03-23 | renderer_opengl: Fixes for properly flushing & rendering the framebuffer. | bunnei | 1 | -6/+0 |
2018-03-23 | renderer_opengl: Better handling of framebuffer transform flags. | bunnei | 1 | -3/+1 |
2018-03-23 | nvdisp_disp0: Always flush and invalidate framebuffer region. | bunnei | 1 | -0/+7 |
2018-03-23 | video_core: Move FramebufferInfo to FramebufferConfig in GPU. | bunnei | 1 | -3/+3 |
2018-03-19 | Clang Fixes | N00byKing | 1 | -2/+2 |
2018-03-19 | Clean Warnings (?) | N00byKing | 1 | -1/+1 |
2018-02-17 | nvmap: Make IocFromId return the same existing handle instead of creating a new one. | Subv | 1 | -5/+2 |
2018-02-15 | nvhost-ctrl: Stub NVHOST_IOCTL_CTRL_EVENT_WAIT. | Subv | 2 | -0/+25 |
2018-02-14 | nvmap: Silence formatting specifier warnings | Lioncash | 1 | -1/+2 |
2018-02-14 | nvhost_gpu: Silence formatting specifier warnings | Lioncash | 1 | -6/+8 |
2018-02-14 | nvhost_ctrl: Silence formatting specifier warnings | Lioncash | 1 | -2/+2 |
2018-02-14 | nvhost_ctrl_gpu: Silence formatting specifier warnings | Lioncash | 1 | -3/+4 |
2018-02-14 | nvhost_as_gpu: Silence formatting specifier warnings | Lioncash | 1 | -5/+7 |
2018-02-12 | Make a GPU class in VideoCore to contain the GPU state. | Subv | 4 | -16/+13 |
2018-02-12 | GPU: Added a command processor to decode the GPU pushbuffers and forward the commands to their respective engines. | Subv | 3 | -3/+5 |
2018-02-12 | nvdrv: Make the GPU memory manager available to nvhost-gpu. | Subv | 2 | -4/+11 |
2018-02-12 | vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical. | bunnei | 2 | -3/+7 |
2018-02-09 | nvhost_ctrl_gpu: Implement ZCullGetInfo. | bunnei | 1 | -2/+14 |
2018-02-08 | nvhost_as_gpu: Implement AllocateSpace and MapBufferEx. | bunnei | 2 | -10/+33 |
2018-02-08 | nvmap: Refactor to expose nvmap objects. | bunnei | 2 | -19/+22 |
2018-02-08 | nvhost_as_gpu: Add nvmap as a class member. | bunnei | 2 | -1/+8 |
2018-02-06 | Extra nvdrv support (#162) | David | 13 | -18/+708 |
2018-02-04 | logger: Use Service_NVDRV category where applicable. | bunnei | 1 | -5/+5 |
2018-01-21 | Added nvmemp, Added /dev/nvhost-ctrl, SetClientPID now stores pid (#114) | David | 2 | -0/+94 |
2018-01-21 | nvmap: Add a return 0 underneath the UNIMPLEMENTED macro | Lioncash | 1 | -0/+1 |
2018-01-21 | nvmap: Make IoctlCommands an enum class | Lioncash | 2 | -12/+12 |
2018-01-17 | UI: Fix frame rate perf stats | James Rowe | 1 | -0/+3 |
2018-01-17 | NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call. | Subv | 7 | -14/+14 |
2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | 7 | -7/+7 |
2018-01-12 | core: Include <algorithm> where used. | bunnei | 1 | -0/+2 |
2018-01-12 | nv: Fix more broken asserts. | bunnei | 2 | -3/+3 |
2018-01-12 | nvdisp_disp0: Fix broken assert. | bunnei | 1 | -1/+1 |
2018-01-11 | nvdisp_disp0: Call SwapBuffers to render framebuffer. | bunnei | 1 | -0/+7 |
2018-01-11 | NV: Move the nv device nodes to their own directory and namespace. | Subv | 7 | -0/+402 |