Re: [Mesa-dev] [PATCH 1/4] mesa: Trivial clean-ups in uniform_query.cpp

2017-01-25 Thread Manolova, Plamena
Looks good to me :) Reviewed-by: Plamena Manolova < plamena.manol...@intel.com> On Wed, Jan 25, 2017 at 1:30 AM, Ian Romanick wrote: > From: Ian Romanick > > This is C++, so we can mix code and declarations. Doing so allows > constification. > > Signed-off-by: Ian Romanick > --- > src/mesa/m

[Mesa-dev] [PATCH 1/4] mesa: Trivial clean-ups in uniform_query.cpp

2017-01-24 Thread Ian Romanick
From: Ian Romanick This is C++, so we can mix code and declarations. Doing so allows constification. Signed-off-by: Ian Romanick --- src/mesa/main/uniform_query.cpp | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/mesa/main/uniform_query.cpp b/src/mesa/main