- Feb 15, 2020
-
-
ReinUsesLisp authored
Shadow sampler 2D arrays are supported on OpenGL, so there's no reason to forbid these. Enable textureLod usage on these. Minor style changes.
-
- Feb 14, 2020
-
-
bunnei authored
Set of refactors for Kernel Synchronization and Hardware Constants
-
bunnei authored
shader/decode: Fix constant buffer offsets
-
Zach Hilman authored
Use config mode for finding SDL2 with CMake
-
Fernando Sahmkow authored
-
bunnei authored
update hwopus DecodeInterleaved for FW 7.0.0+
-
bunnei authored
GPU: Refactor queries implementation and correct GPU Clock.
-
- Feb 13, 2020
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
bunnei authored
address_arbiter: Minor cleanup to list querying
-
Brian Clinkenbeard authored
-
- Feb 12, 2020
-
-
Lioncash authored
Same behavior, but without the need to explicitly loop through everything manually.
-
Lioncash authored
Simplifies the overall function and also allows for it to become a const-qualified member function.
-
bunnei authored
bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
-
bunnei authored
kernel/thread: Remove trivial usages of the global system accessor
-
Lioncash authored
Aligns the '=' to be consistent with the rest of the logs within this source file.
-
Lioncash authored
A formatting specifier within Clear wasn't being used, which will cause fmt to throw an exception. This fixes that.
-
Lioncash authored
We can just use the kernel member variable directly instead of going through the system to obtain the same thing.
-
Fernando Sahmkow authored
-
- Feb 11, 2020
-
-
Fernando Sahmkow authored
-
makigumo authored
trivial change, see https://switchbrew.org/wiki/Audio_services#IHardwareOpusDecoder
-
Fernando Sahmkow authored
-
bunnei authored
gl_rasterizer: Implement GL_POINT_SPRITE
-
Brian Clinkenbeard authored
-
- Feb 10, 2020
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
bunnei authored
maxwell_3d: Fix stencil back mask
-
- Feb 09, 2020
-
-
Zach Hilman authored
Remove option "Show files with type 'Unknown'"
-
Morph authored
-
bunnei authored
hle: services: Use std::shared_ptr instead of copy by value. - This is a prerequisite to adding a mutex to `ServiceFramework`, which cannot be copied. - This will be used for threaded services.
-
bunnei authored
gpu_thread: Use MPSCQueue for GPU commands.
-
bunnei authored
video_core: memory_manager: Use GPU interface for cache functions.
-
- Feb 08, 2020
- Feb 07, 2020
- Feb 06, 2020
-
-
bunnei authored
applets: Fixes for software keyboard and transfer memory.
-