summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_tex.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-15/+15
* swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-091-3/+1
* allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul2006-10-151-4/+4
* increate MaxTextureLevels to 11 (bug 3130)Brian Paul2006-10-151-0/+7
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-2/+3
* Fix a number of texture compression issues.Brian Paul2006-05-081-1/+9
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-161-2/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-2/+3
* disable call to via_sse_memcpy() until it's fixedBrian Paul2005-07-151-1/+7
* Only use x86 / SSE assembly when USE_X86_ASM / USE_SSE_ASM are defined.Ian Romanick2005-05-241-0/+4
* Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell2005-05-231-1/+6
* merge unichrome changes from branchKeith Whitwell2005-03-221-261/+866
* remove some dead texture codeAlan Hourihane2005-01-131-44/+0
* Large updateKeith Whitwell2004-12-291-3/+1
* Remove #ifdef DEBUG's in code, but still allow compiler to remove debugKeith Whitwell2004-12-201-38/+0
* Unichrome DRI:Thomas Hellström2004-12-151-1/+1
* Add _mesa_delete_texture_object() call to viaDeleteTextureKeith Whitwell2004-12-151-0/+3
* updates from Erdi ChenBrian Paul2004-02-231-1/+0
* Via Unichrome/cle266 driver (Erdi Chen)Brian Paul2004-01-301-0/+432