From 866d22ccce93fa507aca06aaa25217d18b1cdd0f Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Fri, 9 Apr 2010 16:30:52 +0100 Subject: util: Get all depth stencil tests passing. Note the tests don't test all the paths, in particular stride, and ensuring the old value is preserved. --- src/gallium/auxiliary/util/u_format.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gallium/auxiliary/util/u_format.h') diff --git a/src/gallium/auxiliary/util/u_format.h b/src/gallium/auxiliary/util/u_format.h index c96a39dc09..5e3dc694be 100644 --- a/src/gallium/auxiliary/util/u_format.h +++ b/src/gallium/auxiliary/util/u_format.h @@ -286,9 +286,9 @@ struct util_format_description * Only defined for stencil formats. */ void - (*unpack_s_32unorm)(uint8_t *dst, unsigned dst_stride, - const uint8_t *src, unsigned src_stride, - unsigned width, unsigned height); + (*unpack_s_8uscaled)(uint8_t *dst, unsigned dst_stride, + const uint8_t *src, unsigned src_stride, + unsigned width, unsigned height); /** * Pack pixels from S8_USCALED. -- cgit v1.2.3