Re: [Mesa-dev] [PATCH v3 02/29] mesa: add ARB_gpu_shader_fp64 extension info (v2)

2015-02-08 Thread Matt Turner
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH v3 02/29] mesa: add ARB_gpu_shader_fp64 extension info (v2)

2015-02-08 Thread Ilia Mirkin
From: Dave Airlie This just adds the entries to extensions.c and mtypes.h v2: use core profile only (Ian) Signed-off-by: Dave Airlie Reviewed-by: Ian Romanick --- src/mesa/main/extensions.c | 1 + src/mesa/main/mtypes.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mesa/main/