[Mesa-dev] [PATCH v3 08/10] i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixels

Neil Roberts neil at linux.intel.com
Thu Jan 22 06:50:03 PST 2015


Jason Ekstrand <jason at jlekstrand.net> writes:

> Since the meta path can do strictly more than the blitter path, we just
> remove the blitter path entirely.
> ---
>  src/mesa/drivers/dri/i965/intel_pixel_read.c | 130 ++-------------------------
>  1 file changed, 6 insertions(+), 124 deletions(-)
>
> diff --git a/src/mesa/drivers/dri/i965/intel_pixel_read.c b/src/mesa/drivers/dri/i965/intel_pixel_read.c
> index 688a919..a64a5f4 100644
> --- a/src/mesa/drivers/dri/i965/intel_pixel_read.c
> +++ b/src/mesa/drivers/dri/i965/intel_pixel_read.c
> @@ -1,8 +1,7 @@
>  /**************************************************************************
>   *
>   * Copyright 2003 VMware, Inc.
> - * All Rights Reserved.
> - *
> + * All Rights Reserved.  *
>   * Permission is hereby granted, free of charge, to any person obtaining a
>   * copy of this software and associated documentation files (the
>   * "Software"), to deal in the Software without restriction, including

This hunk looks a bit odd, is that a typo?



More information about the mesa-dev mailing list