VideoCore: Implement the DOT3_RGB combiner

This commit is contained in:
Lectem 2015-05-14 15:49:40 +02:00 committed by Yuri Kunde Schlesner
parent 2501f111a6
commit d08e9b29e2
2 changed files with 13 additions and 1 deletions

View file

@ -290,6 +290,7 @@ struct Regs {
AddSigned = 3,
Lerp = 4,
Subtract = 5,
Dot3_RGB = 6,
MultiplyThenAdd = 8,
AddThenMultiply = 9,