Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-04 | Add a facility to route all rasterization through a fragment program | Keith Whitwell | |
which is automatically generated to match the current texture environment state. Introduces a new value ctx->FragmentProgram._Active which is true when either _Enabled is true or there is such a fragment program ready to run. To test out on a driver running the software rasterizer, set MESA_TEX_PROG=t in the environment. It goes without saying that performance is lower for the software rasterizer in this mode. | |||
2004-08-25 | work around a param bug (Adam Jackson) | Brian Paul | |
2004-04-15 | Make _SAT instructions compile correctly. | Keith Whitwell | |
2004-04-14 | wrap file in #ifdef USE_TCC, otherwise compilation failes | Brian Paul | |
2004-04-14 | Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compile | Keith Whitwell | |
and execute fragment programs. Very limited and experimental, but works well enough to run arbfplight.c. http://fabrice.bellard.free.fr/tcc/ Compile with 'make linux-tcc', being sure to make clean first. | |||
2004-04-13 | Build a single string containing the generated 'C' code. | Keith Whitwell | |
2004-03-30 | Make the output a little more likely to compile... | Keith Whitwell | |
2004-03-30 | Insert original fragment program instructions as comments. | Brian Paul | |
s/__inline/INLINE/ | |||
2004-03-30 | Amusing utility to print ARB_fp programs as C code | Keith Whitwell | |