aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_subimage.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Remove unnecessary header.Vinson Lee2010-06-101-1/+0
* intel: Use the blitter to upload TexSubImage data to busy textures.Eric Anholt2010-06-091-10/+67
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+2
* intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-4/+0
* mesa: remove calls to _mesa_compressed_row_stride()Brian Paul2009-10-251-1/+1
* mesa: remove gl_texture_image::IsCompressed fieldBrian Paul2009-10-011-1/+1
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-2/+2
* drivers: use new _mesa_texstore() functionBrian Paul2009-09-281-12/+11
* mesa/drivers: use _mesa_get_format_bytes()Brian Paul2009-09-271-1/+1
* mesa: use _mesa_get_texstore_func()Brian Paul2009-09-271-8/+11
* mesa: move generate mipmap callsBrian Paul2009-09-151-5/+0
* intel: implement intelCompressedTexSubImage2DRoland Scheidegger2009-08-051-21/+44
* intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-13/+15
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-5/+5
* intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt2008-12-151-0/+15
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-091-3/+1
* [intel] Warnings fixes.Eric Anholt2008-05-021-0/+1
* intel: It is needed to allocating texture memory to accommodateXiang, Haihao2008-03-171-2/+12
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-3/+1
* [intel] Remove useless intel_region_idle.Eric Anholt2007-12-141-3/+0
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-1/+1
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+182