From d08e9b29e2f512a94da22399b9d68b7d2ad6c4a3 Mon Sep 17 00:00:00 2001 From: Lectem Date: Thu, 14 May 2015 15:49:40 +0200 Subject: VideoCore: Implement the DOT3_RGB combiner --- src/video_core/pica.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/video_core/pica.h') diff --git a/src/video_core/pica.h b/src/video_core/pica.h index 46a7b21d..026b10a6 100644 --- a/src/video_core/pica.h +++ b/src/video_core/pica.h @@ -290,6 +290,7 @@ struct Regs { AddSigned = 3, Lerp = 4, Subtract = 5, + Dot3_RGB = 6, MultiplyThenAdd = 8, AddThenMultiply = 9, -- cgit v1.2.3