summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_tex.c
AgeCommit message (Expand)Author
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-05-09swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie
2006-10-15allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul
2006-10-15increate MaxTextureLevels to 11 (bug 3130)Brian Paul
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-05-08Fix a number of texture compression issues.Brian Paul
2005-11-16Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-07-15disable call to via_sse_memcpy() until it's fixedBrian Paul
2005-05-24Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.Ian Romanick
2005-05-23Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell
2005-03-22merge unichrome changes from branchKeith Whitwell
2005-01-13remove some dead texture codeAlan Hourihane
2004-12-29Large updateKeith Whitwell
2004-12-20Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell
2004-12-15Unichrome DRI:Thomas Hellström
2004-12-15Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell
2004-02-23updates from Erdi ChenBrian Paul
2004-01-30Via Unichrome/cle266 driver (Erdi Chen)Brian Paul