Paul Berry writes:
> The only format returned by _mesa_get_format_base_format() that
> satisfies _mesa_is_depthstencil_format() is GL_DEPTH_STENCIL, so we
> can simplify the check.
> ---
> src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>
The only format returned by _mesa_get_format_base_format() that
satisfies _mesa_is_depthstencil_format() is GL_DEPTH_STENCIL, so we
can simplify the check.
---
src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/in