diff options
author | Jordan Justen <[email protected]> | 2018-04-11 22:48:33 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2019-10-17 21:21:56 -0700 |
commit | d83fe059c27080d02c1a39029997f890c39d4a8a (patch) | |
tree | 9ca0381bc10d8e83aba72799df20c8bcbaedbe33 /src/intel/isl/isl.h | |
parent | f192741ddd8e35cc489c25269fb7cbe805bd8aad (diff) |
intel/isl: Add R10G10B10_FLOAT_A2_UNORM format
Reworks:
* Fill out the format's entry in the ISL format table. (Nanley)
* Support CCS_E-enabled BLORP copies with the format. (Nanley)
Signed-off-by: Jordan Justen <[email protected]>
Reviewed-by: Sagar Ghuge <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/intel/isl/isl.h')
-rw-r--r-- | src/intel/isl/isl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/isl/isl.h b/src/intel/isl/isl.h index 9fbc88ec83e..509d56180bb 100644 --- a/src/intel/isl/isl.h +++ b/src/intel/isl/isl.h @@ -167,6 +167,7 @@ enum isl_format { ISL_FORMAT_B10G10R10A2_UNORM = 209, ISL_FORMAT_B10G10R10A2_UNORM_SRGB = 210, ISL_FORMAT_R11G11B10_FLOAT = 211, + ISL_FORMAT_R10G10B10_FLOAT_A2_UNORM = 213, ISL_FORMAT_R32_SINT = 214, ISL_FORMAT_R32_UINT = 215, ISL_FORMAT_R32_FLOAT = 216, |