On Fri, Jul 11, 2014 at 8:20 PM, Chris Forbes <chr...@ijw.co.nz> wrote: > Signed-off-by: Chris Forbes <chr...@ijw.co.nz> > --- > src/mesa/drivers/dri/i965/brw_eu.h | 10 ++++++++ > src/mesa/drivers/dri/i965/brw_eu_emit.c | 43 > +++++++++++++++++++++++++++++++++ > 2 files changed, 53 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/brw_eu.h > b/src/mesa/drivers/dri/i965/brw_eu.h > index 3164c80..9ae09d7 100644 > --- a/src/mesa/drivers/dri/i965/brw_eu.h > +++ b/src/mesa/drivers/dri/i965/brw_eu.h > @@ -372,6 +372,16 @@ brw_untyped_surface_read(struct brw_compile *p, > unsigned msg_length, > unsigned response_length); > > +void > +brw_pixel_interpolator_query(struct brw_compile *p, > + struct brw_reg dest, > + struct brw_reg mrf, > + bool noperspective, > + GLuint mode, > + GLuint data, > + GLuint msg_length, > + GLuint response_length);
Don't use GL types. _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev