Re: [Mesa-dev] V5 ARB_enhanced_layouts packing support for i965 Gen6+

2016-07-20 Thread Timothy Arceri
On Wed, 2016-07-20 at 18:43 +0200, Alejandro Piñeiro wrote: > On 19/07/16 08:33, Timothy Arceri wrote: > > V5: > >  - rebase on Ken's interpolation clean-ups [1] > > > > V4: > >  - add vec4 backend support and enable for Gen6+ > >   > >  V3: > > - Rewrite patch 9 (add support for packing arrays) t

Re: [Mesa-dev] V5 ARB_enhanced_layouts packing support for i965 Gen6+

2016-07-20 Thread Alejandro Piñeiro
On 19/07/16 08:33, Timothy Arceri wrote: > V5: > - rebase on Ken's interpolation clean-ups [1] > > V4: > - add vec4 backend support and enable for Gen6+ > > V3: > - Rewrite patch 9 (add support for packing arrays) to not add > hacks to the type_size() functions. > - Add packing support for t

[Mesa-dev] V5 ARB_enhanced_layouts packing support for i965 Gen6+

2016-07-18 Thread Timothy Arceri
V5: - rebase on Ken's interpolation clean-ups [1] V4: - add vec4 backend support and enable for Gen6+ V3: - Rewrite patch 9 (add support for packing arrays) to not add hacks to the type_size() functions. - Add packing support for the load_output intrinsics (patch 12) - Add glsl_dvec_type()