summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Drop my generatemipmap code in favor of the new shared code.Eric Anholt2009-09-281-3/+0
* intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-105/+6
* Fix DRI2 accelerated EXT_texture_from_pixmap with GL_RGB format.Eric Anholt2009-03-201-0/+2
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-151-0/+10
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: Fix SGIS_generate_mipmap after a miptree had been validated.Eric Anholt2008-08-201-0/+8
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-091-1/+0
* DRI2: Make setTexBuffer take a __DRIdrawable instead of a BO handle.Kristian Høgsberg2008-03-091-2/+1
* Change GetCompressedTexImage in dd_function_table to not take const pointers.Kristian Høgsberg2008-02-251-2/+2
* Add TTM buffer object based texture from pixmap implementation.Kristian Høgsberg2008-02-141-0/+3
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-0/+4
* [intel] Move intel_tex.h into place, forgotten in the previous commit.Eric Anholt2007-11-161-0/+151