suyu/src
ReinUsesLisp 76f178ba6e shader/video: Partially implement VMNMX
Implements the common usages for VMNMX. Inputs with a different size
than 32 bits are not supported and sign mismatches aren't supported
either.

VMNMX works as follows:
It grabs Ra and Rb and applies a maximum/minimum on them (this is
defined by .MX), having in mind the input sign. This result can then be
saturated. After the intermediate result is calculated, it applies
another operation on it using Rc. These operations are merges,
accumulations or another min/max pass.

This instruction allows to implement with a more flexible approach GCN's
min3 and max3 instructions (for instance).
2020-04-12 00:34:42 -03:00
..
audio_core cubeb_sink: Don't discard other channels when performing downmixing 2020-03-08 03:16:06 -04:00
common Merge pull request #3508 from FernandoS27/page-table 2020-03-14 16:50:27 -04:00
core Merge pull request #3562 from perillamint/vrsvc 2020-03-28 13:32:52 -04:00
input_common Merge pull request #3525 from FearlessTobi/linux-compile-error 2020-03-21 16:04:45 -04:00
tests
video_core shader/video: Partially implement VMNMX 2020-04-12 00:34:42 -03:00
web_service httplib compatibility 2020-02-18 18:04:33 -08:00
yuzu Merge pull request #3573 from FearlessTobi/port-5089 2020-03-28 01:48:46 -04:00
yuzu_cmd bcat: Disable Boxcat backend by default 2020-03-17 15:24:26 +01:00
yuzu_tester Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. 2020-02-27 21:34:00 -05:00
.clang-format
CMakeLists.txt