summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_subimage.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-13/+15
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-1/+0
2012-01-02intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul1-3/+1
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-19/+12
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-2/+2
2011-10-05mesa: get rid of imageOffsets arrays in texstore codeBrian Paul1-5/+3
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-6/+4
2011-09-17intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul1-1/+1
2011-08-30intel: Restructure TexSubImage as just the 2D implementation and blit func.Eric Anholt1-100/+114
2011-08-30intel: Remove the passthrough TexSubImage[13]D functions.Eric Anholt1-42/+0
2011-08-29intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt1-84/+65
2011-08-29intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt1-83/+33
2011-08-24intel: use new gl_texture_image:Face, Level fieldsBrian Paul1-3/+3
2011-03-30intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson1-1/+9
2011-03-30Revert "intel: Add some defense against buffer allocation failure for subimag...Chris Wilson1-11/+11
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson1-11/+11
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-06-10intel: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-09intel: Use the blitter to upload TexSubImage data to busy textures.Eric Anholt1-10/+67
2010-05-10intel: Drop intelFlush()Kristian Høgsberg1-1/+1
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg1-0/+2
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg1-4/+0
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul1-1/+1
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-1/+1
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-2/+2
2009-09-28drivers: use new _mesa_texstore() functionBrian Paul1-12/+11
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul1-1/+1
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul1-8/+11
2009-09-15mesa: move generate mipmap callsBrian Paul1-5/+0
2009-08-05intel: implement intelCompressedTexSubImage2DRoland Scheidegger1-21/+44
2009-06-09intel: make a bunch of glTexImage-related functions staticBrian Paul1-13/+15
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt1-5/+5
2008-12-15intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt1-0/+15
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-5/+5
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie1-3/+1
2008-05-02[intel] Warnings fixes.Eric Anholt1-0/+1
2008-03-17intel: It is needed to allocating texture memory to accommodateXiang, Haihao1-2/+12
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt1-3/+1
2007-12-14[intel] Remove useless intel_region_idle.Eric Anholt1-3/+0
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt1-1/+1
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt1-0/+182