summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_fragprog_to_c.c
Commit message (Expand)AuthorAgeFilesLines
* At keithw's request, remove all traces of the "fragment program to C" andIan Romanick2005-11-081-777/+0
* use _mesa_num_inst_src_regs() instead of nr_args()Brian Paul2005-11-051-48/+3
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-81/+82
* Update includes post-splitting of s_texture.cBrian Paul2005-09-151-1/+0
* Add a facility to route all rasterization through a fragment programKeith Whitwell2005-05-041-1/+1
* 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