diff options
author | José Fonseca <[email protected]> | 2009-10-25 09:09:59 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2009-10-25 09:53:49 +0000 |
commit | bfd7a9ca967e5521fb3847db8615127c3ee7b9b3 (patch) | |
tree | 2cbaf17d4022a79371cc36c81d1c48a786650bbe /src/gallium/drivers/llvmpipe/lp_bld_format.h | |
parent | 47d241be9ff89b65b978dd4fe4ea7473e07fa2c4 (diff) |
llvmpipe: New module to help make assertions about formats.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_bld_format.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_bld_format.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_bld_format.h b/src/gallium/drivers/llvmpipe/lp_bld_format.h index fa560576be4..970bee379f5 100644 --- a/src/gallium/drivers/llvmpipe/lp_bld_format.h +++ b/src/gallium/drivers/llvmpipe/lp_bld_format.h @@ -42,6 +42,10 @@ struct util_format_description; struct lp_type; +boolean +lp_format_is_rgba8(const struct util_format_description *desc); + + void lp_build_format_swizzle_soa(const struct util_format_description *format_desc, struct lp_type type, |