[Mesa-dev] [PATCH 1/5] intel/isl: Rename supports_lossless_compression to supports_ccs_e
Chad Versace
chadversary at chromium.org
Thu Feb 2 18:09:44 UTC 2017
On Wed 01 Feb 2017, Jason Ekstrand wrote:
> The term "lossless compression" could potentially mean multisample
> color compression, single-sample color compression or HiZ because they
> are all lossless. The term CCS_E, however, has a very precise meaning;
> in ISL and is only used to refer to single-sample color compression.
> It's also much shorter which is nice.
> ---
> src/intel/isl/isl.h | 4 ++--
> src/intel/isl/isl_format.c | 8 ++++----
> src/intel/vulkan/anv_image.c | 2 +-
> src/intel/vulkan/genX_cmd_buffer.c | 3 +--
> src/mesa/drivers/dri/i965/brw_context.c | 3 +--
> src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 3 +--
> src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 3 +--
> 7 files changed, 11 insertions(+), 15 deletions(-)
Patch 1 is totally
Reviewed-by: Chad Versace <chadversary at chromium.org>
More information about the mesa-dev
mailing list