Mesa (master): gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Mar 3 13:09:30 UTC 2010


Module: Mesa
Branch: master
Commit: f7e403b129456df3bbb445eea42bae7376ecc59d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7e403b129456df3bbb445eea42bae7376ecc59d

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed Mar  3 13:08:23 2010 +0000

gallium: Remove PIPE_FORMAT_R8G8B8X8_SNORM.

---

 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 0314172..cbf3273 100644
--- a/src/gallium/include/pipe/p_format.h
+++ b/src/gallium/include/pipe/p_format.h
@@ -121,7 +121,6 @@ enum pipe_format {
    PIPE_FORMAT_R8G8_SNORM            = 75,
    PIPE_FORMAT_R8G8B8_SNORM          = 76,
    PIPE_FORMAT_R8G8B8A8_SNORM        = 77,
-   PIPE_FORMAT_R8G8B8X8_SNORM        = 81,
    PIPE_FORMAT_R8_SSCALED            = 82,
    PIPE_FORMAT_R8G8_SSCALED          = 83,
    PIPE_FORMAT_R8G8B8_SSCALED        = 84,




More information about the mesa-commit mailing list