summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_copy.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-191-1/+1
* intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() failsBrian Paul2009-09-011-5/+1
* intel: use new _mesa_meta_copy_pixels() functionBrian Paul2009-08-101-165/+2
* intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.Eric Anholt2009-07-071-0/+6
* intel: Avoid trying to do blits to Y tiled regions.Eric Anholt2009-06-231-6/+10
* intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt2009-06-231-5/+3
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-1/+1
* 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