summaryrefslogtreecommitdiffstats
path: root/program.h
Commit message (Expand)AuthorAgeFilesLines
* ir_to_mesa: Start building GLSL IR to Mesa IR conversion.Eric Anholt2010-06-241-1/+1
* Import gl_program_parameter and gl_program_parameter_list types from MesaIan Romanick2010-06-231-1/+46
* linker: Store the par-linked per-stage shaders in the glsl_programIan Romanick2010-06-231-0/+8
* Import gl_uniform and gl_uniform_list types from MesaIan Romanick2010-06-231-1/+34
* Fix compile on 64-bit.Kenneth Graunke2010-06-191-1/+1
* linker: Initial bits of the linkerIan Romanick2010-06-171-0/+3
* Add glsl_program that is similar to Mesa's gl_shader_programIan Romanick2010-06-171-0/+25
* Change glsl_program to glsl_shaderIan Romanick2010-06-171-2/+2
* Add glsl_program that is similar to Mesa's gl_programIan Romanick2010-06-171-0/+41