On Tue, 2016-08-23 at 10:45 +1000, Dave Airlie wrote:
> >
> > > #include "main/mtypes.h"
> > > #include "program/prog_parameter.h"
> > > -
> > > +#include "main/shaderapi.h"
> >
> > Why the extra empty line? If so, I would put it after the new include.
>
> It actually removes the empty line, b
>> #include "main/mtypes.h"
>> #include "program/prog_parameter.h"
>> -
>> +#include "main/shaderapi.h"
>
> Why the extra empty line? If so, I would put it after the new include.
It actually removes the empty line, but I think it was there
deliberately, so I'll put it back.
Dave.
__
On Tue, 2016-06-07 at 15:25 +1000, Dave Airlie wrote:
> From: Dave Airlie
>
> This plugs the subroutine index updates into the i965 backend,
> where it loads constants.
>
> Signed-off-by: Dave Airlie
> ---
> src/mesa/drivers/dri/i965/brw_gs_surface_state.c | 2 ++
> src/mesa/drivers/dri/i965/
From: Dave Airlie
This plugs the subroutine index updates into the i965 backend,
where it loads constants.
Signed-off-by: Dave Airlie
---
src/mesa/drivers/dri/i965/brw_gs_surface_state.c | 2 ++
src/mesa/drivers/dri/i965/brw_tcs_surface_state.c | 2 ++
src/mesa/drivers/dri/i965/brw_tes_surfac