Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
[mesa.git] / src / mesa / array_cache /
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-29 Brian Paulupdated email addresses
2002-10-24 Brian PaulHeader file clean-up:
2002-04-21 Brian Paulfixed assertion, replaced switch() with if/elseif
2002-04-21 Brian PaulVertex program attribute arrays seem to work now. ...
2002-04-21 Brian Pauladded support for vertex program attribute arrays
2002-04-21 Brian Paulvertex program attribute array work
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
2001-12-14 Brian Paulvertex program check-in
2001-07-19 Brian PaulAdded Win32 memory debugging and fixed a few memory...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-17 Brian Paulanother fix in import_texcoord()
2001-04-17 Brian Paulreplaced ac->count with ac->count - ac->start in import...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-17 Keith WhitwellFix cut&paste bug exposed by clipbug.c demo.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-07 Keith WhitwellCorrectly calculate size for disabled texcoord arrays.
2001-02-04 Keith Whitwellrework to correctly respect _ac_import_range()
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-16 Brian Paulfixed a small error in import_color(), include m_transl...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellThe array cache.