summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_pixel_copy.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-3/+4
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+210
2008-06-24i965: Use the shared intel_pixel_copy.c.Eric Anholt1-318/+1
2008-06-24intel: Avoid glBitmap software fallback for blending when no blending occurs.Eric Anholt1-1/+1
2008-06-24intel: Merge check_blit_fragment_ops between i915/i965.Eric Anholt1-28/+0
2008-02-22Merge {i915,i965}/intel_context.h as intel/intel_context.hKristian Høgsberg1-0/+2
2008-01-09[intel] Remove the dead intel->need_flush member.Eric Anholt1-1/+0
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-1/+1
2007-11-19[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt1-0/+1
2007-08-29i965: store read drawable info in intel_context. Some OpenGLXiang, Haihao1-2/+3
2006-12-02Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...Gary Wong1-63/+101
2006-11-29Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt1-2/+65
2006-11-21Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell1-3/+5
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell1-4/+5
2006-09-20add accelerated glCopyPixels pathKeith Whitwell1-0/+239