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