On Wed 12 Jul 2017, Jason Ekstrand wrote:
> From: Ben Widawsky
>
> Previously images did not support any auxiliary compression surfaces
> (CCS, MCS, or HiZ). That's about to change. This patch just adds the
> fields to __DRIimageRec to make auxiliary surfaces possible.
>
> v2 (Jason Ekstrand):
From: Ben Widawsky
Previously images did not support any auxiliary compression surfaces
(CCS, MCS, or HiZ). That's about to change. This patch just adds the
fields to __DRIimageRec to make auxiliary surfaces possible.
v2 (Jason Ekstrand):
- Add an aux_pitch parameter as well as aux_offset
Si