summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex.c
Commit message (Expand)AuthorAgeFilesLines
* intel: fix broken sw generate mipmap pathBrian Paul2009-10-131-0/+22
* intel: wrap _mesa_meta_GenerateMipmap()Brian Paul2009-10-021-0/+27
* intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-281-1/+0
* intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-16/+0
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-55/+1
* intel: asst. casts to silence warningsBrian Paul2009-01-261-1/+1
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-151-0/+1
* i965: Add support for accelerated CopyTexSubImage.Eric Anholt2008-11-211-7/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt2008-08-201-2/+7
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-091-1/+10
* swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-091-1/+1
* Revert "mesa/intel: map/unmap texture objects around mipmap generation functi...Dave Airlie2008-05-091-18/+0
* mesa/intel: map/unmap texture objects around mipmap generation function.Dave Airlie2008-05-091-0/+18
* [intel] Use mesa texmemory functions to allocate teximage Data.Michal Wajdeczko2008-03-261-1/+2
* Fix build on ia64.Adam Jackson2008-02-151-2/+2
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-0/+41
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-0/+8
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+192