Re: [Mesa-dev] [RFC 02/22] intel/isl: Add ISL <-> DRM modifier conversion

2017-06-15 Thread Daniel Stone
Hi Jason, On 14 June 2017 at 17:59, Jason Ekstrand wrote: > On Wed, Jun 14, 2017 at 1:06 AM, Daniel Stone wrote: >> Ah, missed this reply. I'll leave that in your hands then and wait for >> your patches, as well as Chad's ones to update the new

Re: [Mesa-dev] [RFC 02/22] intel/isl: Add ISL <-> DRM modifier conversion

2017-06-14 Thread Jason Ekstrand
On Wed, Jun 14, 2017 at 1:06 AM, Daniel Stone wrote: > Hi, > > On 14 June 2017 at 07:46, Jason Ekstrand wrote: > > On June 13, 2017 23:19:28 Chad Versace wrote: > >> This function looks good to me. > >> > >> Alternatively, we could

Re: [Mesa-dev] [RFC 02/22] intel/isl: Add ISL <-> DRM modifier conversion

2017-06-14 Thread Daniel Stone
Hi, On 14 June 2017 at 07:46, Jason Ekstrand wrote: > On June 13, 2017 23:19:28 Chad Versace wrote: >> This function looks good to me. >> >> Alternatively, we could define two orthogonal functions: >> >> bool >>

Re: [Mesa-dev] [RFC 02/22] intel/isl: Add ISL <-> DRM modifier conversion

2017-06-14 Thread Jason Ekstrand
On June 13, 2017 23:19:28 Chad Versace wrote: On Thu 08 Jun 2017, Daniel Stone wrote: From: Chad Versace It converts a DRM format modifier to and from enum isl_tiling and aux_usage. That's all. Signed-off-by: Daniel Stone

Re: [Mesa-dev] [RFC 02/22] intel/isl: Add ISL <-> DRM modifier conversion

2017-06-14 Thread Chad Versace
On Thu 08 Jun 2017, Daniel Stone wrote: > From: Chad Versace > > It converts a DRM format modifier to and from enum isl_tiling and > aux_usage. That's all. > > Signed-off-by: Daniel Stone > --- > src/intel/Makefile.isl.am | 1 + >

[Mesa-dev] [RFC 02/22] intel/isl: Add ISL <-> DRM modifier conversion

2017-06-08 Thread Daniel Stone
From: Chad Versace It converts a DRM format modifier to and from enum isl_tiling and aux_usage. That's all. Signed-off-by: Daniel Stone --- src/intel/Makefile.isl.am | 1 + src/intel/isl/isl.c | 59