From b624a9520546410445c1320fac163759c9be6750 Mon Sep 17 00:00:00 2001 From: wwylele Date: Wed, 19 Apr 2017 23:48:10 +0300 Subject: rasterizer: implement combiner operation 7 (Dot3_RGBA) --- src/video_core/regs_texturing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/regs_texturing.h') 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, }; -- cgit v1.2.3