summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_copy.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-27intel: fix src offset bug in do_copy_texsubimage()Brian Paul1-1/+1
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt1-7/+10
2009-10-05intel: use driReadDrawable in do_copy_texsubimage()Brian Paul1-1/+1
2009-09-25intel: Handle GL_RGB8 for glCopyTex(Sub)Image.Michel Dänzer1-0/+1
2009-07-13intel: Partially fix fallback detection for glCopyTexSubImage.Eric Anholt1-6/+10
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt1-12/+15
2009-06-23intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt1-1/+4
2009-06-09intel: make a bunch of glTexImage-related functions staticBrian Paul1-4/+14
2009-06-09intel: whitespace clean-upsBrian Paul1-5/+1
2009-06-04intel: Add support for tiled textures.Eric Anholt1-2/+6
2009-06-02intel: Clip to window after calling Driver.TexImage2DIan Romanick1-9/+8
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt1-1/+1
2008-12-18intel: Move copyteximage source clipping out of copytexsubimage.Eric Anholt1-48/+61
2008-12-06intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image.Eric Anholt1-1/+1
2008-12-06intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE.Eric Anholt1-1/+3
2008-11-21i965: Add support for accelerated CopyTexSubImage.Eric Anholt1-16/+22
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick1-1/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-5/+5
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-4/+2
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-2/+4
2008-07-23intel: Fix CopyTexSubImage's src tiling arg for the blit.Eric Anholt1-1/+1
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt1-1/+1
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt1-2/+0
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie1-3/+1
2008-01-22[intel] Clean up references to screen buffer metrics.Kristian Høgsberg1-1/+1
2007-12-20[intel] Fix and reenable (software) SGIS_generate_mipmapEric Anholt1-10/+9
2007-11-16[intel] Add 965 support to shared intel_blit.cEric Anholt1-1/+2
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt1-0/+302