- Sep 05, 2019
-
-
FearlessTobi authored
-
- Aug 22, 2019
-
-
Weiyi Wang authored
Fix compile error on Windows caused by #4877 Weird, I thought I saw this guard during the code review...
-
B3n30 authored
-
- Aug 21, 2019
-
-
bunnei authored
VM_Manager: Align allocated host physical memory to 256bytes
-
bunnei authored
GPU: Flush commands on every dma pusher step.
-
bunnei authored
half_set_predicate: Fix HSETP2_C constant buffer offset
-
bunnei authored
Shader_Ir: Implement F16 Variants of F2F, F2I, I2F.
-
bunnei authored
yuzu-tester/yuzu: Remove unused variable
-
- Aug 18, 2019
- Aug 17, 2019
-
-
James Rowe authored
Fixup! #2772 missed this one file
-
James Rowe authored
-
James Rowe authored
Port citra-emu/citra#4849: "Qt: Fixed behaviour of buttons by connecting functors to correct signals"
-
James Rowe authored
yuzu/CMakeLists: Remove qt5_wrap_ui macro usage
-
- Aug 09, 2019
-
-
Lioncash authored
We can simply enable CMAKE_AUTOUIC and let CMake take care of handling the UI code generation for targets. As part of letting CMake automatically handle the header file parsing, we must not name includes with "ui_*" unless they're related to the output of the Qt UIC compiler. Because of this, we need to rename ui_settings, given it would conflict with this restriction.
-
- Aug 04, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Aug 02, 2019
-
-
Silent authored
Following screens got fixes: - Configure/Debug - Configure/Input
-
Flame Sage authored
ci: Fix Azure PR Builds
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
- Jul 30, 2019
- Jul 28, 2019
-
-
Zach Hilman authored
-
- Jul 26, 2019
-
-
Fernando Sahmkow authored
This commit ensures that the host gpu is constantly fed with commands to work with, while the guest gpu keeps producing the rest of the commands. This reduces syncing time between host and guest gpu.
-
bunnei authored
Implement GPU Synchronization Mechanisms & Correct NVFlinger
-
ReinUsesLisp authored
-
- Jul 25, 2019
-
-
bunnei authored
video_core/control_flow: Minor changes/warning cleanup
-
bunnei authored
Shader_Ir: Correct tracking to track from right to left
-
bunnei authored
yuzu/main: Make error messages within OnCoreError more localization-friendly
-
bunnei authored
Downgrade and suppress a series of GPU asserts and debug messages.
-
- Jul 24, 2019
-
-
bunnei authored
maxwell3d: Implement Conditional Rendering
-
Zach Hilman authored
Fix README change mistake
-
- Jul 22, 2019
-
-
bunnei authored
gl_rasterizer: Implement compute shaders
-
- Jul 21, 2019
-
-
bunnei authored
Rework Dirty Flags in GPU Pipeline, Optimize CBData and Redo Clearing mechanism
-
Zach Hilman authored
-
- Jul 20, 2019
-
-
Fernando Sahmkow authored
This commit takes care of implementing the F16 Variants of the conversion instructions and makes sure conversions are done.
-