Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to free...
[mesa.git] / src / mesa / tnl / t_vp_build.c
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-07-22 Brian Paulsome GLuint idx -> GLint idx changes
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-06-27 Brian Paulmake create_new_program() static
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-14 Jouk Jansen Committing in .
2005-06-10 Keith Whitwellremove debug prints
2005-06-10 Keith WhitwellFix typo in spot attenuation
2005-06-10 Keith WhitwellCorrect test for attenuation.
2005-06-10 Keith WhitwellFix colormaterial flag calculations.
2005-06-09 Keith WhitwellFix a couple of buglets
2005-06-09 Keith WhitwellBuild vertex programs using state from a 'state key...
2005-05-18 Keith WhitwellEliminate a couple of swizzles.
2005-05-17 Brian Pauldon't include strings.h
2005-05-12 Keith WhitwellTurn disassem off (oops).
2005-05-12 Keith WhitwellWhen lighting is enabled, but no lights are enabled...
2005-05-11 Keith WhitwellUse _mesa_memset rather than memset
2005-05-11 Keith WhitwellRename temp_flag to temp_in_use. Use ctx->Const.MaxVer...
2005-05-10 Keith WhitwellEnsure programs don't overflow allocated instruction...
2005-05-10 Keith WhitwellImproved detection of program changes.
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellMissing from previous commit
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-29 Keith WhitwellFormat for 80 columns. Add alternate matrix mul based...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellFacility to construct a vertex program which executes...