aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/glx
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-10-11 19:03:38 +0000
committermarha <marha@users.sourceforge.net>2010-10-11 19:03:38 +0000
commitf3a340c824eab27bb85318be65e08308d31222a2 (patch)
treec60b29a617bb9faf511915d12af635bb2e343f2a /xorg-server/hw/xwin/glx
parent34b35c64027ac8073e927805ac7b7ab2292cce92 (diff)
downloadvcxsrv-f3a340c824eab27bb85318be65e08308d31222a2.tar.gz
vcxsrv-f3a340c824eab27bb85318be65e08308d31222a2.tar.bz2
vcxsrv-f3a340c824eab27bb85318be65e08308d31222a2.zip
Update gl.spec
Diffstat (limited to 'xorg-server/hw/xwin/glx')
-rw-r--r--xorg-server/hw/xwin/glx/gl.spec8
1 files changed, 3 insertions, 5 deletions
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