On Fri, Mar 17, 2017 at 12:28 PM, Emil Velikov
wrote:
> On 17 March 2017 at 19:05, Jason Ekstrand wrote:
> > On Fri, Mar 17, 2017 at 10:10 AM, Emil Velikov >
> > wrote:
> >>
> >> On 17 March 2017 at 16:55, Emil Velikov
> wrote:
> >> > From: Emil Velikov
> >> >
> >> > The enum aub_state_struct
On 17 March 2017 at 19:05, Jason Ekstrand wrote:
> On Fri, Mar 17, 2017 at 10:10 AM, Emil Velikov
> wrote:
>>
>> On 17 March 2017 at 16:55, Emil Velikov wrote:
>> > From: Emil Velikov
>> >
>> > The enum aub_state_struct_type type is a seeming left over from the
>> > i965 days. Since we don't us
On Fri, Mar 17, 2017 at 10:10 AM, Emil Velikov
wrote:
> On 17 March 2017 at 16:55, Emil Velikov wrote:
> > From: Emil Velikov
> >
> > The enum aub_state_struct_type type is a seeming left over from the
> > i965 days. Since we don't use we can safely drop it.
> >
> > As a nice side-effect the on
On 17 March 2017 at 16:55, Emil Velikov wrote:
> From: Emil Velikov
>
> The enum aub_state_struct_type type is a seeming left over from the
> i965 days. Since we don't use we can safely drop it.
>
> As a nice side-effect the only libdrm_intel requirement in src/intel
> [outside of tools/aubinator
From: Emil Velikov
The enum aub_state_struct_type type is a seeming left over from the
i965 days. Since we don't use we can safely drop it.
As a nice side-effect the only libdrm_intel requirement in src/intel
[outside of tools/aubinator] - include intel_aub.h can now be removed.
And with next co