- Jun 21, 2019
-
-
ReinUsesLisp authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
Due to our current infrastructure, it is possible for a mipmap to be set on as a render target before a texception of that mipmap's superset be set afterwards. This is problematic as we rely on texture views to set up texceptions and protecting render targets targets for 3D texture rendering. One simple solution is to configure framebuffers after texture setup but this brings other problems. This solution, forces a reconfiguration of the framebuffers after such event happens.
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
This also reverses the changes to make invalidation and flushing through the GPU address.
-
Fernando Sahmkow authored
The texture will now be reconstructed if the width only matches on GoB alignment.
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
Fernando Sahmkow authored
-
ReinUsesLisp authored
This is done to simplify the OpenGL implementation, it is needed for Vulkan.
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
- Jun 20, 2019
-
-
bunnei authored
Revert PR 2590.
-
Hexagon12 authored
Update content_archive.cpp
-
Fernando Sahmkow authored
Even though it has been proven that IAudioRenderer:SystemEvent is actually an automatic event. The current implementation of such event is all thought to be manual. Thus it's implementation needs to be corrected when doing such change. As it is right now this PR introduced a series of regressions on softlocks on multiple games. Therefore, this pr reverts such change until a correct implementation is made.
-
bunnei authored
core: Remove unused CiTrace source files
-
bunnei authored
service/audio/audren_u: Correct event reset type for the system event
-
Frederic L authored
* CMake: Get Git submodule dependencies via CMake * CMakeLists: Fixed unintentional line break * travis: Bring parity between linux-mingw and linux build script * CMakeLists: Fixed typo in error message
-
jonsn0w authored
log clutter in debug logs when theres really no need
-
- Jun 19, 2019
-
-
Zach Hilman authored
yuzu/configure_input: Add missing space in window title
-
Tobias authored
-
Tobias authored
-
Mat M authored
Added missing space between two words
-
Alex Subaric authored
Added missing whitespace character between two words in the "Warning Missing Derivation Components" warning message box.
-