summaryrefslogtreecommitdiff
path: root/src/glsl/link_uniform_initializers.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-10-29glsl: Add new atomic_uint built-in GLSL type.Francisco Jerez1-0/+1
2013-07-18glsl: Handle the binding qualifier for UBO variables.Kenneth Graunke1-0/+10
2013-07-18glsl: Handle the binding qualifier for arrays of samplers.Kenneth Graunke1-0/+25
2013-07-18glsl: Add plumbing for handling uniform binding qualifiers.Kenneth Graunke1-3/+23
2013-07-18glsl: Delete unused code for handling samplers in array-initializers.Kenneth Graunke1-14/+0
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák1-4/+21
2013-01-25glsl: Add GLSL_TYPE_INTERFACEIan Romanick1-0/+1
2013-01-25glsl: Replace most default cases in switches on GLSL typeIan Romanick1-1/+4
2012-05-23glsl: Propagate sampler uniform initializers to gl_shader_program::SamplerUnitsIan Romanick1-0/+9
2012-05-23glsl: Set initial values for uniforms in the linkerIan Romanick1-0/+172