From f5ea7eb9fe46d74521fdcf60f0607cece547db5b Mon Sep 17 00:00:00 2001 From: ikits Date: Tue, 21 Nov 2006 02:44:05 +0000 Subject: [PATCH] bugs git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@444 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/core/GLX_EXT_fbconfig_packed_float | 4 ++++ auto/core/GL_NV_framebuffer_multisample_coverage | 4 ++-- auto/core/GL_NV_geometry_program4 | 2 +- auto/core/GL_NV_gpu_program4 | 2 +- auto/core/GL_NV_parameter_buffer_object | 2 +- auto/core/GL_NV_transform_feedback | 2 +- auto/core/WGL_EXT_pixel_format_packed_float | 3 +++ 7 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 auto/core/GLX_EXT_fbconfig_packed_float create mode 100644 auto/core/WGL_EXT_pixel_format_packed_float diff --git a/auto/core/GLX_EXT_fbconfig_packed_float b/auto/core/GLX_EXT_fbconfig_packed_float new file mode 100644 index 0000000..6b8f2e9 --- /dev/null +++ b/auto/core/GLX_EXT_fbconfig_packed_float @@ -0,0 +1,4 @@ +GLX_EXT_packed_float +http://developer.download.nvidia.com/opengl/specs/GL_EXT_packed_float.txt + GLX_RGBA_UNSIGNED_FLOAT_TYPE_EXT 0x20B1 + GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT 0x00000008 diff --git a/auto/core/GL_NV_framebuffer_multisample_coverage b/auto/core/GL_NV_framebuffer_multisample_coverage index 0820ede..033fad6 100644 --- a/auto/core/GL_NV_framebuffer_multisample_coverage +++ b/auto/core/GL_NV_framebuffer_multisample_coverage @@ -1,5 +1,5 @@ -GL_NV_depth_buffer_float -http://developer.download.nvidia.com/opengl/specs/GL_NV_depth_buffer_float.txt +GL_NV_framebuffer_multisample_coverage +http://developer.download.nvidia.com/opengl/specs/GL_NV_framebuffer_multisample_coverage.txt GL_RENDERBUFFER_COVERAGE_SAMPLES_NV 0x8CAB GL_RENDERBUFFER_COLOR_SAMPLES_NV 0x8E10 GL_MAX_RENDERBUFFER_COVERAGE_SAMPLES_NV 0x8D57 diff --git a/auto/core/GL_NV_geometry_program4 b/auto/core/GL_NV_geometry_program4 index 1829b09..9521fed 100644 --- a/auto/core/GL_NV_geometry_program4 +++ b/auto/core/GL_NV_geometry_program4 @@ -1,5 +1,5 @@ GL_NV_geometry_program4 -http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_geometry_program4.txt +http://developer.download.nvidia.com/opengl/specs/GL_NV_geometry_program4.txt GL_GEOMETRY_PROGRAM_NV 0x8C26 GL_MAX_PROGRAM_OUTPUT_VERTICES_NV 0x8C27 GL_MAX_PROGRAM_TOTAL_OUTPUT_COMPONENTS_NV 0x8C28 diff --git a/auto/core/GL_NV_gpu_program4 b/auto/core/GL_NV_gpu_program4 index 8e8d0f7..9bf5624 100644 --- a/auto/core/GL_NV_gpu_program4 +++ b/auto/core/GL_NV_gpu_program4 @@ -1,5 +1,5 @@ GL_NV_gpu_program4 -http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_gpu_program4.txt +http://developer.download.nvidia.com/opengl/specs/GL_NV_gpu_program4.txt GL_MIN_PROGRAM_TEXEL_OFFSET_NV 0x8904 GL_MAX_PROGRAM_TEXEL_OFFSET_NV 0x8905 GL_PROGRAM_ATTRIB_COMPONENTS_NV 0x8906 diff --git a/auto/core/GL_NV_parameter_buffer_object b/auto/core/GL_NV_parameter_buffer_object index 19153d0..ab0cc4d 100644 --- a/auto/core/GL_NV_parameter_buffer_object +++ b/auto/core/GL_NV_parameter_buffer_object @@ -1,5 +1,5 @@ GL_NV_parameter_buffer_object -http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_parameter_buffer_object.txt +http://developer.download.nvidia.com/opengl/specs/GL_NV_parameter_buffer_object.txt GL_VERTEX_PROGRAM_PARAMETER_BUFFER_NV 0x8DA2 GL_GEOMETRY_PROGRAM_PARAMETER_BUFFER_NV 0x8DA3 GL_FRAGMENT_PROGRAM_PARAMETER_BUFFER_NV 0x8DA4 diff --git a/auto/core/GL_NV_transform_feedback b/auto/core/GL_NV_transform_feedback index e3a7883..38866d0 100644 --- a/auto/core/GL_NV_transform_feedback +++ b/auto/core/GL_NV_transform_feedback @@ -1,5 +1,5 @@ GL_NV_transform_feedback -http://www.nvidia.com/dev_content/nvopenglspecs/GL_NV_transform_feedback.txt +http://developer.download.nvidia.com/opengl/specs/GL_NV_transform_feedback.txt GL_BACK_PRIMARY_COLOR_NV 0x8C77 GL_BACK_SECONDARY_COLOR_NV 0x8C78 GL_TEXTURE_COORD_NV 0x8C79 diff --git a/auto/core/WGL_EXT_pixel_format_packed_float b/auto/core/WGL_EXT_pixel_format_packed_float new file mode 100644 index 0000000..76529ab --- /dev/null +++ b/auto/core/WGL_EXT_pixel_format_packed_float @@ -0,0 +1,3 @@ +WGL_EXT_packed_float +http://developer.download.nvidia.com/opengl/specs/GL_EXT_packed_float.txt + WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT 0x20A8