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