aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/pica.h
diff options
context:
space:
mode:
authorGravatar Darius Goad <alegend45@gmail.com>2015-02-07 11:43:08 -0600
committerGravatar Darius Goad <alegend45@gmail.com>2015-02-09 20:41:06 -0600
commit536958fb2940c9418b7e42e75eb245ae7527908e (patch)
tree8ff1ab719f3edc601cdc9f9dcef614dcccc50ede /src/video_core/pica.h
parentc4e636681ef7f5fa77893fb2fe141eaac8cc10a4 (diff)
Add more blend equations from 3dbrew
Diffstat (limited to 'src/video_core/pica.h')
-rw-r--r--src/video_core/pica.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/video_core/pica.h b/src/video_core/pica.h
index 1566b890..9c1a12dc 100644
--- a/src/video_core/pica.h
+++ b/src/video_core/pica.h
@@ -338,7 +338,11 @@ struct Regs {
union {
enum BlendEquation : u32 {
- Add = 0,
+ Add = 0,
+ Subtract = 1,
+ ReverseSubtract = 2,
+ Min = 3,
+ Max = 4
};
enum BlendFactor : u32 {