diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-06-18 08:51:38 +0200 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-06-18 08:51:38 +0200 |
commit | 28ac7d37fe9576428417351bf1acd180b179502a (patch) | |
tree | 0aa885d7bbd833c273b4a918da37d64e32873af8 /src/gallium | |
parent | 081c05605f1c308c35fcf4168aac09fbf3c0a108 (diff) |
gallium: Remove PIPE_FORMAT_A8UB8UG8SR8S_NORM definition.
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/include/pipe/p_format.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_format.h b/src/gallium/include/pipe/p_format.h index e7d63350ef..579fdb2957 100644 --- a/src/gallium/include/pipe/p_format.h +++ b/src/gallium/include/pipe/p_format.h @@ -361,7 +361,6 @@ enum pipe_format { PIPE_FORMAT_R8G8B8X8_SRGB = _PIPE_FORMAT_RGBAZS_8 ( _PIPE_FORMAT_RGB1, 1, 1, 1, 1, PIPE_FORMAT_TYPE_SRGB ), /* mixed formats */ - PIPE_FORMAT_A8UB8UG8SR8S_NORM = _PIPE_FORMAT_MIXED( _PIPE_FORMAT_ABGR, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1 ), PIPE_FORMAT_X8UB8UG8SR8S_NORM = _PIPE_FORMAT_MIXED( _PIPE_FORMAT_1BGR, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1 ), PIPE_FORMAT_B6UG5SR5S_NORM = _PIPE_FORMAT_MIXED( _PIPE_FORMAT_BGR1, 6, 5, 5, 0, 0, 1, 1, 0, 1, 0 ), |