[Mesa-dev] [PATCH 4/7] intel: Move XRGB->ARGB blit logic into intel_miptree_blit().

Kenneth Graunke kenneth at whitecape.org
Wed Jun 5 23:05:42 PDT 2013


On 06/05/2013 10:14 AM, Eric Anholt wrote:
> Now any caller (such as glCopyPixels()) can benefit from it, and it only
> changes the correct subset of the destination instead of a whole teximage.
> ---
>   src/mesa/drivers/dri/intel/intel_blit.c       | 114 ++++++++++++++------------
>   src/mesa/drivers/dri/intel/intel_blit.h       |   2 -
>   src/mesa/drivers/dri/intel/intel_pixel_copy.c |  13 ---
>   src/mesa/drivers/dri/intel/intel_tex_copy.c   |  34 --------
>   4 files changed, 63 insertions(+), 100 deletions(-)

Wow, this is much cleaner...and I have a lot more confidence that it 
will work now.

I had comments on patches 2 and 5, but the rest are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>


More information about the mesa-dev mailing list