[Mesa-dev] [PATCH 07/30] i965: Get rid of intel_renderbuffer_resolve_*

Chad Versace chadversary at chromium.org
Fri Jun 2 21:30:36 UTC 2017


On Fri 26 May 2017, Jason Ekstrand wrote:
> There is exactly one caller so it's a bit pointless to have all of this
> plumbing.  Just inline it at the one place it's used.
> ---
>  src/mesa/drivers/dri/i965/brw_context.c |  7 +++++--
>  src/mesa/drivers/dri/i965/intel_fbo.c   | 26 --------------------------
>  src/mesa/drivers/dri/i965/intel_fbo.h   | 24 ------------------------
>  3 files changed, 5 insertions(+), 52 deletions(-)

This patch brought back old memories. You're ripping up the code from my
first major project at Intel. And it feels good to see it cleaned up.

Patch 7 is
Reviewed-by: Chad Versace <chadversary at chromium.org>


More information about the mesa-dev mailing list