aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_tex_copy.c
Commit message (Expand)AuthorAgeFilesLines
* intel: Check for a NULL src buffer prior to bltChris Wilson2010-08-051-1/+1
* intel: Update comment in intel_tex_copy from before miptree x/y rework.Eric Anholt2010-06-081-1/+1
* intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBAKristian Høgsberg2010-06-011-0/+8
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-1/+1
* intel: Use fb->Height when flipping read buffer orientationKristian Høgsberg2010-03-301-12/+2
* intel: Replace mt->pitch with mt->region->pitch.Eric Anholt2010-03-171-1/+1
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+1
* intel: Remove dead code from having to clip copyteximage source rect.Eric Anholt2010-01-261-5/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * intel: Remove unnecessary headers.Vinson Lee2010-01-231-1/+0
* | Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-051-6/+1
|\ \ | |/ |/|
| * intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-5/+0
| * Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* | intel: Fix CopyTexImage from tiled mipmap levels > 0.Eric Anholt2010-01-041-2/+3
|/
* 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