Merge commit 'origin/gallium-0.1'
[mesa.git] / src / mesa / shader / slang / slang_compile.c
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Brian Paulglsl: silence some uninit var warnings
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...
2008-11-07 Brian Paulmesa: add support for 'invariant' keyword for GLSL...
2008-11-01 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-08-16 Brian Paulmesa: import latest GLSL code from gallium-0.1 branch
2008-08-13 Ben SkeggsMerge remote branch 'origin/gallium-0.1' into nouveau...
2008-08-12 Brian Paulmesa: glsl: remove reads of output regs from fragment...
2008-08-11 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-07 Brian Paulmesa: glsl: finish up support for precision qualifiers
2008-08-07 Michal Krolmesa: Extend GLSL syntax to accept type precision in...
2008-08-07 Ben SkeggsMerge remote branch 'origin/gallium-0.1' into nouveau...
2008-08-06 Brian Paulmesa: glsl: disallow user-defined functions/vars prefix...
2008-08-06 Brian Paulmesa: glsl: generate error for main(any args)
2008-07-29 Brian Paulmesa: disable debug code
2008-07-29 Brian Paulmesa: disable debug code
2008-07-29 Brian Paulmesa: glsl: silence warning (s/int/GLuint)
2008-07-29 Brian Paulmesa: glsl: assorted fixes for resolving polymorphic...
2008-07-29 Brian Paulmesa: glsl: only try to link shaders defining main()
2008-07-29 Brian Paulmesa: implement grammar/parsing for precision/invariant...
2008-07-26 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-07-25 Brian Paulmesa: glsl: assorted fixes for resolving polymorphic...
next