suyu/src
ReinUsesLisp f21a189148 gl_arb_decompiler: Implement robust buffer operations
This emulates the behavior we get on GLSL with regular SSBOs with a
pointer + length pair. It aims to be consistent with the crashes we
might get.

Out of bounds stores are ignored. Atomics are ignored and return zero.
Reads return zero.
2020-10-20 03:34:32 -03:00
..
audio_core audio_core/CMakeLists: Make warnings consistent with core 2020-10-13 16:36:58 -04:00
common input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
core Merge pull request #4785 from Morph1984/fs-hades 2020-10-19 16:04:01 -07:00
input_common udp/client: Make use of designated initializers in TestCommunication() 2020-10-16 06:23:51 -04:00
tests tests/core_timing: Remove pragma optimize(off) 2020-08-03 11:12:55 -04:00
video_core gl_arb_decompiler: Implement robust buffer operations 2020-10-20 03:34:32 -03:00
web_service core/CMakeLists: Make some warnings errors 2020-10-13 13:16:49 -04:00
yuzu input_common/CMakeLists: Make some warnings errors 2020-10-15 19:37:51 -04:00
yuzu_cmd renderer_opengl: Remove emulated mailbox presentation 2020-09-20 16:29:41 -03:00
yuzu_tester Merge pull request #4594 from german77/MotionHID 2020-09-17 12:39:01 -07:00
.clang-format
CMakeLists.txt CMakeLists: Resolve #4478 2020-08-03 11:21:24 -04:00