summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_subimage.c
AgeCommit message (Expand)Author
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-10intel: Remove unnecessary header.Vinson Lee
2010-06-09intel: Use the blitter to upload TexSubImage data to busy textures.Eric Anholt
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-28drivers: use new _mesa_texstore() functionBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-15mesa: move generate mipmap callsBrian Paul
2009-08-05intel: implement intelCompressedTexSubImage2DRoland Scheidegger
2009-06-09intel: make a bunch of glTexImage-related functions staticBrian Paul
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt
2008-12-15intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie
2008-05-02[intel] Warnings fixes.Eric Anholt
2008-03-17intel: It is needed to allocating texture memory to accommodateXiang, Haihao
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt
2007-12-14[intel] Remove useless intel_region_idle.Eric Anholt
2007-12-12[intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt