summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_fragprog_to_c.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-25work around a param bug (Adam Jackson)Brian Paul1-1/+1
2004-04-15Make _SAT instructions compile correctly.Keith Whitwell1-3/+4
2004-04-14wrap file in #ifdef USE_TCC, otherwise compilation failesBrian Paul1-0/+3
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell1-15/+50
2004-04-13Build a single string containing the generated 'C' code.Keith Whitwell1-84/+142
2004-03-30Make the output a little more likely to compile...Keith Whitwell1-33/+60
2004-03-30Insert original fragment program instructions as comments.Brian Paul1-3/+14
2004-03-30Amusing utility to print ARB_fp programs as C codeKeith Whitwell1-0/+687