aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/regs_texturing.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-04-19 23:48:10 +0300
committerwwylele <wwylele@gmail.com>2017-04-19 23:48:10 +0300
commitb624a9520546410445c1320fac163759c9be6750 (patch)
tree232f7c3b141fbfde8e9972e94081a958ee3c0627 /src/video_core/regs_texturing.h
parent6a72bd62b5f1e88df0d701478d95799a0b445ec4 (diff)
rasterizer: implement combiner operation 7 (Dot3_RGBA)
Diffstat (limited to 'src/video_core/regs_texturing.h')
-rw-r--r--src/video_core/regs_texturing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/regs_texturing.h b/src/video_core/regs_texturing.h
index be8bc6826..0b62da145 100644
--- a/src/video_core/regs_texturing.h
+++ b/src/video_core/regs_texturing.h
@@ -199,7 +199,7 @@ struct TexturingRegs {
Lerp = 4,
Subtract = 5,
Dot3_RGB = 6,
-
+ Dot3_RGBA = 7,
MultiplyThenAdd = 8,
AddThenMultiply = 9,
};