gallium: add new texture formats
authorRoland Scheidegger <sroland@vmware.com>
Mon, 29 Mar 2010 17:52:29 +0000 (19:52 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 29 Mar 2010 17:52:29 +0000 (19:52 +0200)
commitd9eae63792a011535d246c74d2dcb7296c2d9b3d
tree4c8a9717086fdb365215957c4c5acc096bc89a2c
parente96147e744d7fbad374c83c3d3d87a17a7e4101d
gallium: add new texture formats

These are needed for DX10 and/or OGL3.3.

This just adds the formats nothing handles them yet.
PIPE_FORMAT_R1_UNORM can't be used currently as it requires special filter.
Need to reclassify compressed formats at some point.
src/gallium/auxiliary/util/u_format.csv
src/gallium/include/pipe/p_format.h