index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
gpu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
1
-0
/
+4
*
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
1
-0
/
+4
*
GPU: Implement additional render target formats.
Fernando Sahmkow
2022-11-24
1
-7
/
+7
*
Fermi2D: Implement Bilinear software filtering and address feedback.
Fernando Sahmkow
2022-11-24
1
-2
/
+2
*
Update 3D regs
Kelebek1
2022-10-07
1
-9
/
+41
*
VideoCore: Refactor fencing system.
Fernando Sahmkow
2022-10-06
1
-2
/
+2
*
NVDRV: Further refactors and eliminate old code.
Fernando Sahmkow
2022-10-06
1
-9
/
+0
*
NVDRV: Refactor Host1x
Fernando Sahmkow
2022-10-06
1
-6
/
+0
*
VideoCore: Refactor syncing.
Fernando Sahmkow
2022-10-06
1
-3
/
+16
*
Texture cache: Fix the remaining issues with memory mnagement and unmapping.
Fernando Sahmkow
2022-10-06
1
-0
/
+2
*
VideoCore: implement channels on gpu caches.
Fernando Sahmkow
2022-10-06
1
-42
/
+13
*
NvHost: Remake Ctrl Implementation.
Fernando Sahmkow
2022-10-06
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
hle: vi: Integrate new NVFlinger and HosBinderDriverServer service.
bunnei
2022-03-24
1
-0
/
+1
*
gpu: Tidy up forward declarations
Lioncash
2022-01-25
1
-10
/
+0
*
gpu: Remove obsoleted CDMAPusher() accessors
Lioncash
2022-01-25
1
-6
/
+0
*
gpu: Add shut down method to synchronize threads before destruction
ameerj
2022-01-03
1
-0
/
+3
*
Revert "Merge pull request #7668 from ameerj/fence-stop-token"
ameerj
2022-01-03
1
-2
/
+1
*
gpu: Use std::stop_token in WaitFence for VSync thread
ameerj
2022-01-03
1
-1
/
+2
*
Support multiple videos playing
Feng Chen
2021-12-02
1
-2
/
+2
*
video_core: Add S8_UINT stencil format
Morph
2021-11-17
1
-0
/
+1
*
nvhost_ctrl: Refactor usage of gpu.LockSync()
ameerj
2021-10-03
1
-12
/
+0
*
gpu: Migrate implementation to the cpp file
ameerj
2021-10-03
1
-190
/
+27
*
gpu: Use std::jthread for async gpu thread
ameerj
2021-09-15
1
-3
/
+0
*
video_core: gpu: WaitFence: Do not block threads during shutdown.
bunnei
2021-05-29
1
-0
/
+2
*
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-05-15
1
-0
/
+2
*
nvhost_vic: Fix device closure
ameerj
2021-04-24
1
-2
/
+2
*
Merge pull request #6125 from ogniK5377/nvdec-close-dev
bunnei
2021-04-16
1
-0
/
+3
|
\
|
*
nvdrv: Cleanup CDMA Processor on device closure
Chloe Marcec
2021-03-30
1
-0
/
+3
*
|
video_core/gpu_thread: Implement a ShutDown method.
Markus Wick
2021-04-07
1
-2
/
+2
|
/
*
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
1
-0
/
+1
*
common/common_funcs: Rename INSERT_UNION_PADDING_{BYTES,WORDS} to _NOINIT
ReinUsesLisp
2021-01-15
1
-4
/
+4
*
video_core: gpu: Implement synchronous mode using threaded GPU.
bunnei
2020-12-28
1
-2
/
+2
*
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
bunnei
2020-12-28
1
-36
/
+19
*
video_core: Resolve more variable shadowing scenarios
Lioncash
2020-12-04
1
-6
/
+6
*
gpu: Make use of [[nodiscard]] where applicable
Lioncash
2020-11-17
1
-31
/
+35
*
General: Fix clang build
Lioncash
2020-11-05
1
-1
/
+1
*
video_core: gpu: Implement WaitFence and IncrementSyncPoint.
bunnei
2020-11-01
1
-4
/
+21
*
video_core: NVDEC Implementation
ameerj
2020-10-26
1
-3
/
+20
*
video_core: Remove all Core::System references in renderer
ReinUsesLisp
2020-09-06
1
-2
/
+1
*
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-08-22
1
-6
/
+7
*
video_core/gpu: Correct the size of the puller registers
Billy Laws
2020-07-26
1
-2
/
+2
*
Merge pull request #4324 from ReinUsesLisp/formats
bunnei
2020-07-21
1
-37
/
+45
|
\
|
*
video_core: Rearrange pixel format names
ReinUsesLisp
2020-07-13
1
-43
/
+43
|
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
|
*
video_core: Implement RGBA32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
|
*
video_core: Implement RGBA16_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
|
*
video_core: Implement RGBA8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
|
*
video_core: Implement RG32_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
|
*
video_core: Implement RG8_SINT render target and fix RG8_UINT
ReinUsesLisp
2020-07-13
1
-0
/
+1
[next]