Re: [Mesa-dev] [PATCH v2 21/27] i965: Support images with aux buffers

2017-07-12 Thread Jason Ekstrand
On Wed, Jul 12, 2017 at 10:22 AM, Chad Versace wrote: > On Thu 29 Jun 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 __DRIimag

Re: [Mesa-dev] [PATCH v2 21/27] i965: Support images with aux buffers

2017-07-12 Thread Chad Versace
On Thu 29 Jun 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 v2 21/27] i965: Support images with aux buffers

2017-06-29 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