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

2016-07-04 Thread Timothy Arceri
Ping... On Fri, 2016-06-24 at 13:52 +1000, Timothy Arceri wrote: > 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

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

2016-06-24 Thread Edward O'Callaghan
This series is ACK'ed by, Edward O'Callaghan On 06/24/2016 01:52 PM, Timothy Arceri wrote: > 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

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

2016-06-23 Thread Timothy Arceri
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() helper (patch 8) V2: - validation fixes patches 1-2 -