opengl: simplify cm pipeline
fixes a few mistakes, and skips the CM shader in cpu instead of adding a costly branch ref #9641
This commit is contained in:
parent
2ddd16ef28
commit
22154fa272
3 changed files with 73 additions and 80 deletions
|
|
@ -12,7 +12,6 @@ class CShader {
|
|||
GLint color = -1;
|
||||
GLint alphaMatte = -1;
|
||||
GLint texType = -1;
|
||||
GLint skipCM = -1;
|
||||
GLint sourceTF = -1;
|
||||
GLint targetTF = -1;
|
||||
GLint sourcePrimaries = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue