Re: [Mesa-dev] [PATCH v3 08/14] i965: Support images with aux buffers

2017-07-14 Thread Chad Versace
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):

[Mesa-dev] [PATCH v3 08/14] i965: Support images with aux buffers

2017-07-12 Thread 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