Move format definitions from p_defines.h to p_format.h.
authormichal <michal@michal-laptop.(none)>
Fri, 26 Oct 2007 16:17:52 +0000 (17:17 +0100)
committermichal <michal@michal-laptop.(none)>
Sat, 27 Oct 2007 18:01:10 +0000 (19:01 +0100)
commit26df9d1a304f03e9692e7bac0a3bc83330f30c6a
tree26e3632fe8bae49c1e63c01a8dad1ef2013dbe88
parentbc99ea96fbde347aa4cad13477d5e3c30cb8069e
Move format definitions from p_defines.h to p_format.h.

PIPE_FORMAT is not an ordinary enum -- it encodes its
format description in the value that defines it.
src/mesa/pipe/p_defines.h
src/mesa/pipe/p_format.h [new file with mode: 0644]