Clean-up/renaming of the per-vertex attribute bits, specifically, the
[mesa.git] / src / mesa / tnl / t_imm_exec.c
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-15 Brian Pauldisable debug printf's, fix a crash
2001-12-14 Brian Paulvertex program check-in
2001-11-30 Alan HourihaneDon't reset _tnl_CurrentInput when in DestroyContext.
2001-08-02 Keith WhitwellFix SGL testLights.exe bugs (interaction of copying...
2001-08-01 Keith WhitwellFix copying problem (light spots) on evaluated surfaces.
2001-06-28 Keith Whitwellrestore normal length optimization in dlists
2001-05-16 Keith Whitwellfix for Jouk's glplanet bug
2001-05-14 Keith WhitwellFix for glean texgen test.
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-05-09 Keith Whitwellfix possible segfault on destroy context
2001-05-03 Keith Whitwellfix for moebius infinite loop
2001-05-01 Keith Whitwellremoved debug
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-09 Keith WhitwellPerform fixup on material values
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
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-02-06 Brian PaulOverhaul of texture image handling.
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-14 Keith WhitwellFixed conform feedback and drawelements tests.
2001-01-13 Keith WhitwellFix crash in book/stencil.
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-27 Keith Whitwellfix demos/fire, enable lazy vertex flushing
2000-12-27 Keith Whitwellfix sproingies bug
2000-12-26 Keith WhitwellMajor rework of tnl module