summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_print.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: added support for GLSL 1.20 array.length() methodBrian Paul2008-11-241-0/+5
* mesa: silence warningsBrian Paul2008-11-011-3/+3
* mesa: glsl tree print improvementsBrian Paul2008-11-011-1/+17
* mesa: import latest GLSL code from gallium-0.1 branchBrian Paul2008-08-161-1/+1
* mesa: Silence compiler warnings on Windows.Brian Paul2008-07-291-1/+2
* mesa: Silence compiler warnings on Windows.Brian Paul2008-07-291-7/+3
* mesa: improved printingBrian Paul2008-07-291-4/+8
* mesa: more debug outputBrian Paul2008-07-081-22/+62
* support for GLSL 1.20 non-square matricesBrian2007-04-081-0/+18
* Get rid of SLANG_OPER_GOTO, start rewrite of 'return' handling.Brian2007-03-261-5/+0
* remove debug abort() callsBrian2007-03-261-2/+0
* improve literal printingBrian2007-03-131-8/+13
* Implement GL_ARB_texture_rectangle supportBrian2007-03-121-0/+4
* s/equal/EQUAL/, fix bugs in logical or/and code.Brian2007-03-071-2/+2
* change all enum tokens to uppercaseBrian2007-02-161-139/+139
* remove slang_asm_string()Brian2007-02-021-154/+0
* remove more assembly-related codeBrian2007-02-021-1/+2
* Rework code related to temp register allocation, both for user variablesBrian2007-01-131-199/+8
* tweak outputBrian2007-01-111-3/+4
* Checkpoint new GLSL compiler back-end to produce fp/vp-style assembly instruc...Brian2006-12-131-0/+1136