index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
video_core
/
gpu.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-04
1
-0
/
+3
*
Revert "Merge pull request #7668 from ameerj/fence-stop-token"
ameerj
2022-01-04
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-16
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-16
1
-0
/
+2
*
nvhost_vic: Fix device closure
ameerj
2021-04-25
1
-2
/
+2
*
Merge pull request #6125 from ogniK5377/nvdec-close-dev
bunnei
2021-04-17
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-29
1
-2
/
+2
*
video_core: gpu: Refactor out synchronous/asynchronous GPU implementations.
bunnei
2020-12-29
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-27
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
|
*
video_core: Implement R8_SINT render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
|
*
video_core: Implement R8_SNORM render target
ReinUsesLisp
2020-07-13
1
-0
/
+1
*
|
async shaders
David Marcec
2020-07-17
1
-0
/
+11
|
/
*
General: Correct rebase, sync gpu and context management.
Fernando Sahmkow
2020-06-27
1
-0
/
+6
*
texture: Implement R8G8UI
Morph
2020-04-30
1
-0
/
+1
*
Clang Format.
Fernando Sahmkow
2020-04-23
1
-2
/
+4
*
DMAPusher: Propagate multimethod writes into the engines.
Fernando Sahmkow
2020-04-23
1
-1
/
+7
*
Address Feedback.
Fernando Sahmkow
2020-04-22
1
-3
/
+9
*
GPU: Implement Flush Requests for Async mode.
Fernando Sahmkow
2020-04-22
1
-0
/
+21
*
OpenGL: Implement Fencing backend.
Fernando Sahmkow
2020-04-22
1
-1
/
+1
*
GPU: Delay Fences.
Fernando Sahmkow
2020-04-22
1
-0
/
+1
*
GPU: Refactor synchronization on Async GPU
Fernando Sahmkow
2020-04-22
1
-0
/
+1
*
GPU: Setup Flush/Invalidate to use VAddr instead of CacheAddr
Fernando Sahmkow
2020-04-06
1
-3
/
+3
*
Frontend/GPU: Refactor context management
James Rowe
2020-03-25
1
-3
/
+15
*
video_core: Implement RGBA16_SNORM
ReinUsesLisp
2020-03-13
1
-0
/
+1
*
Merge pull request #3461 from ReinUsesLisp/r32i-rt
Mat M
2020-02-25
1
-0
/
+1
|
\
|
*
video_core/surface: Add R32_SINT render target format
ReinUsesLisp
2020-02-25
1
-0
/
+1
*
|
video_core/gpu: Remove unused functions
ReinUsesLisp
2020-02-25
1
-6
/
+0
|
/
*
GPU: Implement GPU Clock correctly.
Fernando Sahmkow
2020-02-10
1
-0
/
+2
*
video_core: Block in WaitFence.
Markus Wick
2019-12-30
1
-1
/
+4
*
common_func: Use std::array for INSERT_PADDING_* macros.
bunnei
2019-11-04
1
-4
/
+4
*
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-10-05
1
-0
/
+3
*
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-05
1
-0
/
+3
*
video_core: Implement RGBX16F PixelFormat
FearlessTobi
2019-09-22
1
-0
/
+1
*
Merge pull request #2793 from ReinUsesLisp/bgr565
bunnei
2019-09-04
1
-7
/
+2
|
\
|
*
renderer_opengl: Implement RGB565 framebuffer format
ReinUsesLisp
2019-08-21
1
-0
/
+1
|
*
renderer_opengl: Use VideoCore pixel format
ReinUsesLisp
2019-08-21
1
-5
/
+0
|
*
gpu: Change optional<reference_wrapper<T>> to T* for FramebufferConfig
ReinUsesLisp
2019-08-21
1
-2
/
+1
*
|
video_core: Silent miscellaneous warnings (#2820)
Rodrigo Locatti
2019-08-30
1
-1
/
+1
*
|
Video_Core: Implement a new Buffer Cache
Fernando Sahmkow
2019-08-21
1
-0
/
+4
*
|
GPU: Flush commands on every dma pusher step.
Fernando Sahmkow
2019-07-26
1
-0
/
+2
|
/
*
Merge pull request #2592 from FernandoS27/sync1
bunnei
2019-07-26
1
-1
/
+33
|
\
|
*
NVServices: Styling, define constructors as explicit and corrections
Fernando Sahmkow
2019-07-05
1
-11
/
+7
|
*
NVServices: Make NVEvents Automatic according to documentation.
Fernando Sahmkow
2019-07-05
1
-1
/
+1
|
*
GPU: Correct Interrupts to interrupt on syncpt/value instead of event, mirroring hardware
Fernando Sahmkow
2019-07-05
1
-10
/
+4
|
*
nv_host_ctrl: Make Sync GPU variant always return synced result.
Fernando Sahmkow
2019-07-05
1
-1
/
+7
|
*
Gpu: use an std mutex instead of a spin_lock to guard syncpoints
Fernando Sahmkow
2019-07-05
1
-4
/
+4
|
*
Gpu: Mark areas as protected.
Fernando Sahmkow
2019-07-05
1
-0
/
+11
|
*
nv_services: Stub CtrlEventSignal
Fernando Sahmkow
2019-07-05
1
-1
/
+3
|
*
Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts
Fernando Sahmkow
2019-07-05
1
-3
/
+2
|
*
video_core: Implement GPU side Syncpoints
Fernando Sahmkow
2019-07-05
1
-0
/
+24
*
|
Merge pull request #2743 from FernandoS27/surpress-assert
bunnei
2019-07-25
1
-1
/
+8
|
\
\
|
*
|
GPU: Add missing puller methods.
Fernando Sahmkow
2019-07-18
1
-1
/
+8
|
|
/
*
/
gl_rasterizer: Implement compute shaders
ReinUsesLisp
2019-07-15
1
-0
/
+6
|
/
*
video_core/gpu: Create threads separately from initialization
Lioncash
2019-04-12
1
-0
/
+5
*
video_core/gpu: Amend typo in GPU member variable name
Lioncash
2019-03-27
1
-3
/
+3
*
gpu: Rewrite virtual memory manager using PageTable.
bunnei
2019-03-21
1
-3
/
+3
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-15
1
-3
/
+8
*
video_core/gpu: Make GPU's destructor virtual
Lioncash
2019-03-07
1
-1
/
+1
*
gpu: Refactor a/synchronous implementations into their own classes.
bunnei
2019-03-07
1
-15
/
+11
*
gpu: Move command processing to another thread.
bunnei
2019-03-07
1
-4
/
+18
*
gpu: Refactor command and swap buffers interface for asynch.
bunnei
2019-03-07
1
-3
/
+12
*
gpu: Refactor to take RendererBase instead of RasterizerInterface.
bunnei
2019-03-07
1
-15
/
+19
*
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-27
1
-1
/
+1
*
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-02-16
1
-2
/
+5
*
Merge pull request #2099 from greggameplayer/BGRA8-Framebuffer-Real
bunnei
2019-02-13
1
-0
/
+1
|
\
|
*
Implement BGRA8 framebuffer format
greggameplayer
2019-02-09
1
-0
/
+1
*
|
kepler_compute: Fixup assert and rename engines
ReinUsesLisp
2019-02-10
1
-3
/
+3
|
/
*
video_core/GPU Implemented the GPU PFIFO puller semaphore operations. (#1908)
Kevin
2019-01-30
1
-0
/
+71
*
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-27
1
-2
/
+25
*
Merge pull request #1329 from raven02/bgr5a1u
bunnei
2018-09-17
1
-0
/
+1
|
\
|
*
Implement RenderTargetFormat::BGR5A1_UNORM (Pokken Tournament DX)
raven02
2018-09-15
1
-0
/
+1
*
|
GPU: Basic implementation of the Kepler Inline Memory engine (p2mf).
Subv
2018-09-12
1
-0
/
+3
|
/
*
Merge pull request #1284 from bunnei/bgra8_srgb
bunnei
2018-09-11
1
-0
/
+1
|
\
|
*
gl_rasterizer_cache: Implement RenderTargetFormat::BGRA8_SRGB.
bunnei
2018-09-10
1
-0
/
+1
*
|
video_core: Refactor command_processor.
Markus Wick
2018-09-10
1
-3
/
+0
*
|
video_core: Move command buffer loop.
Markus Wick
2018-09-10
1
-1
/
+3
|
/
*
command_processor: Use std::array for bound_engines.
Markus Wick
2018-09-04
1
-2
/
+2
*
gpu: Make memory_manager private
Lioncash
2018-08-28
1
-3
/
+9
*
Implemented RGBA8_UINT
David Marcec
2018-08-20
1
-0
/
+1
*
renderer_opengl: Implement RenderTargetFormat::RGBA16_UNORM.
bunnei
2018-08-14
1
-0
/
+1
*
Implement RG32UI and R32UI
David Marcec
2018-08-13
1
-0
/
+2
*
renderer_opengl: Implement RenderTargetFormat::RGBA16_UINT.
bunnei
2018-08-13
1
-0
/
+1
*
renderer_opengl: Implement RenderTargetFormat::RG8_UNORM.
bunnei
2018-08-13
1
-0
/
+1
*
Implement R8_UINT RenderTargetFormat & PixelFormat (#1014)
greggameplayer
2018-08-12
1
-0
/
+1
*
gl_rasterizer: Implement render target format RG8_SNORM.
bunnei
2018-08-12
1
-0
/
+1
*
gl_rasterizer: Implement render target format RGBA8_SNORM.
bunnei
2018-08-12
1
-0
/
+1
*
Merge pull request #1016 from lioncash/video
bunnei
2018-08-11
1
-9
/
+1
|
\
|
*
video_core; Get rid of global g_toggle_framelimit_enabled variable
Lioncash
2018-08-11
1
-9
/
+1
*
|
Implement R16S & R16UI & R16I RenderTargetFormats & PixelFormats and more (R16_UNORM needed by Fate Extella) (#848)
greggameplayer
2018-08-11
1
-0
/
+7
|
/
*
gl_rasterizer_cached: Implement RenderTargetFormat::B5G6R5_UNORM.
bunnei
2018-08-08
1
-0
/
+1
*
video_core: Eliminate the g_renderer global variable
Lioncash
2018-08-04
1
-1
/
+5
*
Implement R32_FLOAT RenderTargetFormat
Unknown
2018-08-01
1
-0
/
+1
*
GPU: Allow using R16F as a render target format.
Subv
2018-07-26
1
-0
/
+1
*
Implement R16_G16
Unknown
2018-07-26
1
-0
/
+5
*
Merge pull request #816 from Subv/z32_s8
bunnei
2018-07-25
1
-0
/
+1
|
\
|
*
GPU: Implemented the Z32_S8_X24 depth buffer format.
Subv
2018-07-25
1
-0
/
+1
*
|
GPU: Allow the usage of R8 as a render target format.
Subv
2018-07-25
1
-0
/
+1
|
/
*
gl_rasterizer_cache: Implement RenderTargetFormat RG32_FLOAT.
bunnei
2018-07-24
1
-0
/
+1
*
gl_rasterizer_cache: Implement RenderTargetFormat BGRA8_UNORM.
bunnei
2018-07-24
1
-0
/
+1
*
gpu: Rename Get3DEngine() to Maxwell3D()
Lioncash
2018-07-21
1
-5
/
+4
*
vi: Partially implement buffer crop parameters.
bunnei
2018-07-18
1
-0
/
+1
*
GPU: Implemented the Z24S8 depth format and load the depth framebuffer.
Subv
2018-07-02
1
-0
/
+9
*
GPU: Implemented the RGBA32_UINT rendertarget format.
Subv
2018-06-30
1
-0
/
+1
*
GPU: Partially implemented the Maxwell DMA engine.
Subv
2018-06-12
1
-0
/
+3
*
Merge pull request #527 from Subv/rgba32f_texcopy
bunnei
2018-06-06
1
-0
/
+1
|
\
|
*
GPU: Allow the usage of RGBA32_FLOAT in the texture copy engine.
Subv
2018-06-06
1
-0
/
+1
*
|
GPU: Implemented the R11FG11FB10F texture and rendertarget formats.
Subv
2018-06-06
1
-0
/
+1
|
/
*
GPU: Added a function to retrieve the bytes per pixel of the render target formats.
Subv
2018-04-25
1
-0
/
+3
*
GPU: Move the Maxwell3D macro uploading code to the inside of the Maxwell3D processor.
Subv
2018-04-25
1
-7
/
+0
*
gpu: Add several framebuffer formats to RenderTargetFormat.
bunnei
2018-04-18
1
-0
/
+3
*
graphics_surface: Fix merge conflicts.
bunnei
2018-03-27
1
-0
/
+1
*
maxwell: Add RenderTargetFormat enum.
bunnei
2018-03-27
1
-1
/
+1
*
Frontend: Updated the surface view debug widget to work with Maxwell surfaces.
Subv
2018-03-24
1
-0
/
+4
*
Frontend: Ported the GPU breakpoints and surface viewer widgets from citra.
Subv
2018-03-24
1
-0
/
+5
*
renderer_opengl: Better handling of framebuffer transform flags.
bunnei
2018-03-23
1
-1
/
+4
*
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
bunnei
2018-03-23
1
-0
/
+29
*
gpu: Expose Maxwell3D engine.
bunnei
2018-03-23
1
-0
/
+4
*
GPU: Move the GPU's class constructor and destructors to a cpp file.
Subv
2018-03-18
1
-10
/
+8
*
GPU: Store uploaded GPU macros and keep track of the number of method parameters.
Subv
2018-03-18
1
-1
/
+9
*
GPU: Macros are specific to the Maxwell3D engine, so handle them internally.
Subv
2018-03-18
1
-3
/
+0
*
GPU: Process command mode 5 (IncreaseOnce) differently from other commands.
Subv
2018-03-17
1
-0
/
+3
*
GPU: Partially implemented the QUERY_* registers in the Maxwell3D engine.
Subv
2018-02-12
1
-1
/
+1
*
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-12
1
-0
/
+55