summaryrefslogtreecommitdiff
path: root/program.h
AgeCommit message (Expand)AuthorFilesLines
2010-06-23Import gl_program_parameter and gl_program_parameter_list types from MesaIan Romanick1-1/+46
2010-06-23linker: Store the par-linked per-stage shaders in the glsl_programIan Romanick1-0/+8
2010-06-23Import gl_uniform and gl_uniform_list types from MesaIan Romanick1-1/+34
2010-06-19Fix compile on 64-bit.Kenneth Graunke1-1/+1
2010-06-17linker: Initial bits of the linkerIan Romanick1-0/+3
2010-06-17Add glsl_program that is similar to Mesa's gl_shader_programIan Romanick1-0/+25
2010-06-17Change glsl_program to glsl_shaderIan Romanick1-2/+2
2010-06-17Add glsl_program that is similar to Mesa's gl_programIan Romanick1-0/+41