aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_copy.c
Commit message (Expand)AuthorAgeFilesLines
* i915: fallback on transfer modeXiang, Haihao2009-01-161-0/+6
* intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt2008-12-191-0/+3
* intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.Eric Anholt2008-12-191-2/+2
* intel: Fix glCopyPixels blit acceleration for FBO destinations.Eric Anholt2008-12-061-48/+56
* i915: Fix overlapping CopyPixels with negative pixel zoom.Eric Anholt2008-09-231-4/+14
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-6/+6
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-6/+4
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-4/+6
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-2/+2
* intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt2008-06-261-4/+2
* intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.Eric Anholt2008-06-241-14/+10
* i965: Use the shared intel_pixel_copy.c.Eric Anholt2008-06-241-4/+4
* i915: Fix read != draw drawable for glCopyPixels.Eric Anholt2008-06-241-2/+3
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-0/+382