Re: [Mesa-dev] [PATCH 09/20] mesa: Add a concept of an array format

2014-11-18 Thread Iago Toral
On Tue, 2014-11-18 at 10:46 -0800, Jason Ekstrand wrote: > > > On Tue, Nov 18, 2014 at 12:43 AM, Iago Toral Quiroga > wrote: > From: Jason Ekstrand > > An array format is a 32-bit integer format identifier that can > represent > any format that can be re

Re: [Mesa-dev] [PATCH 09/20] mesa: Add a concept of an array format

2014-11-18 Thread Jason Ekstrand
On Tue, Nov 18, 2014 at 12:43 AM, Iago Toral Quiroga wrote: > From: Jason Ekstrand > > An array format is a 32-bit integer format identifier that can represent > any format that can be represented as an array of standard GL datatypes. > While the MESA_FORMAT enums provide several of these, they

[Mesa-dev] [PATCH 09/20] mesa: Add a concept of an array format

2014-11-18 Thread Iago Toral Quiroga
From: Jason Ekstrand An array format is a 32-bit integer format identifier that can represent any format that can be represented as an array of standard GL datatypes. While the MESA_FORMAT enums provide several of these, they don't account for all of them. v2 by Iago Toral Quiroga : - Set pad to