Re: [Mesa-dev] [PATCH 00/11] some GLSL cleanups

2017-04-21 Thread Edward O'Callaghan
Series is, Reviewed-by: Edward O'Callaghan On 04/21/2017 08:44 PM, Samuel Iglesias Gonsálvez wrote: > Series is, > > Reviewed-by: Samuel Iglesias Gonsálvez > > Sam > > On Fri, 2017-04-21 at 11:53 +0200, Samuel Pitoiset wrote: >> The glsl_type helpers interface is quite nice and this (trivial

Re: [Mesa-dev] [PATCH 00/11] some GLSL cleanups

2017-04-21 Thread Samuel Iglesias Gonsálvez
Series is, Reviewed-by: Samuel Iglesias Gonsálvez Sam On Fri, 2017-04-21 at 11:53 +0200, Samuel Pitoiset wrote: > The glsl_type helpers interface is quite nice and this (trivial) > series tends to make use of the is_XXX() functions everywhere it's > possible. > > Please review, > Thanks! > >

[Mesa-dev] [PATCH 00/11] some GLSL cleanups

2017-04-21 Thread Samuel Pitoiset
The glsl_type helpers interface is quite nice and this (trivial) series tends to make use of the is_XXX() functions everywhere it's possible. Please review, Thanks! Samuel Pitoiset (11): glsl: add glsl_type::is_atomic_uint() helper glsl: make use glsl_type::is_atomic_uint() glsl: make use o