summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_link.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-26disable printing shader program debug infopost-merge-glsl-compiler-1Brian1-4/+4
2007-03-22In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...Brian1-2/+2
2007-03-07fix incorrect HPOS write testBrian1-2/+2
2007-03-07Generate an error if the vertex shader does not write to gl_Position.Brian1-1/+12
2007-03-06fix vert/frag typoBrian1-1/+1
2007-02-23replace GLint with gl_state_indexBrian1-1/+1
2007-02-23Re-implement branching with slang_labels.Brian1-42/+0
2007-02-16remove dead codeBrian1-21/+0
2007-02-16s/_slang_link2/_slang_link/Brian1-6/+6
2007-02-07Use IR_LOOP to represent do-while and for-loops.Brian1-1/+1
2007-02-02rename slang_link2.c slang_link.cBrian1-0/+647
2007-02-02Remove old slang linker code.Brian1-871/+0
2007-02-02Remove all dependencies on the old slang interpreter/executor.Brian1-2/+0
2006-12-15use MAX_VARYINGBrian1-1/+1
2006-10-13Indent and cosmetic changes.Michal Krol1-555/+623
2006-05-16Fix attrib handling.Michal Krol1-29/+48
2006-04-25Remove carriage returns.Michal Krol1-786/+786
2006-04-18Add support for ARB_vertex_shader attrib binding and query.Michal Krol1-104/+358
2006-04-04More GLSL code:Michal Krol1-19/+114
2006-03-14More GLSL code:Michal Krol1-14/+36
2006-02-27More GLSL code:Michal Krol1-7/+236
2006-02-21More GLSL code:Michal Krol1-0/+186