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
/
engines
/
maxwell_3d.cpp
Age
Commit message (
Expand
)
Author
2022-11-24
GPU: Fix buffer cache issue, engine upload not inlining memory in multiline a...
Fernando Sahmkow
2022-11-17
maxwell3d: full HLE for multi-layer clears
Liam
2022-11-11
Fix regs regression with OpenGL two-sided stencil, and re-add data invalidati...
Kelebek1
2022-10-31
video_core: Fix drawing trigger mechanism regression
FengChen
2022-10-27
video_core: Fix drawing trigger mechanism regression
FengChen
2022-10-25
Merge pull request #9112 from vonchenplus/deferred_draw
liamwhite
2022-10-22
Merge pull request #9095 from FernandoS27/meat-good-vegetable-bad
Fernando S
2022-10-22
video_core: Implement maxwell inline_index method
FengChen
2022-10-21
video_coare: Reimplementing the maxwell drawing trigger mechanism
FengChen
2022-10-19
Maxwell3D/Puller: Fix regressions and syncing issues.
Fernando Sahmkow
2022-10-10
Fix stencil func registers, make clip control equivalent to how it was before...
Kelebek1
2022-10-07
Update 3D regs
Kelebek1
2022-10-06
NVDRV: Further improvements.
Fernando Sahmkow
2022-10-06
DMA & InlineToMemory Engines Rework.
bunnei
2022-10-06
Maxwell3D: Add small_index_2
Fernando Sahmkow
2022-10-06
VideoCore: Refactor fencing system.
Fernando Sahmkow
2022-06-02
Maxwell3D: Fix 3D semaphore counter type 0 handling
Billy Laws
2022-05-10
video_core/macro: clear code on upload address assignment
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-14
maxwell3d: add small_index_2 register
Liam
2022-03-16
Merge pull request #8023 from ameerj/kirby-pop-in
Fernando S
2022-03-14
maxwell_3d: Implement a safer CB data upload
ameerj
2022-03-14
Maxwell3D: restore original topology when topology overrides are disabled
byte[]
2022-03-14
Maxwell3D: Use override constants from nouveau
Liam
2022-03-11
Maxwell3D: Restrict topology override effect to after the register is set
Liam
2022-03-11
Maxwell3D: mark index buffers as dirty after updating counts
Liam
2022-03-10
Maxwell3D: read small-index draw and primitive topology override registers
Liam
2022-01-29
Rasterizer: Implement Inline2Memory Acceleration.
Fernando Sahmkow
2022-01-25
video_core/macro: Remove unused parameter from Execute()
Lioncash
2021-07-22
shader: Unify shader stage types
ReinUsesLisp
2021-07-22
shader: Remove old shader management
ReinUsesLisp
2021-06-01
buffer_cache: Simplify uniform disabling logic
ameerj
2021-02-13
video_core: Reimplement the buffer cache
ReinUsesLisp
2021-02-13
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-01-24
maxwell_3d: Silence array bounds warnings
ReinUsesLisp
2020-12-30
video_core: Rewrite the texture cache
ReinUsesLisp
2020-12-07
video_core: Remove unnecessary enum class casting in logging messages
Lioncash
2020-11-11
maxwell_3d: Use insert instead of loop push_back
ReinUsesLisp
2020-11-11
maxwell_3d: Move code to separate functions
ReinUsesLisp
2020-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-08-22
video_core: Initialize renderer with a GPU
ReinUsesLisp
2020-06-24
Macro HLE support
David Marcec
2020-06-13
Merge pull request #4049 from ReinUsesLisp/separate-samplers
bunnei
2020-06-05
shader/texture: Join separate image and sampler pairs offline
ReinUsesLisp
2020-06-04
Merge pull request #4009 from ogniK5377/macro-jit-prod
bunnei
2020-06-04
Default init labels and use initializer list for macro engine
David Marcec
2020-06-03
Mark parameters as const
David Marcec
2020-06-02
Pass by reference instead of copying parameters
David Marcec
2020-06-01
Merge pull request #3998 from ReinUsesLisp/init-3d
bunnei
2020-05-30
Implement macro JIT
David Marcec
[next]