summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_fragprog_to_c.c
AgeCommit message (Expand)Author
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell
2004-08-25work around a param bug (Adam Jackson)Brian Paul
2004-04-15Make _SAT instructions compile correctly.Keith Whitwell
2004-04-14wrap file in #ifdef USE_TCC, otherwise compilation failesBrian Paul
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
2004-04-13Build a single string containing the generated 'C' code.Keith Whitwell
2004-03-30Make the output a little more likely to compile...Keith Whitwell
2004-03-30Insert original fragment program instructions as comments.Brian Paul
2004-03-30Amusing utility to print ARB_fp programs as C codeKeith Whitwell