From: Tomas Carnecky Date: Wed, 23 Dec 2009 15:57:17 +0000 (+0100) Subject: i965g: Rename {pf->util_format}_is_depth_or_stencil() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc7a2d8e6422f632b28e740afc4ab29bd68ac0f9;p=mesa.git i965g: Rename {pf->util_format}_is_depth_or_stencil() --- diff --git a/src/gallium/drivers/i965/brw_wm_sampler_state.c b/src/gallium/drivers/i965/brw_wm_sampler_state.c index d9f17ac305f..a8bc31c9cef 100644 --- a/src/gallium/drivers/i965/brw_wm_sampler_state.c +++ b/src/gallium/drivers/i965/brw_wm_sampler_state.c @@ -131,7 +131,7 @@ brw_wm_sampler_update_default_colors(struct brw_context *brw) const struct brw_sampler *sampler = brw->curr.sampler[i]; const float *bc; - if (util_is_depth_or_stencil(tex->base.format)) { + if (util_format_is_depth_or_stencil(tex->base.format)) { float bordercolor[4] = { sampler->border_color[0], sampler->border_color[0],