summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_blit.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-83/+0
2013-06-17intel: Move XRGB->ARGB blit logic into intel_miptree_blit().Eric Anholt1-2/+0
2013-05-28intel: Make a wrapper for intelEmitCopyBlit using miptrees.Eric Anholt1-0/+10
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-2/+2
2011-01-03intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt1-1/+1
2010-12-16intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt1-0/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt1-3/+3
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-1/+1
2009-08-28intel: Add support for GL_ARB_map_buffer_range.Eric Anholt1-0/+6
2009-06-23intel: Avoid trying to do blits to Y tiled regions.Eric Anholt1-2/+3
2009-06-23intel: Remove long-unused intel_region_fill and intelEmitFillBlit.Eric Anholt1-9/+0
2008-09-10intel: track move of bo_exec from drivers to bufmgr.Eric Anholt1-1/+0
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt1-1/+0
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-4/+4
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-4/+4
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt1-4/+4
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-0/+12
2007-11-16[intel] Add 965 support to shared intel_blit.cEric Anholt1-0/+3
2007-11-09[intel] Move over files that will be shared with 965-fbo work.Eric Anholt1-0/+62