index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
renderer_vulkan
/
vk_rasterizer.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vk_rasterizer: flip scissor y on lower left origin mode (#13122)
liamwhite
2024-02-27
1
-14
/
+42
*
settings: remove global override for smash on amdvlk
Liam
2024-02-26
1
-26
/
+3
*
video_core: make gpu context aware of rendering program
Liam
2024-02-26
1
-1
/
+3
*
scope_exit: Make constexpr
FearlessTobi
2024-02-19
1
-2
/
+6
*
video_core: consistently account for resolution scaling when rendering
Liam
2024-01-31
1
-1
/
+5
*
video_core: simplify accelerated surface fetch and crop handling between APIs
Liam
2024-01-31
1
-13
/
+14
*
Core: Eliminate core/memory dependancies.
Fernando Sahmkow
2024-01-18
1
-2
/
+2
*
Core: Clang format and other small issues.
Fernando Sahmkow
2024-01-18
1
-1
/
+0
*
SMMU: Implement physical memory mirroring
Fernando Sahmkow
2024-01-18
1
-4
/
+2
*
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2024-01-18
1
-19
/
+24
*
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRIT...
Ameer J
2023-12-19
1
-0
/
+4
*
Merge pull request #12274 from liamwhite/srgb-nonsense
liamwhite
2023-12-08
1
-2
/
+2
|
\
|
*
renderer_vulkan: do not recreate swapchain for srgb
Liam
2023-12-03
1
-2
/
+2
*
|
renderer_vulkan: adjust window origin and swizzle independently
Liam
2023-11-30
1
-4
/
+10
|
/
*
renderer_vulkan: exclude more qcom drivers from extensions
Liam
2023-11-29
1
-4
/
+3
*
Memory: Fix invalidation handling from the CPU/Services
Fernando Sahmkow
2023-11-12
1
-1
/
+1
*
Revert "renderer_vulkan: add locks to avoid scheduler flushes from CPU"
Fernando Sahmkow
2023-11-10
1
-6
/
+4
*
renderer_vulkan: render on bottom of surface clip when flipped (#11894)
liamwhite
2023-11-05
1
-1
/
+1
*
renderer_vulkan: minimize transform feedback support log
Liam
2023-11-01
1
-1
/
+5
*
Add missing dowhile loops around FindBuffer calls
Kelebek1
2023-10-23
1
-0
/
+2
*
Merge pull request #11806 from liamwhite/needs-more-locking
liamwhite
2023-10-20
1
-4
/
+6
|
\
|
*
renderer_vulkan: add locks to avoid scheduler flushes from CPU
Liam
2023-10-17
1
-4
/
+6
*
|
Merge pull request #11349 from vonchenplus/buffer_cache_crash
liamwhite
2023-10-17
1
-0
/
+13
|
\
\
|
|
/
|
/
|
|
*
video_core: Add missing scissor update when viewport scale offset disable
Feng Chen
2023-09-07
1
-0
/
+13
*
|
Merge pull request #11630 from Kelebek1/clear_stencil_requires_depth_test
liamwhite
2023-10-07
1
-1
/
+2
|
\
\
|
*
|
Enable depth test on stencil clear path
Kelebek1
2023-09-28
1
-1
/
+2
*
|
|
Merge pull request #11402 from FernandoS27/depth-bias-control
liamwhite
2023-09-28
1
-3
/
+25
|
\
\
\
|
*
|
|
Vulkan: add temporary workaround for AMDVLK
Fernando Sahmkow
2023-09-16
1
-0
/
+3
|
*
|
|
Vulkan: Implement Depth Bias Control
Fernando Sahmkow
2023-09-16
1
-3
/
+22
|
|
/
/
*
|
|
Query Cache: address issues
Fernando Sahmkow
2023-09-23
1
-27
/
+0
*
|
|
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-09-23
1
-50
/
+48
|
/
/
*
/
VideoCore: Implement DispatchIndirect
Fernando Sahmkow
2023-08-27
1
-0
/
+14
|
/
*
Masked depthstencil clears
Kelebek1
2023-08-19
1
-9
/
+21
*
Mark accelerted DMA destination buffers and images as GPU-modified
Kelebek1
2023-08-13
1
-1
/
+6
*
vulkan: centralize config
Alexandre Bouvier
2023-08-02
1
-1
/
+2
*
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-28
1
-2
/
+23
*
MemoryTracking: Initial setup of atomic writes.
Fernando Sahmkow
2023-06-28
1
-6
/
+3
*
video_core: Add BCn decoding support
GPUCode
2023-06-27
1
-0
/
+7
*
renderer_vulkan: Respect viewport limit
GPUCode
2023-06-27
1
-4
/
+12
*
video_core: vk_rasterizer: Decrease draw dispatch count for Android.
bunnei
2023-06-03
1
-0
/
+4
*
android: video_core: Disable some problematic things on GPU Normal.
bunnei
2023-06-03
1
-0
/
+14
*
Merge pull request #10217 from Kelebek1/clear_value
liamwhite
2023-05-16
1
-19
/
+6
|
\
|
*
Use the rendertarget format of the correct RT rather than the first valid
Kelebek1
2023-05-09
1
-19
/
+6
*
|
renderer_vulkan: separate guest and host compute descriptor queues
Liam
2023-05-10
1
-9
/
+9
|
/
*
Texture cache: Only force flush the dma downloads
Fernando Sahmkow
2023-05-07
1
-1
/
+1
*
Buffer Cache: disable reactive flushing in it.
Fernando Sahmkow
2023-05-07
1
-7
/
+0
*
Address feedback, add CR notice, etc
Fernando Sahmkow
2023-05-07
1
-2
/
+2
*
GPU: Add Reactive flushing
Fernando Sahmkow
2023-05-07
1
-0
/
+23
*
Merge pull request #10088 from FernandoS27/100-gelato-flavor-test-builds-later
bunnei
2023-05-03
1
-2
/
+4
|
\
|
*
Clang format and ddress feedback
Fernando Sahmkow
2023-04-24
1
-2
/
+4
[next]