aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_copy.c
Commit message (Expand)AuthorAgeFilesLines
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* intel: Silence compiler warnings.Vinson Lee2009-12-281-1/+1
* intel: make CopyTex[Sub]Image fallback debug messages more consistentRoland Scheidegger2009-11-211-2/+8
* i965: Remove an unused cache_item field.Eric Anholt2009-11-131-1/+1
* intel: minor clean-up, commentsBrian Paul2009-10-271-2/+3
* intel: use _mesa_get_current_tex_unit() helperBrian Paul2009-10-271-9/+6
* intel: fix src offset bug in do_copy_texsubimage()Brian Paul2009-10-271-1/+1
* Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-10-231-7/+10
|\
| * intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt2009-10-231-7/+10
* | intel: pass zslice to intel_miptree_image_offset()Brian Paul2009-10-121-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-1/+1
|\|
| * intel: use driReadDrawable in do_copy_texsubimage()Brian Paul2009-10-051-1/+1
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-281-0/+1
|\|
| * intel: Handle GL_RGB8 for glCopyTex(Sub)Image.Michel Dänzer2009-09-251-0/+1
* | intel: use new _mesa_meta_CopyTex[Sub]Image() functionsBrian Paul2009-09-191-9/+10
* | mesa: move generate mipmap callsBrian Paul2009-09-151-6/+0
|/
* intel: Partially fix fallback detection for glCopyTexSubImage.Eric Anholt2009-07-131-6/+10
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-12/+15
* intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt2009-06-231-1/+4
* intel: make a bunch of glTexImage-related functions staticBrian Paul2009-06-091-4/+14
* intel: whitespace clean-upsBrian Paul2009-06-091-5/+1
* intel: Add support for tiled textures.Eric Anholt2009-06-041-2/+6
* intel: Clip to window after calling Driver.TexImage2DIan Romanick2009-06-021-9/+8
* intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt2009-05-081-1/+1
* intel: Move copyteximage source clipping out of copytexsubimage.Eric Anholt2008-12-181-48/+61
* intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image.Eric Anholt2008-12-061-1/+1
* intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE.Eric Anholt2008-12-061-1/+3
* i965: Add support for accelerated CopyTexSubImage.Eric Anholt2008-11-211-16/+22
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-4/+2
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-2/+4
* intel: Fix CopyTexSubImage's src tiling arg for the blit.Eric Anholt2008-07-231-1/+1
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-1/+1
* intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-2/+0
* intel: use new mipmap generation hooks in driver.Dave Airlie2008-05-091-3/+1
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-221-1/+1
* [intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt2007-12-201-10/+9
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-1/+2
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+302