[Mesa-dev] [PATCH 03/11] mesa: add mesa_type_is_double helper function

2014-08-14 Thread Dave Airlie
This is a helper to return if a type is based on a double. Signed-off-by: Dave Airlie --- src/mesa/program/prog_parameter.h | 22 ++ 1 file changed, 22 insertions(+) diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h index 6b3b3c2..9ee0f5e 10

Re: [Mesa-dev] [PATCH 03/11] mesa: add mesa_type_is_double helper function

2014-08-22 Thread Ian Romanick
On 08/14/2014 03:52 AM, Dave Airlie wrote: > This is a helper to return if a type is based on a double. > > Signed-off-by: Dave Airlie > --- > src/mesa/program/prog_parameter.h | 22 ++ > 1 file changed, 22 insertions(+) > > diff --git a/src/mesa/program/prog_parameter.h >