summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/lower_blend_equation_advanced.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-01-20glsl: Move builtin_function related prototypes to a separate fileIan Romanick1-0/+1
2016-12-30mesa/glsl: move BlendSupport bitfield to gl_programTimothy Arceri1-2/+3
2016-10-28glsl: Improve accuracy of alpha scaling in advanced blend lowering.Kenneth Graunke1-2/+8
2016-08-30glsl: Initialize outputs[] array in lower_blend_equation_advanced.Kenneth Graunke1-1/+1
2016-08-29glsl: initialise pointer to NULLTimothy Arceri1-1/+1
2016-08-25glsl: Add a lowering pass to handle advanced blending modes.Kenneth Graunke1-0/+562