Re: [Mesa-dev] simple gallium clean-up task

2016-08-26 Thread Nayan Deshmukh
On Fri, Aug 26, 2016 at 6:48 AM, Rob Clark wrote: > On Thu, Aug 25, 2016 at 8:00 PM, Brian Paul wrote: >> If someone is looking for a simple task in gallium... >> >> In commit 0135bd44 Marek introduced some new enum types in p_defines.h >> >> In p_context.h we should replace several instances of

Re: [Mesa-dev] simple gallium clean-up task

2016-08-26 Thread Eric Engestrom
On Thu, Aug 25, 2016 at 09:18:46PM -0400, Rob Clark wrote: > On Thu, Aug 25, 2016 at 8:00 PM, Brian Paul wrote: > > If someone is looking for a simple task in gallium... > > > > In commit 0135bd44 Marek introduced some new enum types in p_defines.h > > > > In p_context.h we should replace several

Re: [Mesa-dev] simple gallium clean-up task

2016-08-25 Thread Rob Clark
On Thu, Aug 25, 2016 at 8:00 PM, Brian Paul wrote: > If someone is looking for a simple task in gallium... > > In commit 0135bd44 Marek introduced some new enum types in p_defines.h > > In p_context.h we should replace several instances of "unsigned shader" with > "enum pipe_shader_type shader" an

[Mesa-dev] simple gallium clean-up task

2016-08-25 Thread Brian Paul
If someone is looking for a simple task in gallium... In commit 0135bd44 Marek introduced some new enum types in p_defines.h In p_context.h we should replace several instances of "unsigned shader" with "enum pipe_shader_type shader" and propagate that change into the driver functions which cor