summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_emit.h
AgeCommit message (Expand)Author
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul
2009-02-04glsl: remove unused prototypeBrian Paul
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul
2008-12-16mesa: fix some GLSL array regressionsBrian Paul
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul
2008-07-29mesa: rework array/struct addressing code.Brian Paul
2008-07-01mesa: make _slang_swizzle_swizzle() non-privateBrian Paul
2007-02-26Overhaul of error handling.Brian
2007-01-18Reimplement code for swizzling so that expressions like (p+q).x for vectors p...Brian
2007-01-13Rework code related to temp register allocation, both for user variablesBrian
2007-01-11Fix a problem with inlined "return" statements. Make some attempt to free te...Brian
2007-01-10checkpoint: codegen for global vars/constants now workingBrian
2007-01-08Move storage allocation functions from slang_emit.c to slang_codegen.cBrian
2006-12-15Lots of assorted changes.Brian
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian