summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/link_interface_blocks.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-02st/mesa/glsl: move Version to gl_shader_program_dataTimothy Arceri1-3/+3
2016-11-10glsl: validate output blocks against input blocksIago Toral Quiroga1-11/+30
2016-10-24glsl/es31: precision qualifier doesn't need to match in shader interface bloc...Samuel Iglesias Gonsálvez1-2/+5
2016-10-24glsl: move intrastage_match() after interstage_member_mismatch()Samuel Iglesias Gonsálvez1-46/+46
2016-06-30glsl/mesa: split gl_shader in twoTimothy Arceri1-5/+5
2016-05-26glsl: fix error message on uniform block mismatchDave Airlie1-1/+1
2016-05-24glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie1-6/+0
2016-03-31glsl: generate named interface block names correctlyTimothy Arceri1-2/+4
2016-03-09glsl: don't always reject shaders with mismatching ifc blocksTimothy Arceri1-6/+72
2016-03-09glsl: make interstage_match() staticTimothy Arceri1-1/+1
2016-01-26glsl: move to compiler/Emil Velikov1-0/+357