index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_tex_copy.c
Age
Commit message (
Expand
)
Author
2009-09-19
intel: use new _mesa_meta_CopyTex[Sub]Image() functions
Brian Paul
2009-09-15
mesa: move generate mipmap calls
Brian Paul
2009-07-13
intel: Partially fix fallback detection for glCopyTexSubImage.
Eric Anholt
2009-06-23
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
intel: Fix some potential writes to zero-copy PBOs when used as regions.
Eric Anholt
2009-06-09
intel: make a bunch of glTexImage-related functions static
Brian Paul
2009-06-09
intel: whitespace clean-ups
Brian Paul
2009-06-04
intel: Add support for tiled textures.
Eric Anholt
2009-06-02
intel: Clip to window after calling Driver.TexImage2D
Ian Romanick
2009-05-08
intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.
Eric Anholt
2008-12-18
intel: Move copyteximage source clipping out of copytexsubimage.
Eric Anholt
2008-12-06
intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image.
Eric Anholt
2008-12-06
intel: Put CopyTexImage fallback under DEBUG_FALLBACKS not DEBUG_TEXTURE.
Eric Anholt
2008-11-21
i965: Add support for accelerated CopyTexSubImage.
Eric Anholt
2008-10-01
Unify ARB_depth_texture and SGIX_depth_texture
Ian Romanick
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-07-23
intel: Fix CopyTexSubImage's src tiling arg for the blit.
Eric Anholt
2008-07-11
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-06-26
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-05-09
intel: use new mipmap generation hooks in driver.
Dave Airlie
2008-01-22
[intel] Clean up references to screen buffer metrics.
Kristian Høgsberg
2007-12-20
[intel] Fix and reenable (software) SGIS_generate_mipmap
Eric Anholt
2007-11-16
[intel] Add 965 support to shared intel_blit.c
Eric Anholt
2007-11-09
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt