summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_pixel_copy.c
AgeCommit message (Expand)Author
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-03-22intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg
2010-03-16i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-01-26intel: Remove DRI1 junk from CopyPixels.Eric Anholt
2010-01-04intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region()Kristian Høgsberg
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-02intel: Fix more front-buffer rendering after Brian's less flushing patch.Eric Anholt
2009-09-19mesa: rename functions to be more consistant with rest of mesaBrian Paul
2009-09-01intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() failsBrian Paul
2009-08-10intel: use new _mesa_meta_copy_pixels() functionBrian Paul
2009-07-07intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.Eric Anholt
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt
2009-06-23intel: Fix some potential writes to zero-copy PBOs when used as regions.Eric Anholt
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2009-01-16i915: fallback on transfer modeXiang, Haihao
2008-12-19intel: Update mesa state in blit operations that want post-scissor draw bounds.Eric Anholt
2008-12-19intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.Eric Anholt
2008-12-06intel: Fix glCopyPixels blit acceleration for FBO destinations.Eric Anholt
2008-09-23i915: Fix overlapping CopyPixels with negative pixel zoom.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt
2008-06-26intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.Eric Anholt
2008-06-24intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.Eric Anholt
2008-06-24i965: Use the shared intel_pixel_copy.c.Eric Anholt
2008-06-24i915: Fix read != draw drawable for glCopyPixels.Eric Anholt
2007-12-21[intel] Move some pixel path support from drivers to shared.Eric Anholt