Module: Mesa Branch: 7.9 Commit: bde5310339ea1f756404845d0b47929925f1cb98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bde5310339ea1f756404845d0b47929925f1cb98
Author: Jeremy Huddleston <[email protected]> Date: Mon Jun 13 23:09:03 2011 -0700 apple: Manually edit gl.spec to match mesa 7.9 ProgramParameters4dvNV Signed-off-by: Jeremy Huddleston <[email protected]> --- src/glx/apple/specs/gl.spec | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glx/apple/specs/gl.spec b/src/glx/apple/specs/gl.spec index 9dfefbe..50baae2 100644 --- a/src/glx/apple/specs/gl.spec +++ b/src/glx/apple/specs/gl.spec @@ -20405,7 +20405,7 @@ ProgramParameters4dvNV(target, index, count, v) return void param target VertexAttribEnumNV in value param index UInt32 in value - param count SizeI in value + param count UInt32 in value param v Float64 in array [count*4] category NV_vertex_program version 1.2 @@ -20417,7 +20417,7 @@ ProgramParameters4fvNV(target, index, count, v) return void param target VertexAttribEnumNV in value param index UInt32 in value - param count SizeI in value + param count UInt32 in value param v Float32 in array [count*4] category NV_vertex_program version 1.2 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
