From 3b667700a5d88b71e6e7a41d1521754b393c022e Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 29 Apr 2010 04:32:25 +0200 Subject: r300g: compose swizzles from texture formats and sampler views --- src/gallium/drivers/r300/r300_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/r300/r300_texture.h') diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 453d42b188..ba79ec068a 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -28,7 +28,7 @@ struct r300_texture; uint32_t r300_translate_texformat(enum pipe_format format, - const unsigned char *swizzle); + const unsigned char *swizzle_view); uint32_t r500_tx_format_msb_bit(enum pipe_format format); -- cgit v1.2.3