projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5bd93f
)
gallium: Remove pf_rev().
author
Michal Krol
<michal@vmware.com>
Thu, 3 Dec 2009 11:03:57 +0000
(12:03 +0100)
committer
Michal Krol
<michal@vmware.com>
Thu, 3 Dec 2009 11:03:57 +0000
(12:03 +0100)
src/gallium/include/pipe/p_format.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_format.h
b/src/gallium/include/pipe/p_format.h
index ec2961e8d7cb0e5c91b9cec833e58cdd9bc50a20..390906e35964169a971ffb1d58dccf43d12b5de6 100644
(file)
--- a/
src/gallium/include/pipe/p_format.h
+++ b/
src/gallium/include/pipe/p_format.h
@@
-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)