glsl: clear out shader code before compiling
[mesa.git] / src / mesa / shader / slang / slang_compile.c
2009-12-18 Brian Paulglsl: clear out shader code before compiling
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-06-26 Brian Paulglsl: added slang_assemble_ctx::EmitContReturn field...
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-05-10 Jerome GlisseMerge commit 'origin/master' into radeon-rewrite
2009-05-01 Brian PaulMerge branch 'const-buffer-changes'
2009-04-27 Robert EllisonAvoid a segfault in shader compilation
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-07 Brian Paulglsl: don't optimize program if MESA_GLSL=nopt
2009-04-02 Brian Paulglsl: implement compiling/linking of separate compilati...
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-19 Alan Hourihaneslang: initialize the context
2009-03-19 Brian Paulglsl: change GLSL #pragma initialization
2009-03-06 Brian Paulglsl: call the program optimizer
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Brian Paulglsl: silence some uninit var warnings
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-06 Brian Paulglsl: new MESA_GLSL env var for GLSL debugging features
2009-02-06 Brian PaulRevert "mesa: meaningless whitespace change to see...
2009-02-06 Brian Paulmesa: meaningless whitespace change to see if git's...
2009-01-22 Brian Paulglsl: call _mesa_write_shader_to_file(). Debug-only...
2009-01-22 Brian Paulglsl: set shader->CompileStatus in _slang_compile()
2009-01-19 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-16 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-15 Brian Paulglsl: move declaration before code
2009-01-14 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2009-01-14 Brian Paulglsl: propagate pragma info down into compiler from...
2009-01-12 Brian Paulglsl: better fix for for-loop scope issue (commit 63330...
2009-01-11 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-10 Brian Paulglsl: force creation of new scope for for-loop body
2009-01-10 Brian Paulglsl: replace 0/1 with GL_FALSE/GL_TRUE
2009-01-09 Brian Paulglsl: pass GLcontext::Extension info down into GLSL...
2009-01-09 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-xlib...
2009-01-08 José Fonsecamesa: Move var declaration to top of scope.
2009-01-08 Brian Paulglsl: pass GLcontext::Extension info down into GLSL...
2009-01-06 José Fonsecamesa: Move var declaration to top of scope.
2009-01-06 Brian Paulmesa: disable debug output
2009-01-06 Brian Paulmesa: fix some GLSL array regressions
2009-01-06 Brian Paulmesa: bump glsl grammar revision
2009-01-06 Brian Paulmesa: remove unused varpool code in glsl compiler
2009-01-06 Brian Paulmesa: remove incorrect array_len assignment
2009-01-06 Brian Paulmesa: fix some more GLSL 1.20 array things.
2009-01-06 Brian Paulmesa: glsl compiler function renaming
2009-01-06 Brian Paulmesa: remove unused fixup table code in glsl compiler
2009-01-06 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2009-01-06 Brian Paulmesa: glsl clean-ups
2009-01-06 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2009-01-06 Brian Paulmesa: remove debug code
2009-01-06 Brian Paulmesa: added support for GLSL 1.20 array.length() method
2009-01-06 Brian Paulmesa: support for GLSL 1.20 array types
2009-01-06 Brian Paulmesa: copy centroid/invariance/precision info in parse_...
2009-01-06 Brian Paulmesa: glsl compiler debug code
2009-01-06 Brian Paulmesa: add support for 'centroid' qualifier in GLSL...
2009-01-06 Brian Paulmesa: add support for 'invariant' keyword for GLSL...
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-16 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-12-16 Brian Paulmesa: disable debug output
2008-12-16 Brian Paulmesa: fix some GLSL array regressions
2008-12-16 Brian PaulMerge branch 'glsl-1.20-v2'
2008-12-16 Brian Paulmesa: bump glsl grammar revision
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-12 Brian Paulmesa: remove unused varpool code in glsl compiler
2008-12-12 Brian Paulmesa: remove incorrect array_len assignment
2008-12-12 Brian Paulmesa: fix some more GLSL 1.20 array things.
2008-12-12 Brian Paulmesa: glsl compiler function renaming
2008-12-12 Brian Paulmesa: remove unused fixup table code in glsl compiler
2008-12-12 Brian Paulmesa: checkpoint: GLSL 1.20 array constructors
2008-12-12 Brian Paulmesa: glsl clean-ups
2008-12-12 Brian Paulmesa: checkpoint commit of GLSL 1.20 array syntax.
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-26 Brian Paulmesa: remove debug code
2008-11-25 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Brian Paulmesa: added support for GLSL 1.20 array.length() method
2008-11-24 Brian Paulmesa: support for GLSL 1.20 array types
2008-11-24 Brian Paulmesa: copy centroid/invariance/precision info in parse_...
2008-11-24 Brian Paulmesa: copy centroid/invariance/precision info in parse_...
2008-11-20 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-11-19 Brian Paulmesa: glsl compiler debug code
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-13 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-11 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-11-10 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-11-07 Brian Paulmesa: add support for 'centroid' qualifier in GLSL...
next