summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_link.c
AgeCommit message (Expand)Author
2008-08-19mesa: glsl: add usage tracking for uniform varsBrian Paul
2008-08-15mesa: glsl: fix linking of varying vars which are arraysBrian Paul
2008-08-07mesa: Silence compiler warnings on Windows.Michal Krol
2008-08-06mesa: glsl: additional error checkingBrian Paul
2008-08-06mesa: glsl: count number of temp regs usedHaihao Xiang
2008-07-24mesa: glsl: only try to link shaders defining main()Brian Paul
2008-07-21mesa: assorted glsl uniform/attribute fixesBrian Paul
2008-07-02mesa: when linking a shader program, make sure all the shaders compiled OKBrian Paul
2008-06-04Set the attribute as used.Alan Hourihane
2008-05-16Fix a program refcounting error, don't share program parameter lists.Brian Paul
2008-05-14mesa: updated commentBrian Paul
2008-05-06gallium: implement full reference counting for vertex/fragment programsBrian
2008-04-04mesa: no longer combine vertex/fragment shader parameters/uniformsBrian
2007-10-26turn off debug outputBrian
2007-10-26Re-implement GLSL texture sampler variables.Brian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-04-26Added error check that all varying vars needed by the fragment shader are pro...Brian
2007-04-21move allocation of shProg->Attributes earlier in functionBrian
2007-04-18Start fixing some issues with uniform variables and their types.Brian
2007-04-18call ProgramStringNotify() after linkingBrian
2007-04-12use _mesa_clear_shader_program_data()Brian
2007-03-26remove debug abort() callsBrian
2007-03-26disable printing shader program debug infoBrian
2007-03-22In _mesa_add_unnamed_constant() and _mesa_lookup_parameter_constant() allow s...Brian
2007-03-07fix incorrect HPOS write testBrian
2007-03-07Generate an error if the vertex shader does not write to gl_Position.Brian
2007-03-06fix vert/frag typoBrian
2007-02-23replace GLint with gl_state_indexBrian
2007-02-23Re-implement branching with slang_labels.Brian
2007-02-16remove dead codeBrian
2007-02-16s/_slang_link2/_slang_link/Brian
2007-02-07Use IR_LOOP to represent do-while and for-loops.Brian
2007-02-02rename slang_link2.c slang_link.cBrian
2007-02-02Remove old slang linker code.Brian
2007-02-02Remove all dependencies on the old slang interpreter/executor.Brian
2006-12-15use MAX_VARYINGBrian
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-14More GLSL code:Michal Krol
2006-02-27More GLSL code:Michal Krol
2006-02-21More GLSL code:Michal Krol