On 14 August 2012 16:58, Chad Versace wrote:
> intel_renderbuffer_resolve_hiz checks if rb->mt is null, so there is no
> need for the caller to do so.
>
> Signed-off-by: Chad Versace
>
Reviewed-by: Paul Berry
> ---
> src/mesa/drivers/dri/i965/brw_draw.c | 3 +--
> 1 file changed, 1 insertio
intel_renderbuffer_resolve_hiz checks if rb->mt is null, so there is no
need for the caller to do so.
Signed-off-by: Chad Versace
---
src/mesa/drivers/dri/i965/brw_draw.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/i965/brw_draw.c
b/src/mesa/driver