projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f54aecc
)
python: Don't mention deprecated drivers=trace option.
author
José Fonseca
<jfonseca@vmware.com>
Mon, 1 Mar 2010 14:22:30 +0000
(14:22 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Mon, 1 Mar 2010 14:56:19 +0000
(14:56 +0000)
Now trace always built.
src/gallium/auxiliary/util/u_format.csv
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_format.csv
b/src/gallium/auxiliary/util/u_format.csv
index 75955769534b65618f542bb39ff764578f305395..b73bae28098fb72a5d628f33d8657173df2c576f 100644
(file)
--- a/
src/gallium/auxiliary/util/u_format.csv
+++ b/
src/gallium/auxiliary/util/u_format.csv
@@
-43,7
+43,11
@@
PIPE_FORMAT_X8Z24_UNORM , plain, 1, 1, un24, un8 , , , x___, z
PIPE_FORMAT_Z24X8_UNORM , plain, 1, 1, un8 , un24, , , y___, zs
# YUV formats
+# http://www.fourcc.org/yuv.php#UYVY
PIPE_FORMAT_YCBCR , subsampled, 2, 1, x32 , , , , xyz1, yuv
+# http://www.fourcc.org/yuv.php#YUYV (a.k.a http://www.fourcc.org/yuv.php#YUY2)
+# XXX: u_tile.c's ycbcr_get_tile_rgba actually interprets it as VYUY but the
+# intent should be to match D3DFMT_YUY2
PIPE_FORMAT_YCBCR_REV , subsampled, 2, 1, x32 , , , , xyz1, yuv
# Compressed formats