summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_tex.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-615/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-6/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-10/+10
* dri/r128: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* mesa: Move [UN]CLAMPED_FLOAT_TO_UBYTE from imports.h to macros.h.Vinson Lee2010-07-091-0/+1
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* r128: Remove unnecessary headers.Vinson Lee2010-01-301-5/+0
* mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
* drivers: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-4/+4
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+8
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-3/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-11/+11
* 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