diff options
author | Marek Olšák <[email protected]> | 2011-08-02 01:04:58 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-08-02 18:49:30 +0200 |
commit | be7407b75b12c70e1925c10117937ae2b9e6711f (patch) | |
tree | fb6913b4eab9c78e86cd7f6bc6334c6135ad1003 /src/gallium/drivers/r300/r300_texture.h | |
parent | 0290a018a50bd4a3180af3233f145f4de7b63706 (diff) |
gallium/util: add functions for manipulating swizzles
Some of those have been in drivers already.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.h b/src/gallium/drivers/r300/r300_texture.h index 4586bb2e4dc..158a387478f 100644 --- a/src/gallium/drivers/r300/r300_texture.h +++ b/src/gallium/drivers/r300/r300_texture.h @@ -35,10 +35,6 @@ struct r300_texture_desc; struct r300_resource; struct r300_screen; -void util_format_combine_swizzles(unsigned char *dst, - const unsigned char *swz1, - const unsigned char *swz2); - unsigned r300_get_swizzle_combined(const unsigned char *swizzle_format, const unsigned char *swizzle_view, boolean dxtc_swizzle); |