gallium: Remove pf_rev().

This commit is contained in:
Michal Krol
2009-12-03 12:03:57 +01:00
parent f5bd93fae2
commit 9861ad46ab
-5
View File
@@ -238,11 +238,6 @@ typedef uint pipe_format_ycbcr_t;
(PIPE_FORMAT_LAYOUT_YCBCR << 0) |\
((REV) << 2) )
static INLINE uint pf_rev(pipe_format_ycbcr_t f)
{
return (f >> 2) & 0x1;
}
/**
* Compresssed format layouts (this will probably change)