intel: Rename a RenderCompressionFormat field
authorNanley Chery <nanley.g.chery@intel.com>
Wed, 29 Dec 2021 14:41:54 +0000 (09:41 -0500)
committerMarge Bot <emma+marge@anholt.net>
Fri, 28 Jan 2022 00:30:55 +0000 (00:30 +0000)
commitfde43bb194ddc83df4575923e09ea1ee670d59f9
tree228d16d986b17c05e7d81fcfdf00199f0e141692
parentd8c6b2c394f94b23e7652b58419492c3be1a5357
intel: Rename a RenderCompressionFormat field

The name of the bit field is CompressionFormat. The format subsections
of the field specify the alternate names of RenderCompressionFormat or
MediaCompressionFormat depending on the compression type.

We're going to start programming this field for media compression, so
we'd like to use either the bit field name or a new
MediaCompressionFormat field. Either option seems fine, so we go with
the first.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14355>
src/intel/genxml/gen125.xml
src/intel/isl/isl_surface_state.c