aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_subimage.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul2012-06-061-13/+15
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-1/+0
* intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul2012-01-021-3/+1
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-301-19/+12
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-2/+2
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-5/+3
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-6/+4
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-171-1/+1
* intel: Restructure TexSubImage as just the 2D implementation and blit func.Eric Anholt2011-08-301-100/+114
* intel: Remove the passthrough TexSubImage[13]D functions.Eric Anholt2011-08-301-42/+0
* intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt2011-08-291-84/+65
* intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt2011-08-291-83/+33
* intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-241-3/+3
* intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson2011-03-301-1/+9
* Revert "intel: Add some defense against buffer allocation failure for subimag...Chris Wilson2011-03-301-11/+11
* intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson2011-03-071-11/+11
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* 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