diff options
author | minskim <minskim> | 2004-08-18 21:12:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-08-18 21:12:50 +0000 |
commit | 1ab4a039709d4006843f829da3fc9ed9250ba9e7 (patch) | |
tree | 23e03d72ffbd09b0c56cc8a5c5be40c2ded47c92 /lang | |
parent | 5852516b5a3cb4878f3edf9cfe9127519904584b (diff) | |
download | pkgsrc-1ab4a039709d4006843f829da3fc9ed9250ba9e7.tar.gz |
Import Cg-compiler-1.2.1 from pkgsrc-wip. Packaged by xtraeme@ and
updated by me.
This is the NVIDIA Cg compiler/toolkit for Linux that includes:
o NVIDIA Cg toolkit documentation
o NVIDIA Cg compiler
o NVIDIA Cg runtime libraries for OpenGL
o Example shaders written in the Cg language
o Example applications that use the Cg runtime to manage Cg programs
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Cg-compiler/DESCR | 7 | ||||
-rw-r--r-- | lang/Cg-compiler/Makefile | 40 | ||||
-rw-r--r-- | lang/Cg-compiler/PLIST | 784 | ||||
-rw-r--r-- | lang/Cg-compiler/buildlink3.mk | 18 | ||||
-rw-r--r-- | lang/Cg-compiler/distinfo | 4 |
5 files changed, 853 insertions, 0 deletions
diff --git a/lang/Cg-compiler/DESCR b/lang/Cg-compiler/DESCR new file mode 100644 index 00000000000..af04885d2e7 --- /dev/null +++ b/lang/Cg-compiler/DESCR @@ -0,0 +1,7 @@ +This is the NVIDIA Cg compiler/toolkit for Linux that includes: + + o NVIDIA Cg toolkit documentation + o NVIDIA Cg compiler + o NVIDIA Cg runtime libraries for OpenGL + o Example shaders written in the Cg language + o Example applications that use the Cg runtime to manage Cg programs diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile new file mode 100644 index 00000000000..7919f6c62e1 --- /dev/null +++ b/lang/Cg-compiler/Makefile @@ -0,0 +1,40 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/18 21:12:50 minskim Exp $ +# + +DISTNAME= Cg-${DIST_VER}-Linux +PKGNAME= Cg-compiler-${DIST_VER} +CATEGORIES= lang +MASTER_SITES= ftp://download.nvidia.com/developer/cg/Cg_1.2.1/Linux/ + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= http://developer.nvidia.com/object/cg_toolkit.html +COMMENT= NVIDIA Cg Compiler for Linux + +ONLY_FOR_PLATFORM= *-*-i386 + +WRKSRC= ${WRKDIR} +CHECK_SHLIBS= no +NO_BUILD= yes +NO_BUILDLINK= yes + +DIST_VER= 1.2.1 + +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} != "Linux" +DEPENDS+= suse_base>=7.3:../../emulators/suse_base +.endif + +do-install: + ${INSTALL_DATA_DIR} ${PREFIX}/include/Cg + ${INSTALL_DATA_DIR} ${PREFIX}/include/CgFX + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/NVIDIA-Cg-linux + ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/cgc ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/usr/include/Cg/* ${PREFIX}/include/Cg + ${INSTALL_DATA} ${WRKSRC}/usr/include/CgFX/* ${PREFIX}/include/CgFX + ${INSTALL_DATA} ${WRKSRC}/usr/lib/* ${PREFIX}/lib + ${INSTALL_MAN} ${WRKSRC}/usr/share/man/man3/* ${PREFIX}/man/man3 + cd ${WRKSRC}/usr/local && ${PAX} -rwppm . ${PREFIX}/share/NVIDIA-Cg-linux + +.include "../../emulators/suse_linux/Makefile.application" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/Cg-compiler/PLIST b/lang/Cg-compiler/PLIST new file mode 100644 index 00000000000..6bbbed6b948 --- /dev/null +++ b/lang/Cg-compiler/PLIST @@ -0,0 +1,784 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/18 21:12:51 minskim Exp $ +bin/cgc +include/Cg/cg.h +include/Cg/cgContextManager.h +include/Cg/cgGL.h +include/Cg/cgGL_profiles.h +include/Cg/cgProgramManager.h +include/Cg/cgTemplates.h +include/Cg/cg_bindlocations.h +include/Cg/cg_datatypes.h +include/Cg/cg_enums.h +include/Cg/cg_errors.h +include/Cg/cg_profiles.h +include/CgFX/ICgFX.h +include/CgFX/ICgFXEffect.h +include/CgFX/cgfx_stddefs.h +lib/libCg.so +lib/libCgFX.so +lib/libCgFXGL.so +lib/libCgGL.so +man/man3/cgCompileProgram.3 +man/man3/cgConnectParameter.3 +man/man3/cgCopyProgram.3 +man/man3/cgCreateContext.3 +man/man3/cgCreateParameter.3 +man/man3/cgCreateParameterArray.3 +man/man3/cgCreateParameterMultiDimArray.3 +man/man3/cgCreateProgram.3 +man/man3/cgCreateProgramFromFile.3 +man/man3/cgDestroyContext.3 +man/man3/cgDestroyParameter.3 +man/man3/cgDestroyProgram.3 +man/man3/cgDisconnectParameter.3 +man/man3/cgGLBindProgram.3 +man/man3/cgGLDisableClientState.3 +man/man3/cgGLDisableProfile.3 +man/man3/cgGLDisableTextureParameter.3 +man/man3/cgGLEnableClientState.3 +man/man3/cgGLEnableProfile.3 +man/man3/cgGLEnableTextureParameter.3 +man/man3/cgGLGetLatestProfile.3 +man/man3/cgGLGetManageTextureParameters.3 +man/man3/cgGLGetMatrixParameter.3 +man/man3/cgGLGetMatrixParameterArray.3 +man/man3/cgGLGetMatrixParameterArraydc.3 +man/man3/cgGLGetMatrixParameterArraydcv.3 +man/man3/cgGLGetMatrixParameterArraydr.3 +man/man3/cgGLGetMatrixParameterArraydrv.3 +man/man3/cgGLGetMatrixParameterArrayfc.3 +man/man3/cgGLGetMatrixParameterArrayfcv.3 +man/man3/cgGLGetMatrixParameterArrayfr.3 +man/man3/cgGLGetMatrixParameterArrayfrv.3 +man/man3/cgGLGetMatrixParameterdc.3 +man/man3/cgGLGetMatrixParameterdcv.3 +man/man3/cgGLGetMatrixParameterdr.3 +man/man3/cgGLGetMatrixParameterdrv.3 +man/man3/cgGLGetMatrixParameterfc.3 +man/man3/cgGLGetMatrixParameterfcv.3 +man/man3/cgGLGetMatrixParameterfr.3 +man/man3/cgGLGetMatrixParameterfrv.3 +man/man3/cgGLGetParameter.3 +man/man3/cgGLGetParameter1d.3 +man/man3/cgGLGetParameter1dv.3 +man/man3/cgGLGetParameter1f.3 +man/man3/cgGLGetParameter1fv.3 +man/man3/cgGLGetParameter2d.3 +man/man3/cgGLGetParameter2dv.3 +man/man3/cgGLGetParameter2f.3 +man/man3/cgGLGetParameter2fv.3 +man/man3/cgGLGetParameter3d.3 +man/man3/cgGLGetParameter3dv.3 +man/man3/cgGLGetParameter3f.3 +man/man3/cgGLGetParameter3fv.3 +man/man3/cgGLGetParameter4d.3 +man/man3/cgGLGetParameter4dv.3 +man/man3/cgGLGetParameter4f.3 +man/man3/cgGLGetParameter4fv.3 +man/man3/cgGLGetParameterArray.3 +man/man3/cgGLGetParameterArray1d.3 +man/man3/cgGLGetParameterArray1dv.3 +man/man3/cgGLGetParameterArray1f.3 +man/man3/cgGLGetParameterArray1fv.3 +man/man3/cgGLGetParameterArray2d.3 +man/man3/cgGLGetParameterArray2dv.3 +man/man3/cgGLGetParameterArray2f.3 +man/man3/cgGLGetParameterArray2fv.3 +man/man3/cgGLGetParameterArray3d.3 +man/man3/cgGLGetParameterArray3dv.3 +man/man3/cgGLGetParameterArray3f.3 +man/man3/cgGLGetParameterArray3fv.3 +man/man3/cgGLGetParameterArray4d.3 +man/man3/cgGLGetParameterArray4dv.3 +man/man3/cgGLGetParameterArray4f.3 +man/man3/cgGLGetParameterArray4fv.3 +man/man3/cgGLGetProgramID.3 +man/man3/cgGLGetTextureEnum.3 +man/man3/cgGLGetTextureParameter.3 +man/man3/cgGLIsProfileSupported.3 +man/man3/cgGLIsProgramLoaded.3 +man/man3/cgGLLoadProgram.3 +man/man3/cgGLSetManageTextureParameters.3 +man/man3/cgGLSetMatrixParameter.3 +man/man3/cgGLSetMatrixParameterArray.3 +man/man3/cgGLSetMatrixParameterArraydc.3 +man/man3/cgGLSetMatrixParameterArraydcv.3 +man/man3/cgGLSetMatrixParameterArraydr.3 +man/man3/cgGLSetMatrixParameterArraydrv.3 +man/man3/cgGLSetMatrixParameterArrayfc.3 +man/man3/cgGLSetMatrixParameterArrayfcv.3 +man/man3/cgGLSetMatrixParameterArrayfr.3 +man/man3/cgGLSetMatrixParameterArrayfrv.3 +man/man3/cgGLSetMatrixParameterdc.3 +man/man3/cgGLSetMatrixParameterdcv.3 +man/man3/cgGLSetMatrixParameterdr.3 +man/man3/cgGLSetMatrixParameterdrv.3 +man/man3/cgGLSetMatrixParameterfc.3 +man/man3/cgGLSetMatrixParameterfcv.3 +man/man3/cgGLSetMatrixParameterfr.3 +man/man3/cgGLSetMatrixParameterfrv.3 +man/man3/cgGLSetOptimalOptions.3 +man/man3/cgGLSetParameter.3 +man/man3/cgGLSetParameter1d.3 +man/man3/cgGLSetParameter1dv.3 +man/man3/cgGLSetParameter1f.3 +man/man3/cgGLSetParameter1fv.3 +man/man3/cgGLSetParameter2d.3 +man/man3/cgGLSetParameter2dv.3 +man/man3/cgGLSetParameter2f.3 +man/man3/cgGLSetParameter2fv.3 +man/man3/cgGLSetParameter3d.3 +man/man3/cgGLSetParameter3dv.3 +man/man3/cgGLSetParameter3f.3 +man/man3/cgGLSetParameter3fv.3 +man/man3/cgGLSetParameter4d.3 +man/man3/cgGLSetParameter4dv.3 +man/man3/cgGLSetParameter4f.3 +man/man3/cgGLSetParameter4fv.3 +man/man3/cgGLSetParameterArray.3 +man/man3/cgGLSetParameterArray1d.3 +man/man3/cgGLSetParameterArray1dv.3 +man/man3/cgGLSetParameterArray1f.3 +man/man3/cgGLSetParameterArray1fv.3 +man/man3/cgGLSetParameterArray2d.3 +man/man3/cgGLSetParameterArray2dv.3 +man/man3/cgGLSetParameterArray2f.3 +man/man3/cgGLSetParameterArray2fv.3 +man/man3/cgGLSetParameterArray3d.3 +man/man3/cgGLSetParameterArray3dv.3 +man/man3/cgGLSetParameterArray3f.3 +man/man3/cgGLSetParameterArray3fv.3 +man/man3/cgGLSetParameterArray4d.3 +man/man3/cgGLSetParameterArray4dv.3 +man/man3/cgGLSetParameterArray4f.3 +man/man3/cgGLSetParameterArray4fv.3 +man/man3/cgGLSetParameterPointer.3 +man/man3/cgGLSetStateMatrixParameter.3 +man/man3/cgGLSetTextureParameter.3 +man/man3/cgGLUnbindProgram.3 +man/man3/cgGetArrayDimension.3 +man/man3/cgGetArrayParameter.3 +man/man3/cgGetArraySize.3 +man/man3/cgGetArrayType.3 +man/man3/cgGetConnectedParameter.3 +man/man3/cgGetConnectedToParameter.3 +man/man3/cgGetEnum.3 +man/man3/cgGetEnumString.3 +man/man3/cgGetError.3 +man/man3/cgGetErrorCallback.3 +man/man3/cgGetErrorString.3 +man/man3/cgGetFirstDependentParameter.3 +man/man3/cgGetFirstLeafParameter.3 +man/man3/cgGetFirstParameter.3 +man/man3/cgGetFirstProgram.3 +man/man3/cgGetFirstStructParameter.3 +man/man3/cgGetLastErrorString.3 +man/man3/cgGetLastListing.3 +man/man3/cgGetNamedParameter.3 +man/man3/cgGetNamedProgramParameter.3 +man/man3/cgGetNamedStructParameter.3 +man/man3/cgGetNamedUserType.3 +man/man3/cgGetNextLeafParameter.3 +man/man3/cgGetNextParameter.3 +man/man3/cgGetNextProgram.3 +man/man3/cgGetNumConnectedToParameters.3 +man/man3/cgGetNumParentTypes.3 +man/man3/cgGetNumUserTypes.3 +man/man3/cgGetParameterBaseResource.3 +man/man3/cgGetParameterContext.3 +man/man3/cgGetParameterDirection.3 +man/man3/cgGetParameterIndex.3 +man/man3/cgGetParameterName.3 +man/man3/cgGetParameterNamedType.3 +man/man3/cgGetParameterOrdinalNumber.3 +man/man3/cgGetParameterProgram.3 +man/man3/cgGetParameterResource.3 +man/man3/cgGetParameterResourceIndex.3 +man/man3/cgGetParameterSemantic.3 +man/man3/cgGetParameterType.3 +man/man3/cgGetParameterValues.3 +man/man3/cgGetParameterVariability.3 +man/man3/cgGetParentType.3 +man/man3/cgGetProfile.3 +man/man3/cgGetProfileString.3 +man/man3/cgGetProgramContext.3 +man/man3/cgGetProgramProfile.3 +man/man3/cgGetProgramString.3 +man/man3/cgGetResource.3 +man/man3/cgGetResourceString.3 +man/man3/cgGetString.3 +man/man3/cgGetType.3 +man/man3/cgGetTypeString.3 +man/man3/cgGetUserType.3 +man/man3/cgIsContext.3 +man/man3/cgIsInterfaceType.3 +man/man3/cgIsParameter.3 +man/man3/cgIsParameterGlobal.3 +man/man3/cgIsParameterReferenced.3 +man/man3/cgIsParentType.3 +man/man3/cgIsProgram.3 +man/man3/cgIsProgramCompiled.3 +man/man3/cgSetArraySize.3 +man/man3/cgSetAutoCompile.3 +man/man3/cgSetErrorCallBack.3 +man/man3/cgSetMatrixParameter.3 +man/man3/cgSetMatrixParameterdc.3 +man/man3/cgSetMatrixParameterdcv.3 +man/man3/cgSetMatrixParameterdr.3 +man/man3/cgSetMatrixParameterdrv.3 +man/man3/cgSetMatrixParameterfc.3 +man/man3/cgSetMatrixParameterfcv.3 +man/man3/cgSetMatrixParameterfr.3 +man/man3/cgSetMatrixParameterfrv.3 +man/man3/cgSetMultiDimArraySize.3 +man/man3/cgSetParameter.3 +man/man3/cgSetParameter1d.3 +man/man3/cgSetParameter1dv.3 +man/man3/cgSetParameter1f.3 +man/man3/cgSetParameter1fv.3 +man/man3/cgSetParameter2d.3 +man/man3/cgSetParameter2dv.3 +man/man3/cgSetParameter2f.3 +man/man3/cgSetParameter2fv.3 +man/man3/cgSetParameter3d.3 +man/man3/cgSetParameter3dv.3 +man/man3/cgSetParameter3f.3 +man/man3/cgSetParameter3fv.3 +man/man3/cgSetParameter4d.3 +man/man3/cgSetParameter4dv.3 +man/man3/cgSetParameter4f.3 +man/man3/cgSetParameter4fv.3 +man/man3/cgSetParameterVariability.3 +share/NVIDIA-Cg-linux/Cg/MANIFEST +share/NVIDIA-Cg-linux/Cg/README +share/NVIDIA-Cg-linux/Cg/docs/CgManualAddendum.pdf +share/NVIDIA-Cg-linux/Cg/docs/CgReleaseNotes.pdf +share/NVIDIA-Cg-linux/Cg/docs/Cg_Toolkit.pdf +share/NVIDIA-Cg-linux/Cg/docs/GettingStarted.pdf +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/Default.css +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLBindProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLDisableClientState.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLDisableProfile.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLDisableTextureParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLEnableClientState.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLEnableProfile.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLEnableTextureParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetLatestProfile.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetManageTextureParameters.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArray.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArraydc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArraydcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArraydr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArraydrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArrayfc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArrayfcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArrayfr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterArrayfrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterdc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterdcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterdr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterdrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterfc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterfcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterfr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetMatrixParameterfrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter1d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter1dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter1f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter1fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter2d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter2dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter2f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter2fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter3d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter3dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter3f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter3fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter4d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter4dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter4f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameter4fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray1d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray1dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray1f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray1fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray2d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray2dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray2f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray2fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray3d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray3dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray3f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray3fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray4d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray4dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray4f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetParameterArray4fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetProgramID.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetTextureEnum.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLGetTextureParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLIsProfileSupported.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLIsProgramLoaded.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLLoadProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetManageTextureParameters.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArray.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArraydc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArraydcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArraydr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArraydrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArrayfc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArrayfcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArrayfr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterArrayfrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterdc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterdcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterdr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterdrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterfc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterfcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterfr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetMatrixParameterfrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetOptimalOptions.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter1d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter1dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter1f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter1fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter2d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter2dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter2f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter2fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter3d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter3dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter3f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter3fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter4d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter4dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter4f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameter4fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray1d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray1dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray1f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray1fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray2d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray2dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray2f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray2fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray3d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray3dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray3f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray3fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray4d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray4dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray4f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterArray4fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetParameterPointer.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetStateMatrixParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLSetTextureParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/cgGLUnbindProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html/doc.css +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLBindProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLDisableClientState.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLDisableProfile.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLDisableTextureParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLEnableClientState.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLEnableProfile.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLEnableTextureParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetLatestProfile.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetManageTextureParameters.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArray.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArraydc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArraydcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArraydr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArraydrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArrayfc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArrayfcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArrayfr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterArrayfrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterdc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterdcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterdr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterdrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterfc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterfcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterfr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetMatrixParameterfrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter1d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter1dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter1f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter1fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter2d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter2dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter2f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter2fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter3d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter3dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter3f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter3fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter4d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter4dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter4f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameter4fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray1d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray1dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray1f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray1fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray2d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray2dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray2f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray2fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray3d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray3dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray3f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray3fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray4d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray4dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray4f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetParameterArray4fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetProgramID.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetTextureEnum.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLGetTextureParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLIsProfileSupported.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLIsProgramLoaded.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLLoadProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetManageTextureParameters.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArray.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArraydc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArraydcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArraydr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArraydrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArrayfc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArrayfcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArrayfr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterArrayfrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterdc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterdcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterdr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterdrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterfc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterfcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterfr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetMatrixParameterfrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetOptimalOptions.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter1d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter1dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter1f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter1fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter2d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter2dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter2f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter2fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter3d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter3dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter3f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter3fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter4d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter4dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter4f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameter4fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray1d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray1dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray1f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray1fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray2d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray2dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray2f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray2fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray3d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray3dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray3f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray3fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray4d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray4dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray4f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterArray4fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetParameterPointer.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetStateMatrixParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLSetTextureParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt/cgGLUnbindProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/Default.css +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCompileProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgConnectParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCopyProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCreateContext.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCreateParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCreateParameterArray.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCreateParameterMultiDimArray.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCreateProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgCreateProgramFromFile.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgDestroyContext.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgDestroyParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgDestroyProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgDisconnectParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetArrayDimension.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetArrayParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetArraySize.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetArrayType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetConnectedParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetConnectedToParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetEnum.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetEnumString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetError.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetErrorCallback.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetErrorString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetFirstDependentParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetFirstLeafParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetFirstParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetFirstProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetFirstStructParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetLastErrorString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetLastListing.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNamedParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNamedProgramParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNamedStructParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNamedUserType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNextLeafParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNextParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNextProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNumConnectedToParameters.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNumParentTypes.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetNumUserTypes.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterBaseResource.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterContext.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterDirection.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterIndex.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterName.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterNamedType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterOrdinalNumber.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterResource.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterResourceIndex.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterSemantic.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterValues.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParameterVariability.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetParentType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetProfile.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetProfileString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetProgramContext.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetProgramProfile.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetProgramString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetResource.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetResourceString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetTypeString.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgGetUserType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsContext.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsInterfaceType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsParameterGlobal.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsParameterReferenced.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsParentType.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsProgram.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgIsProgramCompiled.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetArraySize.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetAutoCompile.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetErrorCallBack.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterdc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterdcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterdr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterdrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterfc.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterfcv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterfr.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMatrixParameterfrv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetMultiDimArraySize.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter1d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter1dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter1f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter1fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter2d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter2dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter2f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter2fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter3d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter3dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter3f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter3fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter4d.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter4dv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter4f.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameter4fv.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/cgSetParameterVariability.html +share/NVIDIA-Cg-linux/Cg/docs/runtime/html/doc.css +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCompileProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgConnectParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCopyProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCreateContext.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCreateParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCreateParameterArray.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCreateParameterMultiDimArray.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCreateProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgCreateProgramFromFile.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgDestroyContext.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgDestroyParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgDestroyProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgDisconnectParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetArrayDimension.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetArrayParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetArraySize.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetArrayType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetConnectedParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetConnectedToParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetEnum.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetEnumString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetError.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetErrorCallback.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetErrorString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetFirstDependentParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetFirstLeafParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetFirstParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetFirstProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetFirstStructParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetLastErrorString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetLastListing.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNamedParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNamedProgramParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNamedStructParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNamedUserType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNextLeafParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNextParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNextProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNumConnectedToParameters.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNumParentTypes.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetNumUserTypes.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterBaseResource.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterContext.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterDirection.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterIndex.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterName.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterNamedType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterOrdinalNumber.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterResource.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterResourceIndex.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterSemantic.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterValues.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParameterVariability.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetParentType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetProfile.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetProfileString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetProgramContext.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetProgramProfile.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetProgramString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetResource.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetResourceString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetTypeString.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgGetUserType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsContext.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsInterfaceType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsParameterGlobal.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsParameterReferenced.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsParentType.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsProgram.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgIsProgramCompiled.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetArraySize.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetAutoCompile.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetErrorCallBack.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterdc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterdcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterdr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterdrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterfc.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterfcv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterfr.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMatrixParameterfrv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetMultiDimArraySize.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter1d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter1dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter1f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter1fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter2d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter2dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter2f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter2fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter3d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter3dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter3f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter3fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter4d.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter4dv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter4f.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameter4fv.txt +share/NVIDIA-Cg-linux/Cg/docs/runtime/txt/cgSetParameterVariability.txt +share/NVIDIA-Cg-linux/Cg/examples/README.examples +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/Art/DiffuseMap0.dds +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/Art/DiffuseMap1.dds +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/Art/DiffuseSpecular.fx +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/Art/NormalizationMap.dds +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/CgFXOpenGLSimple.cpp +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/GNUmakefile +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/nv_dds.cpp +share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/nv_dds.h +share/NVIDIA-Cg-linux/Cg/examples/common/cg_noise.c +share/NVIDIA-Cg-linux/Cg/examples/common/cg_noise.h +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/GNUmakefile +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/blend.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/blinn.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/checker.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/common.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/constant.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/light.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/main.cpp +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/material.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/materialmain.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/pointlight.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/spotlight.cg +share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl/vertex.cg +share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl/GNUmakefile +share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl/cgGL_vertex_example.c +share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl/cgGL_vertex_example.cg +share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl_vertex_fragment/GNUmakefile +share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl_vertex_fragment/demo.cpp +share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl_vertex_fragment/demo_frag.cg +share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl_vertex_fragment/demo_vert.cg +share/NVIDIA-Cg-linux/Cg/examples/simple_ps/color_3x3_matrix.cg +share/NVIDIA-Cg-linux/Cg/examples/simple_ps/dot_light.cg +share/NVIDIA-Cg-linux/Cg/examples/simple_ps/spec_light.cg +share/NVIDIA-Cg-linux/Cg/examples/simple_vs/position.cg +share/NVIDIA-Cg-linux/Cg/examples/simple_vs/reflection.cg +share/NVIDIA-Cg-linux/Cg/examples/simple_vs/vertexlight.cg +share/NVIDIA-Cg-linux/Cg/examples/simple_vs/vertexlight4.cg +share/NVIDIA-Cg-linux/Cg/include/GL/glext.h +@dirrm share/NVIDIA-Cg-linux/Cg/include/GL +@dirrm share/NVIDIA-Cg-linux/Cg/include +@dirrm share/NVIDIA-Cg-linux/Cg/examples/simple_vs +@dirrm share/NVIDIA-Cg-linux/Cg/examples/simple_ps +@dirrm share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl_vertex_fragment +@dirrm share/NVIDIA-Cg-linux/Cg/examples/runtime_ogl +@dirrm share/NVIDIA-Cg-linux/Cg/examples/interfaces_ogl +@dirrm share/NVIDIA-Cg-linux/Cg/examples/common +@dirrm share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime/Art +@dirrm share/NVIDIA-Cg-linux/Cg/examples/cgfx_runtime +@dirrm share/NVIDIA-Cg-linux/Cg/examples +@dirrm share/NVIDIA-Cg-linux/Cg/docs/runtime/txt +@dirrm share/NVIDIA-Cg-linux/Cg/docs/runtime/html +@dirrm share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/txt +@dirrm share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL/html +@dirrm share/NVIDIA-Cg-linux/Cg/docs/runtime/cgGL +@dirrm share/NVIDIA-Cg-linux/Cg/docs/runtime +@dirrm share/NVIDIA-Cg-linux/Cg/docs +@dirrm share/NVIDIA-Cg-linux/Cg +@dirrm share/NVIDIA-Cg-linux +@dirrm include/CgFX +@dirrm include/Cg diff --git a/lang/Cg-compiler/buildlink3.mk b/lang/Cg-compiler/buildlink3.mk new file mode 100644 index 00000000000..1f7a20d2552 --- /dev/null +++ b/lang/Cg-compiler/buildlink3.mk @@ -0,0 +1,18 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/08/18 21:12:51 minskim Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +CG_COMPILER_BUILDLINK3_MK:= ${CG_COMPILER_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= Cg-compiler +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NCg-compiler} +BUILDLINK_PACKAGES+= Cg-compiler + +.if !empty(CG_COMPILER_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.Cg-compiler+= Cg-compiler>=1.2.1 +BUILDLINK_PKGSRCDIR.Cg-compiler?= ../../lang/Cg-compiler +.endif # CG_COMPILER_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/lang/Cg-compiler/distinfo b/lang/Cg-compiler/distinfo new file mode 100644 index 00000000000..6a4b5a0ce96 --- /dev/null +++ b/lang/Cg-compiler/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/18 21:12:50 minskim Exp $ + +SHA1 (Cg-1.2.1-Linux.tar.gz) = 5af8228778c7f3549e43a23a224806fb33c62b27 +Size (Cg-1.2.1-Linux.tar.gz) = 4186931 bytes |