Re: [Mesa-dev] V2 ARB_enhanced_layouts packing support for i965 Gen8+

2016-06-14 Thread Timothy Arceri
On Sat, 2016-06-11 at 23:51 -0700, Kenneth Graunke wrote: > On Saturday, June 11, 2016 9:03:20 AM PDT Timothy Arceri wrote: > > > > V2: > > - validation fixes patches 1-2 > > - added support for packing doubles now that explicit location > >  fixes have landed. > > - fix various issues with intel

Re: [Mesa-dev] V2 ARB_enhanced_layouts packing support for i965 Gen8+

2016-06-11 Thread Kenneth Graunke
On Saturday, June 11, 2016 9:03:20 AM PDT Timothy Arceri wrote: > V2: > - validation fixes patches 1-2 > - added support for packing doubles now that explicit location > fixes have landed. > - fix various issues with intel debug output with new COMPONENT const index. > > This adds component packi

[Mesa-dev] V2 ARB_enhanced_layouts packing support for i965 Gen8+

2016-06-10 Thread Timothy Arceri
V2: - validation fixes patches 1-2 - added support for packing doubles now that explicit location fixes have landed. - fix various issues with intel debug output with new COMPONENT const index. This adds component packing support for Gen8+. Series can be found in my component_packing_backend4 br