Re: [Mesa-dev] [PATCH] mesa/arb_gpu_shader_fp64: add support for glGetUniformdv

2015-07-27 Thread Timothy Arceri
Couple of comments below, otherwise Reviewed-by: Timothy Arceri On Mon, 2015-07-27 at 13:14 +1000, Dave Airlie wrote: > From: Dave Airlie > > This was missed when I did fp64, I've sent a piglit test to cover > the case as well. > > Signed-off-by: Dave Airlie > --- > src/mesa/main/uniform_qu

[Mesa-dev] [PATCH] mesa/arb_gpu_shader_fp64: add support for glGetUniformdv

2015-07-26 Thread Dave Airlie
From: Dave Airlie This was missed when I did fp64, I've sent a piglit test to cover the case as well. Signed-off-by: Dave Airlie --- src/mesa/main/uniform_query.cpp | 15 +++ src/mesa/main/uniforms.c| 9 - 2 files changed, 11 insertions(+), 13 deletions(-) diff --