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.h
Age
Commit message (
Expand
)
Author
2019-04-05
Merge pull request #2317 from FernandoS27/sync
bunnei
2019-04-05
Implement SyncPoint Register in the GPU.
Fernando Sahmkow
2019-04-05
video_core/engines: Make memory manager members private
Lioncash
2019-04-05
video_core/engines: Remove unnecessary inclusions where applicable
Lioncash
2019-02-27
Merge pull request #2163 from ReinUsesLisp/bitset-dirty
bunnei
2019-02-27
common/math_util: Move contents into the Common namespace
Lioncash
2019-02-26
maxwell_3d: Use std::bitset to manage dirty flags
ReinUsesLisp
2019-02-15
video_core: Remove usages of System::GetInstance() within the engines
Lioncash
2019-01-07
gl_rasterizer_cache: Use dirty flags for the depth buffer
ReinUsesLisp
2019-01-07
gl_rasterizer_cache: Use dirty flags for color buffers
ReinUsesLisp
2019-01-07
gl_shader_cache: Use dirty flags for shaders
ReinUsesLisp
2018-12-19
Fixed uninitialized memory due to missing returns in canary
David Marcec
2018-11-29
gl_rasterizer: Enable clip distances when set in register and in shader
ReinUsesLisp
2018-11-28
Merge pull request #1808 from Tinob/master
bunnei
2018-11-28
Merge pull request #1786 from Tinob/DepthClamp
bunnei
2018-11-26
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-26
Implement depth clamp
Rodolfo Bogado
2018-11-26
Add support for Clip Distance enabled register
Rodolfo Bogado
2018-11-26
Merge pull request #1794 from Tinob/master
bunnei
2018-11-26
Merge pull request #1723 from degasus/dirty_flags
bunnei
2018-11-26
GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784)
Marcos
2018-11-25
gl_shader_decompiler: Implement S2R's Y_DIRECTION
ReinUsesLisp
2018-11-24
Add support for viewport_transfom_enable register
Rodolfo Bogado
2018-11-24
Add support for clear_flags register
Rodolfo Bogado
2018-11-22
maxwell_3d: Implement alternate blend equations.
bunnei
2018-11-17
small fix for alphaToOne bit location
Rodolfo Bogado
2018-11-17
fix for gcc compilation
Rodolfo Bogado
2018-11-17
add AlphaToCoverage and AlphaToOne
Rodolfo Bogado
2018-11-17
add support for fragment_color_clamp
Rodolfo Bogado
2018-11-17
fix viewport and scissor behavior
Rodolfo Bogado
2018-11-17
gl_rasterizer: Skip VB upload if the state is clean.
Markus Wick
2018-11-11
Try to fix problems with stencil test in some games, relax translation to ope...
Rodolfo Bogado
2018-11-11
Merge pull request #1654 from degasus/dirty_flags
bunnei
2018-11-06
gl_rasterizer: Skip VAO binding if the state is clean.
Markus Wick
2018-11-05
Add support to color mask to avoid issues in blending caused by wrong values ...
Rodolfo Bogado
2018-11-04
Implement multi-target viewports and blending
Rodolfo Bogado
2018-10-31
maxwell_3d: Restructure macro upload to use a single macro code memory.
bunnei
2018-10-28
Implement sRGB Support, including workarounds for nvidia driver issues and QT...
Rodolfo Bogado
2018-10-26
gl_rasterizer: Implement primitive restart.
bunnei
2018-10-25
maxwell_3d: Add code for initializing register defaults.
bunnei
2018-10-22
Implemented Alpha Testing
FernandoS27
2018-10-17
Implement 3D Textures
FernandoS27
2018-10-10
Merge pull request #1458 from FernandoS27/fix-render-target-block-settings
bunnei
2018-10-09
Add memory Layout to Render Targets and Depth Buffers
FernandoS27
2018-10-09
Fixed block height settings for RenderTargets and Depth Buffers, and added bl...
FernandoS27
2018-10-08
Assert Scissor tests
FernandoS27
2018-10-04
gl_rasterizer: Implement quads topology
ReinUsesLisp
2018-09-29
Merge pull request #1411 from ReinUsesLisp/point-size
bunnei
2018-09-28
video_core: Implement point_size and add point state sync
ReinUsesLisp
2018-09-28
gl_state: Pack sampler bindings into a single ARB_multi_bind
ReinUsesLisp
[next]