aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorGravatar Tony Wasserka <NeoBrainX@gmail.com>2015-01-03 13:45:10 +0100
committerGravatar Tony Wasserka <NeoBrainX@gmail.com>2015-02-18 14:50:28 +0100
commit04cd06d5c285848c29278083891474ee78797c8a (patch)
tree850483bcfd106c8c4e3257b96f1b71f06cd21e60 /src/video_core/pica.h
parent087edcfbec86ba730d55c4fdbbf65097a8cfb8e4 (diff)
Pica/TextureEnvironment: Add support for the MAD-like texture combiners and clean up texture environment logic.
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index c20bf99d..23fc6b9b 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -266,6 +266,9 @@ struct Regs {
AddSigned = 3,
Lerp = 4,
Subtract = 5,
+
+ MultiplyThenAdd = 8,
+ AddThenMultiply = 9,
};
union {