aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_pixel_copy.c
Commit message (Expand)AuthorAgeFilesLines
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-241-5/+9
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-2/+3
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-13/+13
* intel: Fix mipmap and format handling of blit glCopyPixels().Eric Anholt2011-06-131-45/+53
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-231-0/+4
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-4/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* intel: Drop intelFlush()Kristian Høgsberg2010-05-101-1/+1
* intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg2010-03-221-4/+7
* i965: Fix inversion for glCopyPixels to/from FBOs.Eric Anholt2010-03-161-11/+10
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+2
* intel: Remove DRI1 junk from CopyPixels.Eric Anholt2010-01-261-87/+50
* intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region()Kristian Høgsberg2010-01-041-7/+12
* intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg2010-01-041-4/+0
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-4/+4
* intel: Fix more front-buffer rendering after Brian's less flushing patch.Eric Anholt2009-12-021-0/+2
* 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