164 Commits (1bd420593c3ec00844d152e06de8dc5eb7edb0d4)

Author SHA1 Message Date
Fernando Sahmkow 4f68a8f45a Memory Tracking: Optimize tracking to only use atomic writes when contested with the host GPU 3 years ago
Fernando Sahmkow 6bc60f78d9 GPU: Add Reactive flushing 3 years ago
Fernando Sahmkow a87ff9181b GPU: Implement additional render target formats. 3 years ago
Fernando Sahmkow 41b3ddbbae Fermi2D: Implement Bilinear software filtering and address feedback. 3 years ago
Kelebek1 37845e1228 Update 3D regs 3 years ago
Fernando Sahmkow 42ef10060a VideoCore: Refactor fencing system. 4 years ago
Fernando Sahmkow 43d8a8fb77 NVDRV: Further refactors and eliminate old code. 4 years ago
Fernando Sahmkow 383f95a063 NVDRV: Refactor Host1x 4 years ago
Fernando Sahmkow a6425c97e4 VideoCore: Refactor syncing. 4 years ago
Fernando Sahmkow bc66debfdc Texture cache: Fix the remaining issues with memory mnagement and unmapping. 4 years ago
Fernando Sahmkow 8847b6645c VideoCore: implement channels on gpu caches. 4 years ago
Fernando Sahmkow 4165ead1f1 NvHost: Remake Ctrl Implementation. 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
bunnei f1a91e0397 hle: vi: Integrate new NVFlinger and HosBinderDriverServer service. 4 years ago
Lioncash 4d8010eee3 gpu: Tidy up forward declarations 4 years ago
Lioncash 4c5c860587 gpu: Remove obsoleted CDMAPusher() accessors 4 years ago
ameerj 664fcdc64b gpu: Add shut down method to synchronize threads before destruction 4 years ago
ameerj 8badb6f4a7 Revert "Merge pull request #7668 from ameerj/fence-stop-token" 4 years ago
ameerj 0585c60227 gpu: Use std::stop_token in WaitFence for VSync thread 4 years ago
Feng Chen 10cc89bfdf Support multiple videos playing 4 years ago
Morph c7bdf8825f video_core: Add S8_UINT stencil format 4 years ago
ameerj ae3422e3b7 nvhost_ctrl: Refactor usage of gpu.LockSync() 4 years ago
ameerj 20a88d9d62 gpu: Migrate implementation to the cpp file 4 years ago
ameerj 2cb4bb689b gpu: Use std::jthread for async gpu thread 4 years ago
bunnei 9aa144323b video_core: gpu: WaitFence: Do not block threads during shutdown. 5 years ago
ameerj 453e90ef6f perf_stats: Rework FPS counter to be more accurate 5 years ago
ameerj de494b30d4 nvhost_vic: Fix device closure 5 years ago
Markus Wick 37ae463f9e video_core/gpu_thread: Implement a ShutDown method. 5 years ago
Chloe Marcec d835e6b8e8 nvdrv: Cleanup CDMA Processor on device closure 5 years ago
ReinUsesLisp 70b3c29534 gpu: Report renderer errors with exceptions 5 years ago
ReinUsesLisp 92ca4929f5 common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT 5 years ago
bunnei 1481056e3d video_core: gpu: Implement synchronous mode using threaded GPU. 5 years ago
bunnei 927976c86c video_core: gpu: Refactor out synchronous/asynchronous GPU implementations. 5 years ago
Lioncash 2f181b6a90 video_core: Resolve more variable shadowing scenarios 5 years ago
Lioncash 47bc37f5cf gpu: Make use of [[nodiscard]] where applicable 5 years ago
Lioncash 8fc37d6fca General: Fix clang build 5 years ago
bunnei c112a94dfe video_core: gpu: Implement WaitFence and IncrementSyncPoint. 5 years ago
ameerj 9ef5c53e52 video_core: NVDEC Implementation 5 years ago
ReinUsesLisp 8efb2c5537 video_core: Remove all Core::System references in renderer 6 years ago
ReinUsesLisp 1c61cf29b6 video_core: Initialize renderer with a GPU 6 years ago
Billy Laws 0d1a089177 video_core/gpu: Correct the size of the puller registers 5 years ago
David Marcec a4e811af27 async shaders 6 years ago
ReinUsesLisp a068ce4c32 video_core: Rearrange pixel format names 6 years ago
ReinUsesLisp ac8eeffbbc video_core: Implement RGBA32_SINT render target 6 years ago
ReinUsesLisp 59610b129f video_core: Implement RGBA32_SINT render target 6 years ago
ReinUsesLisp 5ba68f5fab video_core: Implement RGBA16_SINT render target 6 years ago
ReinUsesLisp f8136072ff video_core: Implement RGBA8_SINT render target 6 years ago
ReinUsesLisp ad494d0a3c video_core: Implement RG32_SINT render target 6 years ago
ReinUsesLisp 469c89d31a video_core: Implement RG8_SINT render target and fix RG8_UINT 6 years ago
ReinUsesLisp c6e852f5c5 video_core: Implement R8_SINT render target 6 years ago