summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810tex.c
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-09-30dri/i810: remove duplicated includeNicolas Kaiser
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20i810: Remove unnecessary headers.Vinson Lee
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2005-08-30added some parenthesis to silence warningsBrian Paul
2005-08-25Fix texture format selection. ChooseTextureFormat is supposed to select theIan Romanick
2005-08-19Enable ARB_texture_compression. The code has been in place for a long time,Ian Romanick
2005-08-18Don't try to update hardware texture fields if there is no hardware texture.Ian Romanick
2004-04-08build fixesAlan Hourihane
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-18include texobj.h to silence warningsBrian Paul
2004-01-11call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul
2003-09-30add the i810 driver - no kernel driver yetAlan Hourihane