summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_link.c
AgeCommit message (Expand)Author
2009-04-02glsl: fix segfault in linker when vertex or fragment shader was missingBrian Paul
2009-04-01glsl: implement compiling/linking of separate compilation unitsBrian Paul
2009-02-28mesa: rename, reorder FRAG_RESULT_x tokensBrian Paul
2009-02-20glsl: use new IR opcodes for TEX instructions with shadow comparisonBrian Paul
2009-02-18glsl: fix link failure for variable-indexed varying output arraysBrian Paul
2009-02-09mesa: merge gallium-0.2 into gallium-master-mergeBrian Paul
2009-02-06glsl: new MESA_GLSL env var for GLSL debugging featuresBrian Paul
2009-02-06Revert "mesa: meaningless whitespace change to see if git's working (ignore)"Brian Paul
2009-02-06mesa: meaningless whitespace change to see if git's working (ignore)Brian Paul
2009-02-02mesa: fix GLSL issue preventing use of all 16 generic vertex attributesBrian Paul
2009-01-16Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-15glsl: use _mesa_sprintf()Brian Paul
2009-01-14glsl: support sampler arrays.Alan Hourihane
2009-01-13glsl: support sampler arrays.Alan Hourihane
2009-01-09glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul
2009-01-08mesa: Add _mesa_snprintf.José Fonseca
2009-01-07glsl: check that the fragment shader does not write both gl_FragColor and gl_...Brian Paul
2009-01-07mesa: Add _mesa_snprintf.José Fonseca
2009-01-02Merge commit 'origin/master' into gallium-0.2Brian Paul
2009-01-02mesa: fix another "out of samplers" problemBrian Paul
2008-12-31mesa: increase max texture image units and GLSL samplers to 16Brian Paul
2008-12-30Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-30mesa: better error message when running out of GLSL samplersBrian Paul
2008-12-16Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-12-15mesa: in slang linker, replace assertion with link error when max samplers ex...Brian Paul
2008-11-24Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-24mesa: check that varying variable qualifiers agreeBrian Paul
2008-11-24mesa: dump/debug varying vars listBrian Paul
2008-11-24mesa: add Flags field to gl_program_parameterBrian Paul
2008-11-24mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul
2008-11-24mesa: check that varying variable qualifiers agreeBrian Paul
2008-11-24mesa: dump/debug varying vars listBrian Paul
2008-11-24mesa: add Flags field to gl_program_parameterBrian Paul
2008-11-11Merge commit 'origin/master' into gallium-0.2Brian Paul
2008-11-10mesa: track initialization status of uniform variables. Plus, asst clean-ups.Brian Paul
2008-11-10mesa: fix logic error in GLSL linker when looking for main() shadersBrian Paul
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul
2008-11-06Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul
2008-11-06mesa: update the shader programs->TexturesUsed array at link timeBrian Paul
2008-11-05mesa: Fix compiler warnings on Windows.Brian Paul
2008-11-01Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul
2008-11-01mesa: additional debug flags for glsl debug/disassemblyBrian Paul
2008-10-02mesa: Fix compiler warnings on Windows.Michal Krol
2008-10-01mesa: Fix compiler warnings on Windows.Michal Krol
2008-09-23mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul
2008-09-23mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-17mesa: new gl_fragment_program fields indicating use of fog, front-facing, poi...Brian Paul
2008-09-17mesa: update program->NumAddressRegs field in _slang_update_inputs_outputs()Brian Paul