From 3d4da5b2a77c7681af6bfb78f50d67cca16e5a53 Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 19 Mar 2007 02:36:29 +0000 Subject: [PATCH] bug fixes and added GL_NV_depth_range_unclamped git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@495 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/bin/update_ext.sh | 6 ++++++ auto/core/GLX_SGIX_hyperpipe | 2 +- auto/core/GL_EXT_gpu_program_parameters | 4 ++-- auto/core/GL_NV_depth_range_unclamped | 6 ++++++ auto/core/GL_NV_framebuffer_multisample_coverage | 6 ++---- auto/src/glew_head.h | 2 +- 6 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 auto/core/GL_NV_depth_range_unclamped diff --git a/auto/bin/update_ext.sh b/auto/bin/update_ext.sh index feef9d4..74f32b0 100755 --- a/auto/bin/update_ext.sh +++ b/auto/bin/update_ext.sh @@ -170,6 +170,12 @@ EOT void glMultTransposeMatrixdARB (GLdouble m[16]) EOT +# add missing tokens to GL_EXT_framebuffer_multisample + cat >> $1/GL_EXT_framebuffer_multisample <