aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_tex.c
Commit message (Expand)AuthorAgeFilesLines
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
* Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt2004-10-021-1/+0
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-11/+13
* build fixesAlan Hourihane2004-04-081-0/+1
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-3/+3
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-3/+3
* casts to silence warningsBrian Paul2004-03-041-2/+2
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-1/+0
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-5/+3
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-15/+4
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-33/+44
* include texobj.h to silence warningsBrian Paul2004-01-181-0/+1
* Removed some dead code. R128 does not (as far as I can tell) supportIan Romanick2004-01-131-9/+11
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+2
* merge r128 DRI driver from DRI trunkAlan Hourihane2003-12-051-37/+52
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+598