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_opengl
/
gl_rasterizer.cpp
Age
Commit message (
Expand
)
Author
2024-02-27
"Merge Tagged PR 13122"
yuzubot
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
SMMU: Implement physical memory mirroring
Fernando Sahmkow
2024-01-18
SMMU: Initial adaptation to video_core.
Fernando Sahmkow
2023-12-26
Merge pull request #12415 from ameerj/ogl-draw-auto
liamwhite
2023-12-22
Merge pull request #12412 from ameerj/gl-query-prims
liamwhite
2023-12-20
gl_rasterizer: Less spammy log for unimplemented resets
Ameer J
2023-12-19
gl_rasterizer: Implement DrawTransformFeedback macro
Ameer J
2023-12-19
OpenGL: Add GL_PRIMITIVES_GENERATED and GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRIT...
Ameer J
2023-12-19
gl_rasterizer: Silence spammy logs
Ameer J
2023-12-03
renderer_opengl: remove srgb conversion logic
Liam
2023-12-03
renderer_vulkan: do not recreate swapchain for srgb
Liam
2023-11-12
Memory: Fix invalidation handling from the CPU/Services
Fernando Sahmkow
2023-09-23
Query Cache: address issues
Fernando Sahmkow
2023-09-23
Query Cachge: Fully rework Vulkan's query cache
Fernando Sahmkow
2023-08-27
VideoCore: Implement DispatchIndirect
Fernando Sahmkow
2023-08-13
Mark accelerted DMA destination buffers and images as GPU-modified
Kelebek1
2023-06-28
Memory Tracking: Optimize tracking to only use atomic writes when contested w...
Fernando Sahmkow
2023-06-25
shaders: Track local memory usage
ameerj
2023-06-25
OpenGL: Add Local Memory warmup shader
ameerj
2023-05-28
OpenGL: Make use of persistent buffer maps in buffer cache downloads
ameerj
2023-05-07
Texture cache: Only force flush the dma downloads
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-23
QueryCache: rework async downloads.
Fernando Sahmkow
2023-03-13
Merge pull request #9943 from vonchenplus/gentleman
liamwhite
2023-03-12
general: fix spelling mistakes
Liam
2023-03-12
video_core: Fix ogl status error when draw_texture
FengChen
2023-03-06
gl_rasterizer: Implement AccelerateDMA DmaBufferImageCopy
ameerj
2023-01-19
Merge pull request #9556 from vonchenplus/draw_texture
liamwhite
2023-01-07
VideoCore: Fix OGL cache invalidation.
Fernando Sahmkow
2023-01-05
video_core: Implement opengl/vulkan draw_texture
Feng Chen
2023-01-04
Video_core: Address feedback
Fernando Sahmkow
2023-01-01
Rasterizer: Setup skeleton for Host Conditional rendering
Fernando Sahmkow
2023-01-01
RasterizerMemory: Add filtering for flushing/invalidation operations.
Fernando Sahmkow
2023-01-01
MacroHLE: Add OpenGL Support
Fernando Sahmkow
2022-12-08
video_core: The draw manager manages whether Clear is required.
FengChen
2022-12-08
video_core: Implement maxwell3d draw manager and split draw logic
Feng Chen
2022-11-24
Fermi2D: Rework blit engine and add a software blitter.
Fernando Sahmkow
2022-11-20
Merge pull request #9216 from vonchenplus/reimp_inline_index_buffer
liamwhite
2022-11-17
maxwell3d: full HLE for multi-layer clears
Liam
2022-11-15
video_core: Reimplement inline index buffer binding
Feng Chen
2022-11-11
Fix regs regression with OpenGL two-sided stencil, and re-add data invalidati...
Kelebek1
2022-11-11
ir/texture_pass: Use host_info instead of querying Settings::values (#9176)
Morph
2022-11-04
video_core: Fix SNORM texture buffer emulating error (#9001)
Feng Chen
[next]