Re: [Mesa-dev] [PATCH 1/3] intel: remove blorp_alloc_dynamic_state unused argument

2017-03-17 Thread Jason Ekstrand
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

Re: [Mesa-dev] [PATCH 1/3] intel: remove blorp_alloc_dynamic_state unused argument

2017-03-17 Thread Emil Velikov
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

Re: [Mesa-dev] [PATCH 1/3] intel: remove blorp_alloc_dynamic_state unused argument

2017-03-17 Thread Jason Ekstrand
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

Re: [Mesa-dev] [PATCH 1/3] intel: remove blorp_alloc_dynamic_state unused argument

2017-03-17 Thread Emil Velikov
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

[Mesa-dev] [PATCH 1/3] intel: remove blorp_alloc_dynamic_state unused argument

2017-03-17 Thread Emil Velikov
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