Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to free...
[mesa.git] / src / mesa / tnl / t_vb_arbprogram.c
2005-07-15 Brian PaulCheck for null program->Parameters pointer in validate_...
2005-07-13 Keith WhitwellUse the LDEXPF wrapper macro.
2005-07-10 Keith WhitwellAdd runtime compiled x87 implementations for most of...
2005-07-01 Karl SchultzUse frexp on Windows; frexpf is not available.
2005-07-01 Brian Paulreplace some free() calls with _mesa_free()
2005-06-21 Brian Paulinclude light.h to silence warning
2005-06-10 Keith Whitwellremove debug prints
2005-06-10 Keith WhitwellAllow the print opcode to compile
2005-06-10 Keith WhitwellAdd notes about intended precision of opcodes.
2005-06-09 Keith WhitwellAnother typo
2005-06-09 Keith WhitwellFurther clean up RoughApproxPow2 and disable the optimi...
2005-06-09 Keith WhitwellFix typo in RoughApproxPow2
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-08 Keith WhitwellTurn off debug
2005-06-08 Keith WhitwellRuntime generate sse/sse2 code for some vertex programs...
2005-06-08 Keith WhitwellRemove ARL opcode from interpreter.
2005-06-07 Keith WhitwellInitialize some variables.
2005-06-07 Keith WhitwellSimplify interpreted language:
2005-05-10 Keith WhitwellMissing from previous commit
2005-04-29 Keith WhitwellAdd DISASSEM define, similar to other program generator...
2005-04-22 Keith WhitwellMove the call to _tnl_UpdateFixedFunctionProgram to...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellNew software implementation of ARB_vertex_program....