- 21 Jul, 2019 2 commits
-
-
bunnei authored
Rework Dirty Flags in GPU Pipeline, Optimize CBData and Redo Clearing mechanism
-
Zach Hilman authored
-
- 20 Jul, 2019 8 commits
-
-
Fernando Sahmkow authored
shader/half_set_predicate: Implement missing HSETP2 variants
-
Flame Sage authored
-
Flame Sage authored
-
Flame Sage authored
azure: Fix clang-format and releases
-
Zach Hilman authored
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- 18 Jul, 2019 4 commits
-
-
bunnei authored
kernel/process: Allocate the process' TLS region during initialization
-
bunnei authored
shader-ir: Minor cleanup-related changes
-
David authored
Kernel: Downgrade WaitForAddress and SignalToAddress messages to Trace.
-
Fernando Sahmkow authored
This messages were originally set as warnning since few games used these svcs and it was needed for debugging. This is no longer the case.
-
- 17 Jul, 2019 11 commits
-
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
shader/decode/other: Correct branch indirect argument within BRA handling
-
Rodrigo Locatti authored
core: Remove CurrentArmInterface() global accessor
-
- 16 Jul, 2019 5 commits
-
-
Lioncash authored
These are std::shared_ptr instances underneath the hood, which means copying them isn't as cheap as a regular pointer. Particularly so on weakly-ordered systems. This avoids atomic reference count increments and decrements where they aren't necessary for the core set of operations.
-
Lioncash authored
This is more accurate in terms of describing what the functions are actually doing. Temporal relates to time, not the setting of a temporary itself.
-
Lioncash authored
Removes unnecessary header dependencies.
-
Fernando Sahmkow authored
shader/track: Track indirect buffers
-
- 15 Jul, 2019 3 commits
-
-
Fernando Sahmkow authored
gl_shader_decompiler: Implement gl_ViewportIndex and gl_Layer in vertex shaders
-
bunnei authored
GPU: Fixes to Texture Cache and Include Microprofiles for GL State/BufferCopy/Macro Interpreter
-
ReinUsesLisp authored
While changing this code, simplify tracking code to allow returning the base address node, this way callers don't have to manually rebuild it on each invocation.
-
- 14 Jul, 2019 7 commits
-
-
bunnei authored
buffer_cache: Implement a generic buffer cache and its OpenGL backend
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-