Re: [Mesa-dev] [PATCH 3/5] i965: use new subroutine index uploader.

2016-08-30 Thread Andres Gomez
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

Re: [Mesa-dev] [PATCH 3/5] i965: use new subroutine index uploader.

2016-08-23 Thread Dave Airlie
>> #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. __

Re: [Mesa-dev] [PATCH 3/5] i965: use new subroutine index uploader.

2016-08-11 Thread Andres Gomez
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/

[Mesa-dev] [PATCH 3/5] i965: use new subroutine index uploader.

2016-06-06 Thread Dave Airlie
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