summaryrefslogtreecommitdiff
path: root/program.h
AgeCommit message (Collapse)Author
2010-06-19Fix compile on 64-bit.Kenneth Graunke
2010-06-17linker: Initial bits of the linkerIan Romanick
No linking is done yet, but some of the semantic checking is done.
2010-06-17Add glsl_program that is similar to Mesa's gl_shader_programIan Romanick
2010-06-17Change glsl_program to glsl_shaderIan Romanick
2010-06-17Add glsl_program that is similar to Mesa's gl_programIan Romanick
This will be used as the header for individual compilation units.