Lioncash
|
22f02076c6
video_core/engines: Make memory manager members private
|
před 7 roky |
Lioncash
|
26223f8124
video_core/engines: Remove unnecessary inclusions where applicable
|
před 7 roky |
bunnei
|
f15e2dd881
Merge pull request #2163 from ReinUsesLisp/bitset-dirty
|
před 7 roky |
Lioncash
|
b9238edd0d
common/math_util: Move contents into the Common namespace
|
před 7 roky |
ReinUsesLisp
|
5219edd715
maxwell_3d: Use std::bitset to manage dirty flags
|
před 7 roky |
Lioncash
|
a8fa5019b5
video_core: Remove usages of System::GetInstance() within the engines
|
před 7 roky |
ReinUsesLisp
|
b683e41fca
gl_rasterizer_cache: Use dirty flags for the depth buffer
|
před 7 roky |
ReinUsesLisp
|
179ee963db
gl_rasterizer_cache: Use dirty flags for color buffers
|
před 7 roky |
ReinUsesLisp
|
0ab17ab406
gl_shader_cache: Use dirty flags for shaders
|
před 7 roky |
David Marcec
|
fdd649e2ef
Fixed uninitialized memory due to missing returns in canary
|
před 7 roky |
ReinUsesLisp
|
2908d30274
gl_rasterizer: Enable clip distances when set in register and in shader
|
před 7 roky |
bunnei
|
5a9a84994a
Merge pull request #1808 from Tinob/master
|
před 7 roky |
bunnei
|
3fe8ab0d99
Merge pull request #1786 from Tinob/DepthClamp
|
před 7 roky |
bunnei
|
abea6fa90c
gpu: Rewrite GPU command list processing with DmaPusher class.
|
před 7 roky |
Rodolfo Bogado
|
dfdbfa69e5
Implement depth clamp
|
před 7 roky |
Rodolfo Bogado
|
8e971f5062
Add support for Clip Distance enabled register
|
před 7 roky |
bunnei
|
1856d0ee8a
Merge pull request #1794 from Tinob/master
|
před 7 roky |
bunnei
|
67a154e23d
Merge pull request #1723 from degasus/dirty_flags
|
před 7 roky |
Marcos
|
cb8d51e37e
GPU States: Implement Polygon Offset. This is used in SMO all the time. (#1784)
|
před 7 roky |
ReinUsesLisp
|
924e834b8f
gl_shader_decompiler: Implement S2R's Y_DIRECTION
|
před 7 roky |
Rodolfo Bogado
|
13f6a603c2
Add support for viewport_transfom_enable register
|
před 7 roky |
Rodolfo Bogado
|
54c2a4cafc
Add support for clear_flags register
|
před 7 roky |
bunnei
|
0e6a608245
maxwell_3d: Implement alternate blend equations.
|
před 7 roky |
Rodolfo Bogado
|
5297495c87
small fix for alphaToOne bit location
|
před 7 roky |
Rodolfo Bogado
|
e69eb3c760
fix for gcc compilation
|
před 7 roky |
Rodolfo Bogado
|
53b4a1af0f
add AlphaToCoverage and AlphaToOne
|
před 7 roky |
Rodolfo Bogado
|
8ed7e1af2c
add support for fragment_color_clamp
|
před 7 roky |
Rodolfo Bogado
|
1881e86c43
fix viewport and scissor behavior
|
před 7 roky |
Markus Wick
|
97f5c4ffd3
gl_rasterizer: Skip VB upload if the state is clean.
|
před 7 roky |
Rodolfo Bogado
|
4a6eff3b7b
Try to fix problems with stencil test in some games, relax translation to opengl enums to avoid crashing and only generate logs of the errors.
|
před 7 roky |