Header file clean-up:
[mesa.git] / src / mesa / tnl / t_pipeline.c
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2001-12-15 Brian Pauldisable debug printf's, fix a crash
2001-12-14 Brian Paulvertex program check-in
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-04-30 Keith WhitwellRestore optimization for cva glArrayElement operation.
2001-04-19 Keith WhitwellRemove values from VB->importable_data as those arrays...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-17 Keith WhitwellFixes for performance bug on compiled array element...
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Jouk Jansen Modified Files:
2000-11-24 Keith WhitwellFixed a couple of bugs that crept into last commit
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Committing in .
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories