index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_pixel_copy.c
Age
Commit message (
Expand
)
Author
2008-06-24
i965: Use the shared intel_pixel_copy.c.
Eric Anholt
2008-06-24
intel: Avoid glBitmap software fallback for blending when no blending occurs.
Eric Anholt
2008-06-24
intel: Merge check_blit_fragment_ops between i915/i965.
Eric Anholt
2008-02-22
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-01-09
[intel] Remove the dead intel->need_flush member.
Eric Anholt
2007-12-20
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-11-19
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Eric Anholt
2007-08-29
i965: store read drawable info in intel_context. Some OpenGL
Xiang, Haihao
2006-12-02
Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...
Gary Wong
2006-11-29
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Eric Anholt
2006-11-21
Gary Wong's patches for CopyPixels Logiop (enable) and Blend
Keith Whitwell
2006-10-05
Accelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell
2006-09-20
add accelerated glCopyPixels path
Keith Whitwell