summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_tex.c
Commit message (Expand)AuthorAgeFilesLines
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* unichrome: Remove unnecessary headers.Vinson Lee2010-01-191-2/+0
* mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-251-1/+1
* mesa: change compressed texture size callsBrian Paul2009-10-241-10/+4
* drivers: don't include texformat.hBrian Paul2009-10-051-2/+1
* mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul2009-10-051-3/+0
* mesa: removed gl_texture_image::CompressedSize fieldBrian Paul2009-10-011-2/+3
* mesa: move mesa_set_fetch_functions()Brian Paul2009-10-011-0/+1
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-3/+2
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-34/+34
* drivers: use new _mesa_texstore() functionBrian Paul2009-09-281-12/+9
* via: use mesa texture format helper functionsBrian Paul2009-09-271-10/+5
* mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-10/+13
* mesa: move generate mipmap callsBrian Paul2009-09-151-5/+0
* 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