Re: [Mesa-dev] [PATCH 03/30] i965: Don't bother with HiZ in renderbuffer_move_to_temp

2017-06-20 Thread Chad Versace
On Fri 16 Jun 2017, Jason Ekstrand wrote: > This function is only used on gen4-5 which don't support HiZ. Yup. Did I write that code? Reviewed-by: Chad Versace ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

[Mesa-dev] [PATCH 03/30] i965: Don't bother with HiZ in renderbuffer_move_to_temp

2017-06-16 Thread Jason Ekstrand
This function is only used on gen4-5 which don't support HiZ. --- src/mesa/drivers/dri/i965/intel_fbo.c | 4 1 file changed, 4 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_fbo.c b/src/mesa/drivers/dri/i965/intel_fbo.c index 864ff32..ee4aba9 100644 ---