summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_print.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-01mesa: silence warningsBrian Paul1-3/+3
2008-11-01mesa: glsl tree print improvementsBrian Paul1-1/+17
2008-08-16mesa: import latest GLSL code from gallium-0.1 branchBrian Paul1-1/+1
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul1-1/+2
2008-07-29mesa: Silence compiler warnings on Windows.Brian Paul1-7/+3
2008-07-29mesa: improved printingBrian Paul1-4/+8
2008-07-08mesa: more debug outputBrian Paul1-22/+62
2007-04-08support for GLSL 1.20 non-square matricesBrian1-0/+18
2007-03-26Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling.Brian1-5/+0
2007-03-26remove debug abort() callsBrian1-2/+0
2007-03-13improve literal printingBrian1-8/+13
2007-03-12Implement GL_ARB_texture_rectangle supportBrian1-0/+4
2007-03-07s/equal/EQUAL/, fix bugs in logical or/and code.Brian1-2/+2
2007-02-16change all enum tokens to uppercaseBrian1-139/+139
2007-02-02remove slang_asm_string()Brian1-154/+0
2007-02-02remove more assembly-related codeBrian1-1/+2
2007-01-13Rework code related to temp register allocation, both for user variablesBrian1-199/+8
2007-01-11tweak outputBrian1-3/+4
2006-12-13Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian1-0/+1136