summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_link.c
Commit message (Expand)AuthorAgeFilesLines
* glsl: fix mem leakBrian Paul2009-10-011-0/+1
* Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-151-0/+28
|\
| * glsl: remove extra #version directives from concatenated shader sourcesBrian Paul2009-09-141-0/+28
| * glsl: check number of varying variables against the limitBrian Paul2009-06-261-4/+9
| * mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-06-221-4/+4
* | glsl: update a texture/sampler commentBrian Paul2009-08-251-1/+1
* | glsl: fix incorrect attribute sizeBrian Paul2009-08-131-1/+1
* | Merge branch 'new-frag-attribs'Brian Paul2009-08-121-14/+0
|\ \
| * | mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul2009-07-291-14/+0
* | | glsl: add gl_Vertex, gl_Normal, etc to list of active attributesBrian Paul2009-08-121-0/+19
* | | glsl: move predefined shader input/output info/code to slang_builtin.cBrian Paul2009-08-121-0/+1
|/ /
* | glsl: call _mesa_postprocess_program(), disabledBrian Paul2009-06-171-0/+8
* | mesa: rename MAX_VERTEX_ATTRIBS to MAX_VERTEX_GENERIC_ATTRIBSBrian Paul2009-05-221-4/+4
* | glsl: check number of varying variables against the limitBrian Paul2009-05-081-4/+9
* | glsl: set vertex/fragment program Ids to aid with debuggingBrian Paul2009-05-081-0/+4
|/
* glsl: fix segfault in linker when vertex or fragment shader was missingBrian Paul2009-04-021-9/+14
* glsl: implement compiling/linking of separate compilation unitsBrian Paul2009-04-011-17/+115
* mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul2009-02-281-1/+1
* glsl: use new IR opcodes for TEX instructions with shadow comparisonBrian Paul2009-02-201-0/+3
* glsl: fix link failure for variable-indexed varying output arraysBrian Paul2009-02-181-0/+25
* mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul2009-02-091-1/+0
|\
| * Merge commit 'origin/master' into gallium-0.2Alan Hourihane2009-01-161-2/+2
| |\
| * | glsl: support sampler arrays.Alan Hourihane2009-01-131-4/+6
| * | glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul2009-01-091-0/+11
| * | mesa: Add _mesa_snprintf.José Fonseca2009-01-081-4/+4
| * | Merge commit 'origin/master' into gallium-0.2Brian Paul2009-01-021-19/+45
| |\ \
| * \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-301-1/+4
| |\ \ \
| * \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-161-6/+18
| |\ \ \ \
| * \ \ \ \ Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-241-16/+26
| |\ \ \ \ \
| * | | | | | mesa: check that varying variable qualifiers agreeBrian Paul2008-11-241-3/+28
| * | | | | | mesa: dump/debug varying vars listBrian Paul2008-11-241-0/+5
| * | | | | | mesa: add Flags field to gl_program_parameterBrian Paul2008-11-241-1/+2
| * | | | | | Merge commit 'origin/master' into gallium-0.2Brian Paul2008-11-111-6/+14
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-061-0/+6
| |\ \ \ \ \ \ \
| | * | | | | | | mesa: update the shader programs->TexturesUsed array at link timeBrian Paul2008-11-061-0/+6
| | * | | | | | | mesa: additional debug flags for glsl debug/disassemblyBrian Paul2008-11-011-20/+19
| | * | | | | | | mesa: Fix compiler warnings on Windows.Michal Krol2008-10-011-1/+1
| * | | | | | | | Merge commit 'origin/master' into gallium-0.2Alan Hourihane2008-11-011-20/+19
| |\ \ \ \ \ \ \ \
| * | | | | | | | | mesa: Fix compiler warnings on Windows.Michal Krol2008-10-021-1/+1
| * | | | | | | | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-18/+40
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul2008-09-171-18/+32
| | * | | | | | | | mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul2008-09-171-0/+9
| | * | | | | | | | mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul2008-09-171-1/+3
| | * | | | | | | | mesa: rework GLSL vertex attribute bindingBrian Paul2008-09-161-67/+72
| | * | | | | | | | mesa: glsl: add usage tracking for uniform varsBrian Paul2008-08-191-1/+1
| | * | | | | | | | mesa: glsl: fix linking of varying vars which are arraysBrian Paul2008-08-151-40/+40
| | * | | | | | | | mesa: Silence compiler warnings on Windows.Michal Krol2008-08-071-1/+1
| | * | | | | | | | mesa: glsl: additional error checkingBrian Paul2008-08-061-0/+12
| | * | | | | | | | mesa: glsl: count number of temp regs usedHaihao Xiang2008-08-061-1/+34
| | * | | | | | | | mesa: glsl: only try to link shaders defining main()Brian Paul2008-07-241-5/+6