From f3a340c824eab27bb85318be65e08308d31222a2 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 11 Oct 2010 19:03:38 +0000 Subject: Update gl.spec --- xorg-server/hw/xwin/glx/gl.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'xorg-server/hw/xwin/glx/gl.spec') diff --git a/xorg-server/hw/xwin/glx/gl.spec b/xorg-server/hw/xwin/glx/gl.spec index 83a2669fc..f4e4b3e9c 100644 --- a/xorg-server/hw/xwin/glx/gl.spec +++ b/xorg-server/hw/xwin/glx/gl.spec @@ -7,7 +7,7 @@ # This document is licensed under the SGI Free Software B License Version # 2.0. For details, see http://oss.sgi.com/projects/FreeB/ . # -# $Revision: 12194 $ on $Date: 2010-08-09 02:56:00 -0700 (Mon, 09 Aug 2010) $ +# $Revision: 12582 $ on $Date: 2010-09-30 01:35:22 -0700 (Thu, 30 Sep 2010) $ required-props: # Description of a parameter @@ -20404,7 +20404,7 @@ ProgramParameters4dvNV(target, index, count, v) return void param target VertexAttribEnumNV in value param index UInt32 in value - param count UInt32 in value + param count SizeI in value param v Float64 in array [count*4] category NV_vertex_program version 1.2 @@ -20412,13 +20412,11 @@ ProgramParameters4dvNV(target, index, count, v) glxropcode 4187 offset 598 -#??? 'count' was SizeI in the latest NVIDIA gl.spec, but UInt32 in the -#??? extension specification in the registry. ProgramParameters4fvNV(target, index, count, v) return void param target VertexAttribEnumNV in value param index UInt32 in value - param count UInt32 in value + param count SizeI in value param v Float32 in array [count*4] category NV_vertex_program version 1.2 -- cgit v1.2.3