summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-04-29 04:32:25 +0200
committerMarek Olšák <maraeo@gmail.com>2010-04-29 04:39:19 +0200
commit3b667700a5d88b71e6e7a41d1521754b393c022e (patch)
treea4709c9e62545adb71eb54fde4792ce91380cfcf /src/gallium/drivers/r300/r300_texture.h
parent95bfc8f32571751c5c9ec6d8e84f5e3c28d1b20e (diff)
r300g: compose swizzles from texture formats and sampler views
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r--src/gallium/drivers/r300/r300_texture.h2
1 files changed, 1 insertions, 1 deletions
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);