summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810tex.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-26dri: Remove all DRI1 driversIan Romanick1-546/+0
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-6/+6
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-11/+11
2010-09-30dri/i810: remove duplicated includeNicolas Kaiser1-1/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-2/+0
2010-01-20i810: Remove unnecessary headers.Vinson Lee1-2/+0
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-2/+2
2009-10-05drivers: don't include texformat.hBrian Paul1-1/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-9/+9
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul1-3/+3
2008-09-21Remove CVS keywords.Keith Whitwell1-1/+0
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-13/+14
2005-08-30added some parenthesis to silence warningsBrian Paul1-2/+2
2005-08-25Fix texture format selection. ChooseTextureFormat is supposed to select theIan Romanick1-28/+14
2005-08-19Enable ARB_texture_compression. The code has been in place for a long time,Ian Romanick1-0/+12
2005-08-18Don't try to update hardware texture fields if there is no hardware texture.Ian Romanick1-23/+27
2004-04-08build fixesAlan Hourihane1-0/+1
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul1-1/+0
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling1-3/+2
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul1-18/+6
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-34/+49
2004-01-18include texobj.h to silence warningsBrian Paul1-1/+1
2004-01-11call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul1-0/+2
2003-09-30add the i810 driver - no kernel driver yetAlan Hourihane1-0/+544