- Feb 07, 2019
-
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
bunnei authored
maxwell_3d: Allow texture handles with TIC id zero
-
bunnei authored
gl_rasterizer: Use DSA for textures and move swizzling to texture state
-
- Feb 06, 2019
-
-
bunnei authored
Port citra-emu/citra#4586: "Use QPixmap/QIcon for background color selection button"
-
bunnei authored
Port citra-emu/citra#4583: "citra_qt: Fix saving screenshot when no file extension is provided"
-
bunnei authored
service/nvflinger, service/vi: Improve error case handling
-
bunnei authored
QT: Fix the loading screen 'H' switch logo to not glitch out
-
James Rowe authored
-
- Feb 05, 2019
-
-
Lioncash authored
Converts many of the Find* functions to return a std::optional<T> as opposed to returning the raw return values directly. This allows removing a few assertions and handles error cases like the service itself does.
-
bunnei authored
video_core/texture: Fix BitField size for depth_minus_one
-
xperia64 authored
-
xperia64 authored
-
Lioncash authored
This member function doesn't actually modify instance state, so it can be marked as a const member function.
-
Lioncash authored
This was missed within #2075. Renames the member function to make it consistent with the rest of the Find* functions.
-
bunnei authored
shader_ir/memory: Add LD_L 64 bits loads
-
ReinUsesLisp authored
-
bunnei authored
Fix TXQ not using the component mask.
-
- Feb 04, 2019
-
-
Mat M authored
Co-Authored-By:
FernandoS27 <fsahmkow27@gmail.com>
-
- Feb 03, 2019
-
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
Also remove "enabled" field from Tegra::Texture::FullTextureInfo because it would become unused.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Feb 01, 2019
-
-
bunnei authored
shader_ir: Unify constant buffer offset values
-
bunnei authored
hwopus: Implement DecodeInterleaved (the newest variant)
-
bunnei authored
gl_rasterizer: Workaround invalid zeta clears
-
bunnei authored
kernel: Remove the Timer class
-
bunnei authored
video_core: Remove unused Fill related code
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
Lioncash authored
A holdover from citra, the Horizon kernel on the switch has no prominent kernel object that functions as a timer. At least not to the degree of sophistication that this class provided. As such, this can be removed entirely. This class also wasn't used at all in any meaningful way within the core, so this was just code sitting around doing nothing. This also allows removing a few things from the main KernelCore class that allows it to use slightly less resources overall (though very minor and not anything really noticeable).
-
- Jan 31, 2019