[i965] Rename {pf -> util}_format_is_depth_or_stencil()

The function was moved and renamed in 0bed834b.

Signed-off-by: Tomas Carnecky <tom@dbservice.com>
This commit is contained in:
Tomas Carnecky 2009-12-23 15:40:20 +00:00 committed by Keith Whitwell
parent 0f6cbc55b7
commit 315ca95666
1 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
*/
#include "util/u_math.h"
#include "util/u_format.h"
#include "brw_context.h"
#include "brw_state.h"
@ -130,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 (pf_is_depth_or_stencil(tex->base.format)) {
if (util_is_depth_or_stencil(tex->base.format)) {
float bordercolor[4] = {
sampler->border_color[0],
sampler->border_color[0],