mesa: Prefix main includes with dir to avoid conflicts.
[mesa.git] / src / mesa / shader / slang / slang_emit.h
2008-07-24 José Fonsecamesa: Prefix main includes with dir to avoid conflicts.
2008-07-18 Brian Paulmesa: rework array/struct addressing code.
2008-07-02 Brian Paulmesa: make _slang_swizzle_swizzle() non-private
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-21 Brianmerge from master
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianOverhaul of error handling.
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-01-18 BrianReimplement code for swizzling so that expressions...
2007-01-13 BrianRework code related to temp register allocation, both...
2007-01-11 BrianFix a problem with inlined "return" statements. Make...
2007-01-10 Briancheckpoint: codegen for global vars/constants now working
2007-01-08 BrianMove storage allocation functions from slang_emit.c...
2006-12-15 BrianLots of assorted changes.
2006-12-13 BrianCheckpoint new GLSL compiler back-end to produce fp...