Skip to content

Add support for fixed-rate compression extensions

Add support for multiple extensions related to fixed-rate framebuffer compression:

Gallium drivers that want to enable these extensions need to implement the following hooks:

  • query_compression_rates
  • query_compression_modifiers
  • is_compression_modifier

A good chunk of this merge request are patches to use PIPE_ pixel formats everywhere to make it easier to get format-specific information (supported compression rates and modifiers) through the different layers without having to translate the format

Edited by Erik Faye-Lund

Merge request reports