James Rowe
|
7d70f325ab
|
input/udp - Dont log on invalid packet received
|
2020-03-03 19:52:16 -07:00 |
|
bunnei
|
a19e6e2f0c
|
core: hle: Implement separate A32/A64 SVC interfaces.
|
2020-03-02 21:52:03 -05:00 |
|
bunnei
|
5bb8e8ed9c
|
core: Implement separate A32/A64 ARM interfaces.
|
2020-03-02 21:51:57 -05:00 |
|
bunnei
|
5d4d5677bb
|
core: loader: Remove check for 32-bit.
|
2020-03-02 21:43:15 -05:00 |
|
bunnei
|
1d5a095c0b
|
core: dynarmic: Add CP15 from Citra.
|
2020-03-02 21:43:15 -05:00 |
|
bunnei
|
ff4d4ca6c7
|
Merge pull request #3464 from FernandoS27/jit-fix
ARM_Interface: Cache the JITs instead of deleting/recreating.
|
2020-03-02 21:41:43 -05:00 |
|
bunnei
|
fb7b1dc475
|
Merge pull request #3475 from yuzu-emu/FearlessTobi-readme
Port citra-emu/citra#5097: "Update README.md"
|
2020-03-01 22:41:41 -05:00 |
|
Tobias
|
04c7657d93
|
Update README.md
|
2020-03-01 18:03:32 +01:00 |
|
Nguyen Dac Nam
|
5d25dab28b
|
nit: move comment to right place.
|
2020-02-29 13:50:10 +07:00 |
|
bunnei
|
5c30c8a6e8
|
Merge pull request #3448 from bunnei/fix-audio-interp-2
audio_core: interpolate: Improvements to fix audio crackling.
|
2020-02-28 16:07:10 -05:00 |
|
ReinUsesLisp
|
c5448838f6
|
video_core/dirty_flags: Address feedback
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
5b98a784b0
|
renderer_opengl: Fix edge-case where alpha testing might cull presentation
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
b23ae98443
|
gl_texture_cache: Remove blending disable on blits
Blending doesn't affect blits. Rasterizer discard does, update the
commentaries.
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
1b080d823b
|
gl_rasterizer: Don't disable blending on clears
Blending doesn't affect clears.
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
a9ee14b296
|
dirty_flags: Deduplicate code between OpenGL and Vulkan
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
5cab14b82b
|
vk_rasterizer: Pass Maxwell registers to dynamic updates
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
fe0585786c
|
state_tracker: Remove type traits with named structures
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
a50c9e03e3
|
vk_state_tracker: Implement dirty flags for stencil properties
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
06d15a556c
|
vk_state_tracker: Implement dirty flags for depth bounds
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
5b5b668c93
|
vk_state_tracker: Implement dirty flags for blend constants
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
4c6fe437fb
|
vk_state_tracker: Implement dirty flags for depth bias
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
968fa1850b
|
vk_state_tracker: Implement dirty flags for scissors
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
6392edc515
|
vk_state_tracker: Initial implementation
Add support for render targets and viewports.
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
94178c9acc
|
gl_rasterizer: Remove num vertex buffers magic number
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
41c9003547
|
gl_rasterizer: Only apply polygon offset clamp if enabled
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
46c3d60d2c
|
gl_state_tracker: Implement dirty flags for depth clamp enabling
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
592a0e9e93
|
gl_rasterizer: Disable scissor 0 when scissor is not used on clear
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
f9efba20c0
|
gl_rasterizer: Notify depth mask changes on clear
|
2020-02-28 17:56:43 -03:00 |
|
ReinUsesLisp
|
6201ee22c8
|
gl_rasterizer: Minor sort changes to clearing
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
ba6554bfc1
|
maxwell_3d: Use two tables instead of three for dirty flags
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
1306511599
|
gl_state_tracker: Track state of index buffers
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
c6e0fa904f
|
gl_state_tracker: Implement dirty flags for clip control
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
d95a3cebe3
|
gl_state_tracker: Implement dirty flags for point sizes
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
2b85459848
|
gl_state_tracker: Implement dirty flags for fragment color clamp
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
e8d7da7828
|
gl_state_tracker: Implement dirty flags for logic op
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
7c98f62fbf
|
gl_state_tracker: Implement dirty flags for sRGB
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
7847e03955
|
gl_state_tracker: Implement dirty flags for rasterize enable
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
b8cf65188d
|
gl_state_tracker: Implement dirty flags for multisample
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
c1c7de6396
|
gl_state_tracker: Implement dirty flags for alpha testing
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
4ddeaf50d9
|
gl_state_tracker: Implement dirty flags for polygon offsets
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
9ae260379b
|
gl_state_tracker: Implement dirty flags for primitive restart
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
5ab49c93f9
|
gl_state_tracker: Implement dirty flags for stencil testing
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
aec0b0001f
|
gl_state_tracker: Implement depth dirty flags
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
e931dff356
|
gl_state_tracker: Implement dirty flags for front face and culling
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
049e9c3a29
|
gl_state_tracker: Implement dirty flags for blending
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
d0ef92c8e6
|
gl_state_tracker: Implement dirty flags for clip distances and shaders
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
49f43f8ff7
|
gl_state_tracker: Add dirty flags for buffers and divisors
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
da241dc5b9
|
maxwell_3d: Change write dirty flags to a bitset
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
ae055c5b2b
|
gl_state_tracker: Implement dirty flags for vertex formats
|
2020-02-28 17:56:42 -03:00 |
|
ReinUsesLisp
|
f2370b374a
|
gl_state_tracker: Implement dirty flags for color masks
|
2020-02-28 17:56:42 -03:00 |
|