Remove CVS keywords.
[mesa.git] / src / mesa / drivers / dri / r128 / r128_tex.c
2008-05-26 José FonsecaRemove CVS keywords.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-10-02 Eric AnholtConvert Rage 128 over to t_vertex.c. While it's slight...
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-04-08 Alan Hourihanebuild fixes
2004-03-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-04 Brian Paulcasts to silence warnings
2004-01-26 Brian Paulremove bogus assertion in DeleteTexture() function
2004-01-26 Felix KuehlingMake the drivers using the common texmem code work...
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-18 Brian Paulinclude texobj.h to silence warnings
2004-01-13 Ian RomanickRemoved some dead code. R128 does not (as far as I...
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2003-12-05 Alan Hourihanemerge r128 DRI driver from DRI trunk
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper