diff options
author | Dave Airlie <[email protected]> | 2011-11-27 16:18:08 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-11-27 16:25:12 +0000 |
commit | ee7bc103919d0af7d77a58cdaa855d6e07e899c6 (patch) | |
tree | 5e49b31c93204210ea4ad06b26b4fd26a4c09a7d /src/gallium/auxiliary | |
parent | d4fcf67a3ac78c29448000486dadc2b4b1b2a56d (diff) |
gallium: add B10G10R10A2_UINT format
This format is used for ARB_texture_rgb10_a2ui extension.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/u_format.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_format.csv b/src/gallium/auxiliary/util/u_format.csv index 998ac416dc3..4b6fc75361d 100644 --- a/src/gallium/auxiliary/util/u_format.csv +++ b/src/gallium/auxiliary/util/u_format.csv @@ -340,3 +340,4 @@ PIPE_FORMAT_I32_SINT , plain, 1, 1, sp32, , , , xxxx, rgb PIPE_FORMAT_L32_SINT , plain, 1, 1, sp32, , , , xxx1, rgb PIPE_FORMAT_L32A32_SINT , plain, 1, 1, sp32, sp32, , , xxxy, rgb +PIPE_FORMAT_B10G10R10A2_UINT , plain, 1, 1, up10, up10, up10, up2, zyxw, rgb |