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 12)
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 packing support for the load_o
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
- ad