Mesa (master): gallium/util: use other layout instead of the old compressed
Roland Scheidegger
sroland at kemper.freedesktop.org
Wed Mar 31 08:04:31 PDT 2010
Module: Mesa
Branch: master
Commit: 56b34e54f29cdd0a479219695c6559c44a41a76c
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56b34e54f29cdd0a479219695c6559c44a41a76c
Author: Roland Scheidegger <sroland at vmware.com>
Date: Tue Mar 30 02:01:11 2010 +0200
gallium/util: use other layout instead of the old compressed
---
src/gallium/auxiliary/util/u_format.csv | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/auxiliary/util/u_format.csv b/src/gallium/auxiliary/util/u_format.csv
index 57e995c..ee91788 100644
--- a/src/gallium/auxiliary/util/u_format.csv
+++ b/src/gallium/auxiliary/util/u_format.csv
@@ -117,8 +117,8 @@ PIPE_FORMAT_G8R8_G8B8_UNORM , subsampled, 2, 1, x32 , , , , xyz
# some special formats not fitting anywhere else
PIPE_FORMAT_R10G10B10A2_USCALED , plain, 1, 1, u10 , u10 , u10 , u2 , xyzw, rgb
PIPE_FORMAT_R11G11B10_FLOAT , plain, 1, 1, f11 , f11 , f10 , , xyz1, rgb
-PIPE_FORMAT_R9G9B9E5_FLOAT , compressed, 1, 1, x32 , , , , xyz1, rgb
-PIPE_FORMAT_R1_UNORM , compressed, 8, 1, x8 , , , , x001, rgb
+PIPE_FORMAT_R9G9B9E5_FLOAT , other, 1, 1, x32 , , , , xyz1, rgb
+PIPE_FORMAT_R1_UNORM , other, 8, 1, x8 , , , , x001, rgb
# Compressed formats
# - http://en.wikipedia.org/wiki/S3_Texture_Compression
More information about the mesa-commit
mailing list