[Mesa-dev] [PATCH 3/3] i965/tiled_memoyp: Get rid of the direction parameter to get_memcpy
Chad Versace
chad.versace at intel.com
Fri Apr 8 17:28:00 UTC 2016
On 04/07/2016 01:56 PM, Jason Ekstrand wrote:
> Now that we can use the much simpler rgba8_copy function, we don't need to
> hand different functions out based on direction.
> ---
> src/mesa/drivers/dri/i965/intel_pixel_read.c | 3 +--
> src/mesa/drivers/dri/i965/intel_tex_image.c | 3 +--
> src/mesa/drivers/dri/i965/intel_tex_subimage.c | 3 +--
> src/mesa/drivers/dri/i965/intel_tiled_memcpy.c | 3 +--
> src/mesa/drivers/dri/i965/intel_tiled_memcpy.h | 15 +--------------
> 5 files changed, 5 insertions(+), 22 deletions(-)
I read the patches closely, and I like their approach.
For the series,
Reviewed-by: Chad Versace <chad.versace at intel.com>
More information about the mesa-dev
mailing list