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
*
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-24
1
-3
/
+15
*
video_core: Implement RGBA16_SNORM
ReinUsesLisp
2020-03-12
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-03
1
-4
/
+4
*
Core: Wait for GPU to be idle before shutting down.
Fernando Sahmkow
2019-10-04
1
-0
/
+3
*
GPU_Async: Correct fences, display events and more.
Fernando Sahmkow
2019-10-04
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-03
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, mirror...
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-11
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-20
1
-3
/
+3
*
gpu: Use host address for caching instead of guest address.
bunnei
2019-03-14
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-06
1
-15
/
+11
*
gpu: Move command processing to another thread.
bunnei
2019-03-06
1
-4
/
+18
*
gpu: Refactor command and swap buffers interface for asynch.
bunnei
2019-03-06
1
-3
/
+12
*
gpu: Refactor to take RendererBase instead of RasterizerInterface.
bunnei
2019-03-06
1
-15
/
+19
*
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-27
1
-1
/
+1
[next]