Re: [Mesa-dev] [PATCH] i965: Simplify separate stencil check

2013-03-14 Thread Eric Anholt
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(-) > >

[Mesa-dev] [PATCH] i965: Simplify separate stencil check

2013-03-13 Thread Paul Berry
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