summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_link.h
AgeCommit message (Expand)Author
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul
2008-05-14Updated GLSL uniform/sampler handling from gallium-0.1 branchBrian Paul
2007-02-16s/_slang_link2/_slang_link/Brian
2007-02-02remove old linker stuffBrian
2007-02-02Remove all dependencies on the old slang interpreter/executor.Brian
2007-01-09Implement vertex attribute binding.Brian
2007-01-05Checkpoint glsl compiler work: sampler uniforms now implemented, linked prope...Brian
2006-12-19Clean-up and re-org of the main GLSL object types.Brian
2006-12-15use MAX_VARYINGBrian
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian
2006-11-03reformat comments in Doxygen styleBrian Paul
2006-10-13Indent and cosmetic changes.Michal Krol
2006-05-16Fix attrib handling.Michal Krol
2006-04-25Remove carriage returns.Michal Krol
2006-04-18Add support for ARB_vertex_shader attrib binding and query.Michal Krol
2006-04-04More GLSL code:Michal Krol
2006-03-15rename enums, fixes compilation breakage (Michal Krol)Brian Paul
2006-03-14More GLSL code:Michal Krol
2006-02-27silence a bunch of warningsBrian Paul
2006-02-27More GLSL code:Michal Krol
2006-02-21More GLSL code:Michal Krol