summaryrefslogtreecommitdiff
path: root/lang/Cg-compiler
diff options
context:
space:
mode:
authorrodent <rodent>2013-06-30 03:14:43 +0000
committerrodent <rodent>2013-06-30 03:14:43 +0000
commit5e077a45149232ce04984d81e8720aac67dc7f31 (patch)
treede4461caaf53e1b6e8b07b351fc12c2f9fe92823 /lang/Cg-compiler
parente488cb3e00c864af509775c97c6cbe7218520849 (diff)
downloadpkgsrc-5e077a45149232ce04984d81e8720aac67dc7f31.tar.gz
Updated Cg-compiler to latest release, 3.1 from April 2012. This provides a
more useful package than the previous version, complete with examples and handling distfiles for the i386 and amd64 architectures. This was originally in pkgsrc-wip and cleaned up for pkgsrc HEAD. Resolved PR/46914 Not a complete ChangeLog since the version in pkgsrc, but here's what could be scraped from HOMEPAGE: The April 2012 version of Cg 3.1 added these improvements: Improved GLSL support for clip semantics Fixed a runtime bug concerning gp4 and gp5 geometry programs Various documentation updates The February 2012 version of Cg 3.1 added these improvements: Added Cg language support for uniform buffers Added OpenGL Uni\ufb01ed Buffer Object (UBO) support for buffers Added OpenGL GLSL version 110 and 120 translation support New tessellation examples added New uniform buffer examples added VC10 projects added for examples The February 2011 version of Cg 3.0 added these improvements: Improved DX11 tessellation support Resolved an issue with nearly identical user defined types Resolved an issue with default values from unreferenced uniform parameters Support setting matrices beyond 96 float constants in the vp30 profile Application supplied compilation options now override those set by cgGLSetOptimalOptions Improved support for 'const' variables in the GLSL profiles Added sampler state documentation
Diffstat (limited to 'lang/Cg-compiler')
-rw-r--r--lang/Cg-compiler/DESCR21
-rw-r--r--lang/Cg-compiler/Makefile430
-rw-r--r--lang/Cg-compiler/PLIST762
-rw-r--r--lang/Cg-compiler/PLIST.common2307
-rw-r--r--lang/Cg-compiler/PLIST.linux-i3863
-rw-r--r--lang/Cg-compiler/PLIST.linux-x86_643
-rw-r--r--lang/Cg-compiler/buildlink3.mk7
-rw-r--r--lang/Cg-compiler/distinfo11
8 files changed, 2745 insertions, 799 deletions
diff --git a/lang/Cg-compiler/DESCR b/lang/Cg-compiler/DESCR
index af04885d2e7..29f16fc813d 100644
--- a/lang/Cg-compiler/DESCR
+++ b/lang/Cg-compiler/DESCR
@@ -1,7 +1,16 @@
-This is the NVIDIA Cg compiler/toolkit for Linux that includes:
+The award-winning Cg Toolkit enables software developers to add the latest
+interactive effects to real-time applications with a comprehensive solution that
+works across platforms and graphics APIs containing:
- 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
+ * Compiler for the Cg 3.1 language
+ * Cg/CgFX Runtime libraries for OpenGL and Direct3D
+ * User's Manual and documentation on the Cg Language, Runtime APIs, Cg
+ Library, CgFX States, and Cg Profiles
+ * Numerous Cg examples
+
+Supporting dozens of different OpenGL and DirectX profile targets, Cg allows you
+to incorporate stunning, interactive effects within your 3D applications and
+share them between other Cg applications, across graphics APIs, and most
+operating systems (Windows XP, Vista and Windows 7, Mac OS X for Leopard, Snow
+Leopard & Lion, Linux 32-bit & 64-bit) and balance effect complexities with
+client GPU capabilities.
diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile
index e99e51b3c2a..e93a5d8ce63 100644
--- a/lang/Cg-compiler/Makefile
+++ b/lang/Cg-compiler/Makefile
@@ -1,40 +1,424 @@
-# $NetBSD: Makefile,v 1.15 2012/10/02 20:11:34 asau Exp $
+# $NetBSD: Makefile,v 1.16 2013/06/30 03:14:43 rodent Exp $
#
-DISTNAME= CgLinux-1.3.0408-0400
-PKGNAME= Cg-compiler-1.3beta2
-PKGREVISION= 3
+DISTNAME= Cg-3.1_April2012_x86${DIST_ARCH}
+PKGNAME= ${DISTNAME:S/-/-compiler-/:S/_April2012_x86${DIST_ARCH}//}
CATEGORIES= lang
-MASTER_SITES= ftp://download.nvidia.com/developer/cg/Cg_1.3/Linux/
+MASTER_SITES= http://developer.download.nvidia.com/cg/Cg_3.1/
+EXTRACT_SUFX= .tgz
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://developer.nvidia.com/object/cg_toolkit.html
-COMMENT= NVIDIA Cg Compiler for Linux
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://developer.nvidia.com/cg-toolkit
+COMMENT= Compiler for the Cg 3.1 language
+LICENSE= nvidia-license
-EMUL_PLATFORMS= linux-i386
+WRKSRC= ${WRKDIR}
+USE_LANGUAGES= c c++
+
+EMUL_PLATFORMS= linux-i386 linux-x86_64
EMUL_MODULES.linux= base
EMUL_REQD= suse>=7.3
-USE_TOOLS+= pax
-
-WRKSRC= ${WRKDIR}
BUILD_DIRS= # empty
RUN_LDCONFIG= yes
+USE_TOOLS+= pax
+
+.include "../../mk/bsd.prefs.mk"
+
+PLIST_SRC= PLIST.common
+.if ${EMUL_ARCH} == "i386"
+ DIST_ARCH= # blank
+ INSTALLATION_DIRS= ${EMULDIR}/lib
+ PLIST_SRC+= PLIST.linux-i386
+.elif ${EMUL_ARCH} == "x86_64"
+ DIST_ARCH= _64
+ INSTALLATION_DIRS= ${EMULDIR}/lib64
+ PLIST_SRC+= PLIST.linux-x86_64
+.else
+ DIST_ARCH= # blank
+ INSTALLATION_DIRS= ${EMULDIR}/lib
+ PLIST_SRC+= PLIST.linux-i386
+.endif
-INSTALLATION_DIRS= bin include/Cg include/CgFX ${PKGMANDIR}/man3 \
- share/NVIDIA-Cg-linux share/doc/NVIDIA-Cg-linux \
- ${EMULDIR}/lib
+INSTALLATION_DIRS+= bin include/Cg share/doc/Cg-compiler \
+ share/doc/html/Cg-compiler \
+ share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting \
+ share/examples/Cg-compiler/Direct3D10/advanced/combine_programs \
+ share/examples/Cg-compiler/Direct3D10/advanced/custom_state_assignments \
+ share/examples/Cg-compiler/Direct3D10/advanced/gs_shrinky \
+ share/examples/Cg-compiler/Direct3D10/advanced/gs_simple \
+ share/examples/Cg-compiler/Direct3D10/advanced/include_string \
+ share/examples/Cg-compiler/Direct3D10/advanced/interpolation_modifier \
+ share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program \
+ share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter \
+ share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter \
+ share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling \
+ share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting \
+ share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses \
+ share/examples/Cg-compiler/Direct3D10/basic/cgfx_buffer \
+ share/examples/Cg-compiler/Direct3D10/basic/cgfx_simple \
+ share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture \
+ share/examples/Cg-compiler/Direct3D10/miniDXUT \
+ share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting \
+ share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array \
+ share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo \
+ share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest \
+ share/examples/Cg-compiler/Direct3D11/advanced/combine_programs \
+ share/examples/Cg-compiler/Direct3D11/advanced/custom_state_assignments \
+ share/examples/Cg-compiler/Direct3D11/advanced/gs_shrinky \
+ share/examples/Cg-compiler/Direct3D11/advanced/gs_simple \
+ share/examples/Cg-compiler/Direct3D11/advanced/include_string \
+ share/examples/Cg-compiler/Direct3D11/advanced/interpolation_modifier \
+ share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program \
+ share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter \
+ share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter \
+ share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling \
+ share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting \
+ share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses \
+ share/examples/Cg-compiler/Direct3D11/basic/cgfx_buffer \
+ share/examples/Cg-compiler/Direct3D11/basic/cgfx_simple \
+ share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture \
+ share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting \
+ share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo \
+ share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program \
+ share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program \
+ share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter \
+ share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter \
+ share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling \
+ share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting \
+ share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses \
+ share/examples/Cg-compiler/Direct3D9/miniDXUT \
+ share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter \
+ share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array \
+ share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo \
+ share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces \
+ share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest \
+ share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx \
+ share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array \
+ share/examples/Cg-compiler/OpenGL/advanced/combine_program \
+ share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments \
+ share/examples/Cg-compiler/OpenGL/advanced/generic_attribs \
+ share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad \
+ share/examples/Cg-compiler/OpenGL/advanced/gs_md2render \
+ share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal \
+ share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky \
+ share/examples/Cg-compiler/OpenGL/advanced/gs_simple \
+ share/examples/Cg-compiler/OpenGL/advanced/include_string \
+ share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier \
+ share/examples/Cg-compiler/OpenGL/advanced/texture_array \
+ share/examples/Cg-compiler/OpenGL/advanced/vertex_texture \
+ share/examples/Cg-compiler/OpenGL/basic/01_vertex_program \
+ share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program \
+ share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter \
+ share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter \
+ share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling \
+ share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting \
+ share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses \
+ share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform \
+ share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting \
+ share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting \
+ share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs \
+ share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation \
+ share/examples/Cg-compiler/OpenGL/basic/13_spotlight \
+ share/examples/Cg-compiler/OpenGL/basic/14_bulge \
+ share/examples/Cg-compiler/OpenGL/basic/15_particle_system \
+ share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation \
+ share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection \
+ share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction \
+ share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion \
+ share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall \
+ share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map \
+ share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor \
+ share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus \
+ share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog \
+ share/examples/Cg-compiler/OpenGL/basic/26_toon_shading \
+ share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing \
+ share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting \
+ share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting \
+ share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting \
+ share/examples/Cg-compiler/OpenGL/glew/include/GL \
+ share/examples/Cg-compiler/OpenGL/glew/src \
+ share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation \
+ share/examples/Cg-compiler/OpenGL/tessellation/phong_tess \
+ share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles \
+ share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier \
+ share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess \
+ share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier \
+ share/examples/Cg-compiler/OpenGL/tessellation/tess_simple \
+ share/examples/Cg-compiler/Tools/cgfxcat \
+ share/examples/Cg-compiler/Tools/cginfo \
+ share/examples/Cg-compiler/Trace
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/cgc ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/usr/bin/* ${DESTDIR}${PREFIX}/bin
+.if ${EMUL_ARCH} == "i386"
+ ${INSTALL_DATA} ${WRKSRC}/usr/lib/* ${DESTDIR}${EMULDIR}/lib
+.elif ${EMUL_ARCH} == "x86_64"
+ ${INSTALL_DATA} ${WRKSRC}/usr/lib64/* ${DESTDIR}${EMULDIR}/lib64
+.else
+ ${INSTALL_DATA} ${WRKSRC}/usr/lib/* ${DESTDIR}${EMULDIR}/lib
+.endif
${INSTALL_DATA} ${WRKSRC}/usr/include/Cg/* \
${DESTDIR}${PREFIX}/include/Cg
- ${INSTALL_DATA} ${WRKSRC}/usr/include/CgFX/* \
- ${DESTDIR}${PREFIX}/include/CgFX
- ${INSTALL_DATA} ${WRKSRC}/usr/lib/* ${DESTDIR}${EMULDIR}/lib
- ${INSTALL_MAN} ${WRKSRC}/usr/share/man/man3/* \
- ${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
- cd ${WRKSRC}/usr/local && pax -rwppm . \
- ${DESTDIR}${PREFIX}/share/NVIDIA-Cg-linux
+ ${INSTALL_DATA} ${WRKSRC}/usr/local/Cg/README ${DESTDIR}${PREFIX}/share/doc/Cg-compiler
+ ${INSTALL_DATA} ${WRKSRC}/usr/local/Cg/docs/Cg* ${DESTDIR}${PREFIX}/share/doc/Cg-compiler
+ ${INSTALL_DATA} ${WRKSRC}/usr/local/Cg/docs/html/* ${DESTDIR}${PREFIX}/share/doc/html/Cg-compiler
+ cd ${WRKSRC}/usr/local/Cg/examples && \
+ ${INSTALL_DATA} Direct3D10/advanced/Direct3D10_Advanced_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced && \
+ ${INSTALL_DATA} Direct3D10/advanced/cgfx_buffer_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting && \
+ ${INSTALL_DATA} Direct3D10/advanced/combine_programs/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced/combine_programs && \
+ ${INSTALL_DATA} Direct3D10/advanced/custom_state_assignments/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced/custom_state_assignments && \
+ ${INSTALL_DATA} Direct3D10/advanced/gs_shrinky/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced/gs_shrinky && \
+ ${INSTALL_DATA} Direct3D10/advanced/gs_simple/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced/gs_simple && \
+ ${INSTALL_DATA} Direct3D10/advanced/include_string/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced/include_string && \
+ ${INSTALL_DATA} Direct3D10/advanced/interpolation_modifier/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/advanced/interpolation_modifier && \
+ ${INSTALL_DATA} Direct3D10/basic/Direct3D10_Basic_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic && \
+ ${INSTALL_DATA} Direct3D10/basic/02_vertex_and_fragment_program/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program && \
+ ${INSTALL_DATA} Direct3D10/basic/03_uniform_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter && \
+ ${INSTALL_DATA} Direct3D10/basic/04_varying_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter && \
+ ${INSTALL_DATA} Direct3D10/basic/05_texture_sampling/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling && \
+ ${INSTALL_DATA} Direct3D10/basic/06_vertex_twisting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting && \
+ ${INSTALL_DATA} Direct3D10/basic/07_two_texture_accesses/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses && \
+ ${INSTALL_DATA} Direct3D10/basic/cgfx_buffer/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/cgfx_buffer && \
+ ${INSTALL_DATA} Direct3D10/basic/cgfx_simple/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/cgfx_simple && \
+ ${INSTALL_DATA} Direct3D10/basic/cgfx_texture/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture && \
+ ${INSTALL_DATA} Direct3D10/miniDXUT/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D10/miniDXUT && \
+ ${INSTALL_DATA} Direct3D11/advanced/Direct3D11_Advanced_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced && \
+ ${INSTALL_DATA} Direct3D11/advanced/cgfx_buffer_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting && \
+ ${INSTALL_DATA} Direct3D11/advanced/cgfx_bumpdemo_array/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array && \
+ ${INSTALL_DATA} Direct3D11/advanced/cgfx_bumpdemo/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo && \
+ ${INSTALL_DATA} Direct3D11/advanced/cgfx_latest/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest && \
+ ${INSTALL_DATA} Direct3D11/advanced/combine_programs/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/combine_programs && \
+ ${INSTALL_DATA} Direct3D11/advanced/custom_state_assignments/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/custom_state_assignments && \
+ ${INSTALL_DATA} Direct3D11/advanced/gs_shrinky/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/gs_shrinky && \
+ ${INSTALL_DATA} Direct3D11/advanced/gs_simple/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/gs_simple && \
+ ${INSTALL_DATA} Direct3D11/advanced/include_string/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/include_string && \
+ ${INSTALL_DATA} Direct3D11/advanced/interpolation_modifier/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/advanced/interpolation_modifier && \
+ ${INSTALL_DATA} Direct3D11/basic/Direct3D11_Basic_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic && \
+ ${INSTALL_DATA} Direct3D11/basic/02_vertex_and_fragment_program/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program && \
+ ${INSTALL_DATA} Direct3D11/basic/03_uniform_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter && \
+ ${INSTALL_DATA} Direct3D11/basic/04_varying_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter && \
+ ${INSTALL_DATA} Direct3D11/basic/05_texture_sampling/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling && \
+ ${INSTALL_DATA} Direct3D11/basic/06_vertex_twisting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting && \
+ ${INSTALL_DATA} Direct3D11/basic/07_two_texture_accesses/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses && \
+ ${INSTALL_DATA} Direct3D11/basic/cgfx_buffer/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/cgfx_buffer && \
+ ${INSTALL_DATA} Direct3D11/basic/cgfx_simple/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/cgfx_simple && \
+ ${INSTALL_DATA} Direct3D11/basic/cgfx_texture/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture && \
+ ${INSTALL_DATA} Direct3D9/advanced/Direct3D9_Advanced_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/advanced && \
+ ${INSTALL_DATA} Direct3D9/advanced/cgfx_buffer_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting && \
+ ${INSTALL_DATA} Direct3D9/advanced/cgfx_bumpdemo/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo && \
+ ${INSTALL_DATA} Direct3D9/basic/Direct3D9_Basic_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic && \
+ ${INSTALL_DATA} Direct3D9/basic/01_vertex_program/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program && \
+ ${INSTALL_DATA} Direct3D9/basic/02_vertex_and_fragment_program/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program && \
+ ${INSTALL_DATA} Direct3D9/basic/03_uniform_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter && \
+ ${INSTALL_DATA} Direct3D9/basic/04_varying_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter && \
+ ${INSTALL_DATA} Direct3D9/basic/05_texture_sampling/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling && \
+ ${INSTALL_DATA} Direct3D9/basic/06_vertex_twisting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting && \
+ ${INSTALL_DATA} Direct3D9/basic/07_two_texture_accesses/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses && \
+ ${INSTALL_DATA} Direct3D9/miniDXUT/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Direct3D9/miniDXUT && \
+ ${INSTALL_DATA} OpenGL/Makefile \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL && \
+ ${INSTALL_DATA} OpenGL/advanced/Makefile \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced && \
+ ${INSTALL_DATA} OpenGL/advanced/OpenGL_Advanced_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced && \
+ ${INSTALL_DATA} OpenGL/advanced/cgfx_boxfilter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter && \
+ ${INSTALL_DATA} OpenGL/advanced/cgfx_bumpdemo_array/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array && \
+ ${INSTALL_DATA} OpenGL/advanced/cgfx_bumpdemo/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo && \
+ ${INSTALL_DATA} OpenGL/advanced/cgfx_interfaces/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces && \
+ ${INSTALL_DATA} OpenGL/advanced/cgfx_latest/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest && \
+ ${INSTALL_DATA} OpenGL/advanced/cgfx_procfx/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx && \
+ ${INSTALL_DATA} OpenGL/advanced/cgfx_texture_array/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array && \
+ ${INSTALL_DATA} OpenGL/advanced/combine_program/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/combine_program && \
+ ${INSTALL_DATA} OpenGL/advanced/custom_state_assignments/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments && \
+ ${INSTALL_DATA} OpenGL/advanced/generic_attribs/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/generic_attribs && \
+ ${INSTALL_DATA} OpenGL/advanced/gs_interp_quad/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad && \
+ ${INSTALL_DATA} OpenGL/advanced/gs_md2render/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/gs_md2render && \
+ ${INSTALL_DATA} OpenGL/advanced/gs_quadnormal/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal && \
+ ${INSTALL_DATA} OpenGL/advanced/gs_shrinky/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky && \
+ ${INSTALL_DATA} OpenGL/advanced/gs_simple/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/gs_simple && \
+ ${INSTALL_DATA} OpenGL/advanced/include_string/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/include_string && \
+ ${INSTALL_DATA} OpenGL/advanced/interpolation_modifier/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier && \
+ ${INSTALL_DATA} OpenGL/advanced/texture_array/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/texture_array && \
+ ${INSTALL_DATA} OpenGL/advanced/vertex_texture/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/advanced/vertex_texture && \
+ ${INSTALL_DATA} OpenGL/basic/Makefile \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic && \
+ ${INSTALL_DATA} OpenGL/basic/OpenGL_Basic_* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic && \
+ ${INSTALL_DATA} OpenGL/basic/01_vertex_program/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/01_vertex_program && \
+ ${INSTALL_DATA} OpenGL/basic/02_vertex_and_fragment_program/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program && \
+ ${INSTALL_DATA} OpenGL/basic/03_uniform_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter && \
+ ${INSTALL_DATA} OpenGL/basic/04_varying_parameter/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter && \
+ ${INSTALL_DATA} OpenGL/basic/05_texture_sampling/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling && \
+ ${INSTALL_DATA} OpenGL/basic/06_vertex_twisting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting && \
+ ${INSTALL_DATA} OpenGL/basic/07_two_texture_accesses/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses && \
+ ${INSTALL_DATA} OpenGL/basic/08_vertex_transform/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform && \
+ ${INSTALL_DATA} OpenGL/basic/09_vertex_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting && \
+ ${INSTALL_DATA} OpenGL/basic/10_fragment_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting && \
+ ${INSTALL_DATA} OpenGL/basic/11_two_lights_with_structs/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs && \
+ ${INSTALL_DATA} OpenGL/basic/12_light_attenuation/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation && \
+ ${INSTALL_DATA} OpenGL/basic/13_spotlight/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/13_spotlight && \
+ ${INSTALL_DATA} OpenGL/basic/14_bulge/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/14_bulge && \
+ ${INSTALL_DATA} OpenGL/basic/15_particle_system/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/15_particle_system && \
+ ${INSTALL_DATA} OpenGL/basic/16_keyframe_interpolation/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation && \
+ ${INSTALL_DATA} OpenGL/basic/18_cube_map_reflection/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection && \
+ ${INSTALL_DATA} OpenGL/basic/19_cube_map_refraction/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction && \
+ ${INSTALL_DATA} OpenGL/basic/20_chromatic_dispersion/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion && \
+ ${INSTALL_DATA} OpenGL/basic/21_bump_map_wall/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall && \
+ ${INSTALL_DATA} OpenGL/basic/22_specular_bump_map/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map && \
+ ${INSTALL_DATA} OpenGL/basic/23_bump_map_floor/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor && \
+ ${INSTALL_DATA} OpenGL/basic/24_bump_map_torus/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus && \
+ ${INSTALL_DATA} OpenGL/basic/25_uniform_fog/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog && \
+ ${INSTALL_DATA} OpenGL/basic/26_toon_shading/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/26_toon_shading && \
+ ${INSTALL_DATA} OpenGL/basic/27_projective_texturing/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing && \
+ ${INSTALL_DATA} OpenGL/buffers/Makefile \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/buffers && \
+ ${INSTALL_DATA} OpenGL/buffers/OpenGL_Buffers_20* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/buffers && \
+ ${INSTALL_DATA} OpenGL/buffers/buffer_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting && \
+ ${INSTALL_DATA} OpenGL/buffers/cgfx_buffer_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting && \
+ ${INSTALL_DATA} OpenGL/buffers/ubo_lighting/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting && \
+ ${INSTALL_DATA} OpenGL/glew/LICENSE.txt \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/glew && \
+ ${INSTALL_DATA} OpenGL/glew/Makefile* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/glew && \
+ ${INSTALL_DATA} OpenGL/glew/include/GL/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/glew/include/GL && \
+ ${INSTALL_DATA} OpenGL/glew/glew* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/glew && \
+ ${INSTALL_DATA} OpenGL/glew/src/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/glew/src && \
+ ${INSTALL_DATA} OpenGL/glew/visualinfo* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/glew/ && \
+ ${INSTALL_DATA} OpenGL/tessellation/Makefile \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/ && \
+ ${INSTALL_DATA} OpenGL/tessellation/*.sln \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/ && \
+ ${INSTALL_DATA} OpenGL/tessellation/cgfx_tessellation/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation && \
+ ${INSTALL_DATA} OpenGL/tessellation/phong_tess/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/phong_tess && \
+ ${INSTALL_DATA} OpenGL/tessellation/pn_triangles/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles && \
+ ${INSTALL_DATA} OpenGL/tessellation/quad_tri_bezier/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier && \
+ ${INSTALL_DATA} OpenGL/tessellation/terrain_tess/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess && \
+ ${INSTALL_DATA} OpenGL/tessellation/tess_bezier/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier && \
+ ${INSTALL_DATA} OpenGL/tessellation/tess_simple/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/OpenGL/tessellation/tess_simple && \
+ ${INSTALL_DATA} README \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler && \
+ ${INSTALL_DATA} Tools/Makefile \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Tools && \
+ ${INSTALL_DATA} Tools/*.sln \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Tools && \
+ ${INSTALL_DATA} Tools/cgfxcat/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Tools/cgfxcat && \
+ ${INSTALL_DATA} Tools/cginfo/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Tools/cginfo && \
+ ${INSTALL_DATA} Trace/* \
+ ${DESTDIR}${PREFIX}/share/examples/Cg-compiler/Trace
.include "../../mk/bsd.pkg.mk"
diff --git a/lang/Cg-compiler/PLIST b/lang/Cg-compiler/PLIST
deleted file mode 100644
index 9be59556fcc..00000000000
--- a/lang/Cg-compiler/PLIST
+++ /dev/null
@@ -1,762 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:03:28 joerg 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
-${EMULSUBDIRSLASH}lib/libCg.so
-${EMULSUBDIRSLASH}lib/libCgFX.so
-${EMULSUBDIRSLASH}lib/libCgFXGL.so
-${EMULSUBDIRSLASH}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
diff --git a/lang/Cg-compiler/PLIST.common b/lang/Cg-compiler/PLIST.common
new file mode 100644
index 00000000000..06760dcfb52
--- /dev/null
+++ b/lang/Cg-compiler/PLIST.common
@@ -0,0 +1,2307 @@
+@comment $NetBSD: PLIST.common,v 1.1 2013/06/30 03:14:43 rodent Exp $
+bin/cgc
+bin/cgfxcat
+bin/cginfo
+include/Cg/cg.h
+include/Cg/cgGL.h
+share/doc/Cg-compiler/Cg-2.0.pdf
+share/doc/Cg-compiler/CgFX_bumpdemo_Tutorial.pdf
+share/doc/Cg-compiler/CgReferenceManual.chm
+share/doc/Cg-compiler/CgReferenceManual.pdf
+share/doc/Cg-compiler/CgReleaseNotes.pdf
+share/doc/Cg-compiler/CgUsersManual.pdf
+share/doc/Cg-compiler/Cg_bumpdemo_Tutorial.pdf
+share/doc/Cg-compiler/README
+share/doc/html/Cg-compiler/AddressU.html
+share/doc/html/Cg-compiler/AddressUi.html
+share/doc/html/Cg-compiler/AddressV.html
+share/doc/html/Cg-compiler/AddressVi.html
+share/doc/html/Cg-compiler/AddressW.html
+share/doc/html/Cg-compiler/AddressWi.html
+share/doc/html/Cg-compiler/AlphaArg0.html
+share/doc/html/Cg-compiler/AlphaArg1.html
+share/doc/html/Cg-compiler/AlphaArg2.html
+share/doc/html/Cg-compiler/AlphaBlendEnable.html
+share/doc/html/Cg-compiler/AlphaFunc.html
+share/doc/html/Cg-compiler/AlphaOp.html
+share/doc/html/Cg-compiler/AlphaRef.html
+share/doc/html/Cg-compiler/AlphaTestEnable.html
+share/doc/html/Cg-compiler/Ambient.html
+share/doc/html/Cg-compiler/AmbientMaterialSource.html
+share/doc/html/Cg-compiler/AutoNormalEnable.html
+share/doc/html/Cg-compiler/BlendColor.html
+share/doc/html/Cg-compiler/BlendEnable.html
+share/doc/html/Cg-compiler/BlendEquation.html
+share/doc/html/Cg-compiler/BlendEquationSeparate.html
+share/doc/html/Cg-compiler/BlendFunc.html
+share/doc/html/Cg-compiler/BlendFuncSeparate.html
+share/doc/html/Cg-compiler/BlendOp.html
+share/doc/html/Cg-compiler/BlendOpAlpha.html
+share/doc/html/Cg-compiler/BorderColor.html
+share/doc/html/Cg-compiler/BorderColori.html
+share/doc/html/Cg-compiler/BumpEnvLOffset.html
+share/doc/html/Cg-compiler/BumpEnvLScale.html
+share/doc/html/Cg-compiler/BumpEnvMat00.html
+share/doc/html/Cg-compiler/BumpEnvMat01.html
+share/doc/html/Cg-compiler/BumpEnvMat10.html
+share/doc/html/Cg-compiler/BumpEnvMat11.html
+share/doc/html/Cg-compiler/Cg.html
+share/doc/html/Cg-compiler/Cg_language.html
+share/doc/html/Cg-compiler/ClearColor.html
+share/doc/html/Cg-compiler/ClearDepth.html
+share/doc/html/Cg-compiler/ClearStencil.html
+share/doc/html/Cg-compiler/ClipPlane.html
+share/doc/html/Cg-compiler/ClipPlaneEnable.html
+share/doc/html/Cg-compiler/Clipping.html
+share/doc/html/Cg-compiler/ColorArg0.html
+share/doc/html/Cg-compiler/ColorArg1.html
+share/doc/html/Cg-compiler/ColorArg2.html
+share/doc/html/Cg-compiler/ColorLogicOpEnable.html
+share/doc/html/Cg-compiler/ColorMask.html
+share/doc/html/Cg-compiler/ColorMaterial.html
+share/doc/html/Cg-compiler/ColorMatrix.html
+share/doc/html/Cg-compiler/ColorOp.html
+share/doc/html/Cg-compiler/ColorTransform.html
+share/doc/html/Cg-compiler/ColorVertex.html
+share/doc/html/Cg-compiler/ColorWriteEnable.html
+share/doc/html/Cg-compiler/ColorWriteEnable1.html
+share/doc/html/Cg-compiler/ColorWriteEnable2.html
+share/doc/html/Cg-compiler/ColorWriteEnable3.html
+share/doc/html/Cg-compiler/CompareFunc.html
+share/doc/html/Cg-compiler/CompareMode.html
+share/doc/html/Cg-compiler/CullFace.html
+share/doc/html/Cg-compiler/CullFaceEnable.html
+share/doc/html/Cg-compiler/CullMode.html
+share/doc/html/Cg-compiler/DepthBias.html
+share/doc/html/Cg-compiler/DepthBounds.html
+share/doc/html/Cg-compiler/DepthBoundsEnable.html
+share/doc/html/Cg-compiler/DepthClampEnable.html
+share/doc/html/Cg-compiler/DepthFunc.html
+share/doc/html/Cg-compiler/DepthMask.html
+share/doc/html/Cg-compiler/DepthMode.html
+share/doc/html/Cg-compiler/DepthRange.html
+share/doc/html/Cg-compiler/DepthTestEnable.html
+share/doc/html/Cg-compiler/DestBlend.html
+share/doc/html/Cg-compiler/DestBlendAlpha.html
+share/doc/html/Cg-compiler/DiffuseMaterialSource.html
+share/doc/html/Cg-compiler/DitherEnable.html
+share/doc/html/Cg-compiler/EmissiveMaterialSource.html
+share/doc/html/Cg-compiler/FillMode.html
+share/doc/html/Cg-compiler/FogColor.html
+share/doc/html/Cg-compiler/FogCoordSrc.html
+share/doc/html/Cg-compiler/FogDensity.html
+share/doc/html/Cg-compiler/FogDistanceMode.html
+share/doc/html/Cg-compiler/FogEnable.html
+share/doc/html/Cg-compiler/FogEnd.html
+share/doc/html/Cg-compiler/FogMode.html
+share/doc/html/Cg-compiler/FogStart.html
+share/doc/html/Cg-compiler/FogTableMode.html
+share/doc/html/Cg-compiler/FogVertexMode.html
+share/doc/html/Cg-compiler/FragmentEnvParameter.html
+share/doc/html/Cg-compiler/FragmentLocalParameter.html
+share/doc/html/Cg-compiler/FragmentProgram.html
+share/doc/html/Cg-compiler/FrontFace.html
+share/doc/html/Cg-compiler/GenerateMipmap.html
+share/doc/html/Cg-compiler/GeometryProgram.html
+share/doc/html/Cg-compiler/GeometryShader.html
+share/doc/html/Cg-compiler/IndexedVertexBlendEnable.html
+share/doc/html/Cg-compiler/LODBias.html
+share/doc/html/Cg-compiler/LastPixel.html
+share/doc/html/Cg-compiler/LightAmbient.html
+share/doc/html/Cg-compiler/LightAttenuation0.html
+share/doc/html/Cg-compiler/LightAttenuation1.html
+share/doc/html/Cg-compiler/LightAttenuation2.html
+share/doc/html/Cg-compiler/LightConstantAttenuation.html
+share/doc/html/Cg-compiler/LightDiffuse.html
+share/doc/html/Cg-compiler/LightDirection.html
+share/doc/html/Cg-compiler/LightEnable.html
+share/doc/html/Cg-compiler/LightFalloff.html
+share/doc/html/Cg-compiler/LightLinearAttenuation.html
+share/doc/html/Cg-compiler/LightModelAmbient.html
+share/doc/html/Cg-compiler/LightModelColorControl.html
+share/doc/html/Cg-compiler/LightModelLocalViewerEnable.html
+share/doc/html/Cg-compiler/LightModelTwoSideEnable.html
+share/doc/html/Cg-compiler/LightPhi.html
+share/doc/html/Cg-compiler/LightPosition.html
+share/doc/html/Cg-compiler/LightQuadraticAttenuation.html
+share/doc/html/Cg-compiler/LightRange.html
+share/doc/html/Cg-compiler/LightSpecular.html
+share/doc/html/Cg-compiler/LightSpotCutoff.html
+share/doc/html/Cg-compiler/LightSpotDirection.html
+share/doc/html/Cg-compiler/LightSpotExponent.html
+share/doc/html/Cg-compiler/LightTheta.html
+share/doc/html/Cg-compiler/LightType.html
+share/doc/html/Cg-compiler/Lighting.html
+share/doc/html/Cg-compiler/LightingEnable.html
+share/doc/html/Cg-compiler/LineSmoothEnable.html
+share/doc/html/Cg-compiler/LineStipple.html
+share/doc/html/Cg-compiler/LineStippleEnable.html
+share/doc/html/Cg-compiler/LineWidth.html
+share/doc/html/Cg-compiler/LocalViewer.html
+share/doc/html/Cg-compiler/LogicOp.html
+share/doc/html/Cg-compiler/LogicOpEnable.html
+share/doc/html/Cg-compiler/MagFilter.html
+share/doc/html/Cg-compiler/MagFilteri.html
+share/doc/html/Cg-compiler/MaterialAmbient.html
+share/doc/html/Cg-compiler/MaterialDiffuse.html
+share/doc/html/Cg-compiler/MaterialEmission.html
+share/doc/html/Cg-compiler/MaterialEmissive.html
+share/doc/html/Cg-compiler/MaterialPower.html
+share/doc/html/Cg-compiler/MaterialShininess.html
+share/doc/html/Cg-compiler/MaterialSpecular.html
+share/doc/html/Cg-compiler/MaxAnisotropy.html
+share/doc/html/Cg-compiler/MaxAnisotropyi.html
+share/doc/html/Cg-compiler/MaxMipLevel.html
+share/doc/html/Cg-compiler/MaxMipLeveli.html
+share/doc/html/Cg-compiler/MinFilter.html
+share/doc/html/Cg-compiler/MinFilteri.html
+share/doc/html/Cg-compiler/MipFilter.html
+share/doc/html/Cg-compiler/MipFilteri.html
+share/doc/html/Cg-compiler/MipMapLodBias.html
+share/doc/html/Cg-compiler/MipMapLodBiasi.html
+share/doc/html/Cg-compiler/ModelViewMatrix.html
+share/doc/html/Cg-compiler/ModelViewTransform.html
+share/doc/html/Cg-compiler/MultiSampleAntialias.html
+share/doc/html/Cg-compiler/MultiSampleMask.html
+share/doc/html/Cg-compiler/MultisampleEnable.html
+share/doc/html/Cg-compiler/NormalizeEnable.html
+share/doc/html/Cg-compiler/NormalizeNormals.html
+share/doc/html/Cg-compiler/PatchSegments.html
+share/doc/html/Cg-compiler/PixelShader.html
+share/doc/html/Cg-compiler/PixelShaderConstant.html
+share/doc/html/Cg-compiler/PixelShaderConstant1.html
+share/doc/html/Cg-compiler/PixelShaderConstant2.html
+share/doc/html/Cg-compiler/PixelShaderConstant3.html
+share/doc/html/Cg-compiler/PixelShaderConstant4.html
+share/doc/html/Cg-compiler/PixelShaderConstantB.html
+share/doc/html/Cg-compiler/PixelShaderConstantF.html
+share/doc/html/Cg-compiler/PixelShaderConstantI.html
+share/doc/html/Cg-compiler/PointDistanceAttenuation.html
+share/doc/html/Cg-compiler/PointFadeThresholdSize.html
+share/doc/html/Cg-compiler/PointScaleEnable.html
+share/doc/html/Cg-compiler/PointScale_A.html
+share/doc/html/Cg-compiler/PointScale_B.html
+share/doc/html/Cg-compiler/PointScale_C.html
+share/doc/html/Cg-compiler/PointSize.html
+share/doc/html/Cg-compiler/PointSizeMax.html
+share/doc/html/Cg-compiler/PointSizeMin.html
+share/doc/html/Cg-compiler/PointSmoothEnable.html
+share/doc/html/Cg-compiler/PointSpriteCoordOrigin.html
+share/doc/html/Cg-compiler/PointSpriteCoordReplace.html
+share/doc/html/Cg-compiler/PointSpriteEnable.html
+share/doc/html/Cg-compiler/PointSpriteRMode.html
+share/doc/html/Cg-compiler/PolygonMode.html
+share/doc/html/Cg-compiler/PolygonOffset.html
+share/doc/html/Cg-compiler/PolygonOffsetFillEnable.html
+share/doc/html/Cg-compiler/PolygonOffsetLineEnable.html
+share/doc/html/Cg-compiler/PolygonOffsetPointEnable.html
+share/doc/html/Cg-compiler/PolygonSmoothEnable.html
+share/doc/html/Cg-compiler/PolygonStippleEnable.html
+share/doc/html/Cg-compiler/ProjectionMatrix.html
+share/doc/html/Cg-compiler/ProjectionTransform.html
+share/doc/html/Cg-compiler/RangeFogEnable.html
+share/doc/html/Cg-compiler/RescaleNormalEnable.html
+share/doc/html/Cg-compiler/ResultArg.html
+share/doc/html/Cg-compiler/SRGBTexture.html
+share/doc/html/Cg-compiler/SampleAlphaToCoverageEnable.html
+share/doc/html/Cg-compiler/SampleAlphaToOneEnable.html
+share/doc/html/Cg-compiler/SampleCoverageEnable.html
+share/doc/html/Cg-compiler/Sampler.html
+share/doc/html/Cg-compiler/Scissor.html
+share/doc/html/Cg-compiler/ScissorTestEnable.html
+share/doc/html/Cg-compiler/SeparateAlphaBlendEnable.html
+share/doc/html/Cg-compiler/ShadeMode.html
+share/doc/html/Cg-compiler/ShadeModel.html
+share/doc/html/Cg-compiler/SlopScaleDepthBias.html
+share/doc/html/Cg-compiler/SpecularEnable.html
+share/doc/html/Cg-compiler/SpecularMaterialSource.html
+share/doc/html/Cg-compiler/SrcBlend.html
+share/doc/html/Cg-compiler/SrcBlendAlpha.html
+share/doc/html/Cg-compiler/StencilEnable.html
+share/doc/html/Cg-compiler/StencilFail.html
+share/doc/html/Cg-compiler/StencilFunc.html
+share/doc/html/Cg-compiler/StencilFuncSeparate.html
+share/doc/html/Cg-compiler/StencilMask.html
+share/doc/html/Cg-compiler/StencilMaskSeparate.html
+share/doc/html/Cg-compiler/StencilOp.html
+share/doc/html/Cg-compiler/StencilOpSeparate.html
+share/doc/html/Cg-compiler/StencilPass.html
+share/doc/html/Cg-compiler/StencilRef.html
+share/doc/html/Cg-compiler/StencilTestEnable.html
+share/doc/html/Cg-compiler/StencilTestTwoSideEnable.html
+share/doc/html/Cg-compiler/StencilWriteMask.html
+share/doc/html/Cg-compiler/StencilZFail.html
+share/doc/html/Cg-compiler/TessellationControlProgram.html
+share/doc/html/Cg-compiler/TessellationControlShader.html
+share/doc/html/Cg-compiler/TessellationEvaluationProgram.html
+share/doc/html/Cg-compiler/TessellationEvaluationShader.html
+share/doc/html/Cg-compiler/TexCoordIndex.html
+share/doc/html/Cg-compiler/TexGenQEnable.html
+share/doc/html/Cg-compiler/TexGenQEyePlane.html
+share/doc/html/Cg-compiler/TexGenQMode.html
+share/doc/html/Cg-compiler/TexGenQObjectPlane.html
+share/doc/html/Cg-compiler/TexGenREnable.html
+share/doc/html/Cg-compiler/TexGenREyePlane.html
+share/doc/html/Cg-compiler/TexGenRMode.html
+share/doc/html/Cg-compiler/TexGenRObjectPlane.html
+share/doc/html/Cg-compiler/TexGenSEnable.html
+share/doc/html/Cg-compiler/TexGenSEyePlane.html
+share/doc/html/Cg-compiler/TexGenSMode.html
+share/doc/html/Cg-compiler/TexGenSObjectPlane.html
+share/doc/html/Cg-compiler/TexGenTEnable.html
+share/doc/html/Cg-compiler/TexGenTEyePlane.html
+share/doc/html/Cg-compiler/TexGenTMode.html
+share/doc/html/Cg-compiler/TexGenTObjectPlane.html
+share/doc/html/Cg-compiler/Texture.html
+share/doc/html/Cg-compiler/Texture1D.html
+share/doc/html/Cg-compiler/Texture1DEnable.html
+share/doc/html/Cg-compiler/Texture2D.html
+share/doc/html/Cg-compiler/Texture2DEnable.html
+share/doc/html/Cg-compiler/Texture3D.html
+share/doc/html/Cg-compiler/Texture3DEnable.html
+share/doc/html/Cg-compiler/TextureCubeMap.html
+share/doc/html/Cg-compiler/TextureCubeMapEnable.html
+share/doc/html/Cg-compiler/TextureEnvColor.html
+share/doc/html/Cg-compiler/TextureEnvMode.html
+share/doc/html/Cg-compiler/TextureFactor.html
+share/doc/html/Cg-compiler/TextureMatrix.html
+share/doc/html/Cg-compiler/TextureRectangle.html
+share/doc/html/Cg-compiler/TextureRectangleEnable.html
+share/doc/html/Cg-compiler/TextureTransform.html
+share/doc/html/Cg-compiler/TextureTransformFlags.html
+share/doc/html/Cg-compiler/TweenFactor.html
+share/doc/html/Cg-compiler/TwoSidedStencilMode.html
+share/doc/html/Cg-compiler/VertexBlend.html
+share/doc/html/Cg-compiler/VertexEnvParameter.html
+share/doc/html/Cg-compiler/VertexLocalParameter.html
+share/doc/html/Cg-compiler/VertexProgram.html
+share/doc/html/Cg-compiler/VertexProgramPointSizeEnable.html
+share/doc/html/Cg-compiler/VertexProgramTwoSideEnable.html
+share/doc/html/Cg-compiler/VertexShader.html
+share/doc/html/Cg-compiler/VertexShaderConstant.html
+share/doc/html/Cg-compiler/VertexShaderConstant1.html
+share/doc/html/Cg-compiler/VertexShaderConstant2.html
+share/doc/html/Cg-compiler/VertexShaderConstant3.html
+share/doc/html/Cg-compiler/VertexShaderConstantB.html
+share/doc/html/Cg-compiler/VertexShaderConstantF.html
+share/doc/html/Cg-compiler/VertexShaderConstantI.html
+share/doc/html/Cg-compiler/ViewTransform.html
+share/doc/html/Cg-compiler/WorldTransform.html
+share/doc/html/Cg-compiler/Wrap0.html
+share/doc/html/Cg-compiler/Wrap1.html
+share/doc/html/Cg-compiler/Wrap10.html
+share/doc/html/Cg-compiler/Wrap11.html
+share/doc/html/Cg-compiler/Wrap12.html
+share/doc/html/Cg-compiler/Wrap13.html
+share/doc/html/Cg-compiler/Wrap14.html
+share/doc/html/Cg-compiler/Wrap15.html
+share/doc/html/Cg-compiler/Wrap2.html
+share/doc/html/Cg-compiler/Wrap3.html
+share/doc/html/Cg-compiler/Wrap4.html
+share/doc/html/Cg-compiler/Wrap5.html
+share/doc/html/Cg-compiler/Wrap6.html
+share/doc/html/Cg-compiler/Wrap7.html
+share/doc/html/Cg-compiler/Wrap8.html
+share/doc/html/Cg-compiler/Wrap9.html
+share/doc/html/Cg-compiler/WrapR.html
+share/doc/html/Cg-compiler/WrapS.html
+share/doc/html/Cg-compiler/WrapT.html
+share/doc/html/Cg-compiler/ZEnable.html
+share/doc/html/Cg-compiler/ZFunc.html
+share/doc/html/Cg-compiler/ZWriteEnable.html
+share/doc/html/Cg-compiler/abs.html
+share/doc/html/Cg-compiler/acos.html
+share/doc/html/Cg-compiler/all.html
+share/doc/html/Cg-compiler/any.html
+share/doc/html/Cg-compiler/arbfp1.html
+share/doc/html/Cg-compiler/arbvp1.html
+share/doc/html/Cg-compiler/asin.html
+share/doc/html/Cg-compiler/atan.html
+share/doc/html/Cg-compiler/atan2.html
+share/doc/html/Cg-compiler/bitCount.html
+share/doc/html/Cg-compiler/bitfieldExtract.html
+share/doc/html/Cg-compiler/bitfieldInsert.html
+share/doc/html/Cg-compiler/bitfieldReverse.html
+share/doc/html/Cg-compiler/ceil.html
+share/doc/html/Cg-compiler/cg1_2_runtime_changes.html
+share/doc/html/Cg-compiler/cgAddStateEnumerant.html
+share/doc/html/Cg-compiler/cgCallStateResetCallback.html
+share/doc/html/Cg-compiler/cgCallStateSetCallback.html
+share/doc/html/Cg-compiler/cgCallStateValidateCallback.html
+share/doc/html/Cg-compiler/cgCombinePrograms.html
+share/doc/html/Cg-compiler/cgCombinePrograms2.html
+share/doc/html/Cg-compiler/cgCombinePrograms3.html
+share/doc/html/Cg-compiler/cgCombinePrograms4.html
+share/doc/html/Cg-compiler/cgCombinePrograms5.html
+share/doc/html/Cg-compiler/cgCompileProgram.html
+share/doc/html/Cg-compiler/cgConnectParameter.html
+share/doc/html/Cg-compiler/cgCopyEffect.html
+share/doc/html/Cg-compiler/cgCopyProgram.html
+share/doc/html/Cg-compiler/cgCreateArraySamplerState.html
+share/doc/html/Cg-compiler/cgCreateArrayState.html
+share/doc/html/Cg-compiler/cgCreateBuffer.html
+share/doc/html/Cg-compiler/cgCreateContext.html
+share/doc/html/Cg-compiler/cgCreateEffect.html
+share/doc/html/Cg-compiler/cgCreateEffectAnnotation.html
+share/doc/html/Cg-compiler/cgCreateEffectFromFile.html
+share/doc/html/Cg-compiler/cgCreateEffectParameter.html
+share/doc/html/Cg-compiler/cgCreateEffectParameterArray.html
+share/doc/html/Cg-compiler/cgCreateEffectParameterMultiDimArray.html
+share/doc/html/Cg-compiler/cgCreateObj.html
+share/doc/html/Cg-compiler/cgCreateObjFromFile.html
+share/doc/html/Cg-compiler/cgCreateParameter.html
+share/doc/html/Cg-compiler/cgCreateParameterAnnotation.html
+share/doc/html/Cg-compiler/cgCreateParameterArray.html
+share/doc/html/Cg-compiler/cgCreateParameterMultiDimArray.html
+share/doc/html/Cg-compiler/cgCreatePass.html
+share/doc/html/Cg-compiler/cgCreatePassAnnotation.html
+share/doc/html/Cg-compiler/cgCreateProgram.html
+share/doc/html/Cg-compiler/cgCreateProgramAnnotation.html
+share/doc/html/Cg-compiler/cgCreateProgramFromEffect.html
+share/doc/html/Cg-compiler/cgCreateProgramFromFile.html
+share/doc/html/Cg-compiler/cgCreateSamplerState.html
+share/doc/html/Cg-compiler/cgCreateSamplerStateAssignment.html
+share/doc/html/Cg-compiler/cgCreateState.html
+share/doc/html/Cg-compiler/cgCreateStateAssignment.html
+share/doc/html/Cg-compiler/cgCreateStateAssignmentIndex.html
+share/doc/html/Cg-compiler/cgCreateTechnique.html
+share/doc/html/Cg-compiler/cgCreateTechniqueAnnotation.html
+share/doc/html/Cg-compiler/cgD3D10BindProgram.html
+share/doc/html/Cg-compiler/cgD3D10CreateBuffer.html
+share/doc/html/Cg-compiler/cgD3D10CreateBufferFromObject.html
+share/doc/html/Cg-compiler/cgD3D10GetBufferByIndex.html
+share/doc/html/Cg-compiler/cgD3D10GetBufferObject.html
+share/doc/html/Cg-compiler/cgD3D10GetCompiledProgram.html
+share/doc/html/Cg-compiler/cgD3D10GetDevice.html
+share/doc/html/Cg-compiler/cgD3D10GetIASignatureByPass.html
+share/doc/html/Cg-compiler/cgD3D10GetLastError.html
+share/doc/html/Cg-compiler/cgD3D10GetLatestGeometryProfile.html
+share/doc/html/Cg-compiler/cgD3D10GetLatestPixelProfile.html
+share/doc/html/Cg-compiler/cgD3D10GetLatestVertexProfile.html
+share/doc/html/Cg-compiler/cgD3D10GetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgD3D10GetOptimalOptions.html
+share/doc/html/Cg-compiler/cgD3D10GetProgramErrors.html
+share/doc/html/Cg-compiler/cgD3D10IsProfileSupported.html
+share/doc/html/Cg-compiler/cgD3D10IsProgramLoaded.html
+share/doc/html/Cg-compiler/cgD3D10LoadProgram.html
+share/doc/html/Cg-compiler/cgD3D10RegisterStates.html
+share/doc/html/Cg-compiler/cgD3D10SetDevice.html
+share/doc/html/Cg-compiler/cgD3D10SetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgD3D10SetSamplerStateParameter.html
+share/doc/html/Cg-compiler/cgD3D10SetTextureParameter.html
+share/doc/html/Cg-compiler/cgD3D10SetTextureSamplerStateParameter.html
+share/doc/html/Cg-compiler/cgD3D10TranslateCGerror.html
+share/doc/html/Cg-compiler/cgD3D10TranslateHRESULT.html
+share/doc/html/Cg-compiler/cgD3D10TypeToSize.html
+share/doc/html/Cg-compiler/cgD3D10UnbindProgram.html
+share/doc/html/Cg-compiler/cgD3D10UnloadProgram.html
+share/doc/html/Cg-compiler/cgD3D11BindProgram.html
+share/doc/html/Cg-compiler/cgD3D11CreateBuffer.html
+share/doc/html/Cg-compiler/cgD3D11CreateBufferFromObject.html
+share/doc/html/Cg-compiler/cgD3D11GetBufferByIndex.html
+share/doc/html/Cg-compiler/cgD3D11GetBufferObject.html
+share/doc/html/Cg-compiler/cgD3D11GetCompiledProgram.html
+share/doc/html/Cg-compiler/cgD3D11GetDevice.html
+share/doc/html/Cg-compiler/cgD3D11GetIASignatureByPass.html
+share/doc/html/Cg-compiler/cgD3D11GetLastError.html
+share/doc/html/Cg-compiler/cgD3D11GetLatestDomainProfile.html
+share/doc/html/Cg-compiler/cgD3D11GetLatestGeometryProfile.html
+share/doc/html/Cg-compiler/cgD3D11GetLatestHullProfile.html
+share/doc/html/Cg-compiler/cgD3D11GetLatestPixelProfile.html
+share/doc/html/Cg-compiler/cgD3D11GetLatestVertexProfile.html
+share/doc/html/Cg-compiler/cgD3D11GetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgD3D11GetOptimalOptions.html
+share/doc/html/Cg-compiler/cgD3D11GetProgramErrors.html
+share/doc/html/Cg-compiler/cgD3D11IsProfileSupported.html
+share/doc/html/Cg-compiler/cgD3D11IsProgramLoaded.html
+share/doc/html/Cg-compiler/cgD3D11LoadProgram.html
+share/doc/html/Cg-compiler/cgD3D11RegisterStates.html
+share/doc/html/Cg-compiler/cgD3D11SetDevice.html
+share/doc/html/Cg-compiler/cgD3D11SetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgD3D11SetSamplerStateParameter.html
+share/doc/html/Cg-compiler/cgD3D11SetTextureParameter.html
+share/doc/html/Cg-compiler/cgD3D11SetTextureSamplerStateParameter.html
+share/doc/html/Cg-compiler/cgD3D11TranslateCGerror.html
+share/doc/html/Cg-compiler/cgD3D11TranslateHRESULT.html
+share/doc/html/Cg-compiler/cgD3D11TypeToSize.html
+share/doc/html/Cg-compiler/cgD3D11UnbindProgram.html
+share/doc/html/Cg-compiler/cgD3D11UnloadProgram.html
+share/doc/html/Cg-compiler/cgD3D9BindProgram.html
+share/doc/html/Cg-compiler/cgD3D9EnableDebugTracing.html
+share/doc/html/Cg-compiler/cgD3D9EnableParameterShadowing.html
+share/doc/html/Cg-compiler/cgD3D9GetDevice.html
+share/doc/html/Cg-compiler/cgD3D9GetLastError.html
+share/doc/html/Cg-compiler/cgD3D9GetLatestPixelProfile.html
+share/doc/html/Cg-compiler/cgD3D9GetLatestVertexProfile.html
+share/doc/html/Cg-compiler/cgD3D9GetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgD3D9GetOptimalOptions.html
+share/doc/html/Cg-compiler/cgD3D9GetTextureParameter.html
+share/doc/html/Cg-compiler/cgD3D9GetVertexDeclaration.html
+share/doc/html/Cg-compiler/cgD3D9IsParameterShadowingEnabled.html
+share/doc/html/Cg-compiler/cgD3D9IsProfileSupported.html
+share/doc/html/Cg-compiler/cgD3D9IsProgramLoaded.html
+share/doc/html/Cg-compiler/cgD3D9LoadProgram.html
+share/doc/html/Cg-compiler/cgD3D9RegisterStates.html
+share/doc/html/Cg-compiler/cgD3D9ResourceToDeclUsage.html
+share/doc/html/Cg-compiler/cgD3D9SetDevice.html
+share/doc/html/Cg-compiler/cgD3D9SetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgD3D9SetSamplerState.html
+share/doc/html/Cg-compiler/cgD3D9SetTexture.html
+share/doc/html/Cg-compiler/cgD3D9SetTextureParameter.html
+share/doc/html/Cg-compiler/cgD3D9SetTextureWrapMode.html
+share/doc/html/Cg-compiler/cgD3D9SetUniform.html
+share/doc/html/Cg-compiler/cgD3D9SetUniformArray.html
+share/doc/html/Cg-compiler/cgD3D9SetUniformMatrix.html
+share/doc/html/Cg-compiler/cgD3D9SetUniformMatrixArray.html
+share/doc/html/Cg-compiler/cgD3D9TranslateCGerror.html
+share/doc/html/Cg-compiler/cgD3D9TranslateHRESULT.html
+share/doc/html/Cg-compiler/cgD3D9TypeToSize.html
+share/doc/html/Cg-compiler/cgD3D9UnbindProgram.html
+share/doc/html/Cg-compiler/cgD3D9UnloadAllPrograms.html
+share/doc/html/Cg-compiler/cgD3D9UnloadProgram.html
+share/doc/html/Cg-compiler/cgD3D9ValidateVertexDeclaration.html
+share/doc/html/Cg-compiler/cgDestroyBuffer.html
+share/doc/html/Cg-compiler/cgDestroyContext.html
+share/doc/html/Cg-compiler/cgDestroyEffect.html
+share/doc/html/Cg-compiler/cgDestroyObj.html
+share/doc/html/Cg-compiler/cgDestroyParameter.html
+share/doc/html/Cg-compiler/cgDestroyProgram.html
+share/doc/html/Cg-compiler/cgDisconnectParameter.html
+share/doc/html/Cg-compiler/cgEvaluateProgram.html
+share/doc/html/Cg-compiler/cgGLBindProgram.html
+share/doc/html/Cg-compiler/cgGLCreateBuffer.html
+share/doc/html/Cg-compiler/cgGLCreateBufferFromObject.html
+share/doc/html/Cg-compiler/cgGLDetectGLSLVersion.html
+share/doc/html/Cg-compiler/cgGLDisableClientState.html
+share/doc/html/Cg-compiler/cgGLDisableProfile.html
+share/doc/html/Cg-compiler/cgGLDisableProgramProfiles.html
+share/doc/html/Cg-compiler/cgGLDisableTextureParameter.html
+share/doc/html/Cg-compiler/cgGLEnableClientState.html
+share/doc/html/Cg-compiler/cgGLEnableProfile.html
+share/doc/html/Cg-compiler/cgGLEnableProgramProfiles.html
+share/doc/html/Cg-compiler/cgGLEnableTextureParameter.html
+share/doc/html/Cg-compiler/cgGLGetBufferObject.html
+share/doc/html/Cg-compiler/cgGLGetContextGLSLVersion.html
+share/doc/html/Cg-compiler/cgGLGetContextOptimalOptions.html
+share/doc/html/Cg-compiler/cgGLGetGLSLVersion.html
+share/doc/html/Cg-compiler/cgGLGetGLSLVersionString.html
+share/doc/html/Cg-compiler/cgGLGetLatestProfile.html
+share/doc/html/Cg-compiler/cgGLGetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameter.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterArray.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterArraydc.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterArraydr.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterArrayfc.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterArrayfr.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterdc.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterdr.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterfc.html
+share/doc/html/Cg-compiler/cgGLGetMatrixParameterfr.html
+share/doc/html/Cg-compiler/cgGLGetOptimalOptions.html
+share/doc/html/Cg-compiler/cgGLGetParameter.html
+share/doc/html/Cg-compiler/cgGLGetParameter1d.html
+share/doc/html/Cg-compiler/cgGLGetParameter1f.html
+share/doc/html/Cg-compiler/cgGLGetParameter2d.html
+share/doc/html/Cg-compiler/cgGLGetParameter2f.html
+share/doc/html/Cg-compiler/cgGLGetParameter3d.html
+share/doc/html/Cg-compiler/cgGLGetParameter3f.html
+share/doc/html/Cg-compiler/cgGLGetParameter4d.html
+share/doc/html/Cg-compiler/cgGLGetParameter4f.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray1d.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray1f.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray2d.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray2f.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray3d.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray3f.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray4d.html
+share/doc/html/Cg-compiler/cgGLGetParameterArray4f.html
+share/doc/html/Cg-compiler/cgGLGetProgramID.html
+share/doc/html/Cg-compiler/cgGLGetTextureEnum.html
+share/doc/html/Cg-compiler/cgGLGetTextureParameter.html
+share/doc/html/Cg-compiler/cgGLIsProfileSupported.html
+share/doc/html/Cg-compiler/cgGLIsProgramLoaded.html
+share/doc/html/Cg-compiler/cgGLLoadProgram.html
+share/doc/html/Cg-compiler/cgGLRegisterStates.html
+share/doc/html/Cg-compiler/cgGLSetContextGLSLVersion.html
+share/doc/html/Cg-compiler/cgGLSetContextOptimalOptions.html
+share/doc/html/Cg-compiler/cgGLSetDebugMode.html
+share/doc/html/Cg-compiler/cgGLSetManageTextureParameters.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameter.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterArray.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterArraydc.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterArraydr.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterArrayfc.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterArrayfr.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterdc.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterdr.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterfc.html
+share/doc/html/Cg-compiler/cgGLSetMatrixParameterfr.html
+share/doc/html/Cg-compiler/cgGLSetOptimalOptions.html
+share/doc/html/Cg-compiler/cgGLSetParameter.html
+share/doc/html/Cg-compiler/cgGLSetParameter1d.html
+share/doc/html/Cg-compiler/cgGLSetParameter1dv.html
+share/doc/html/Cg-compiler/cgGLSetParameter1f.html
+share/doc/html/Cg-compiler/cgGLSetParameter1fv.html
+share/doc/html/Cg-compiler/cgGLSetParameter2d.html
+share/doc/html/Cg-compiler/cgGLSetParameter2dv.html
+share/doc/html/Cg-compiler/cgGLSetParameter2f.html
+share/doc/html/Cg-compiler/cgGLSetParameter2fv.html
+share/doc/html/Cg-compiler/cgGLSetParameter3d.html
+share/doc/html/Cg-compiler/cgGLSetParameter3dv.html
+share/doc/html/Cg-compiler/cgGLSetParameter3f.html
+share/doc/html/Cg-compiler/cgGLSetParameter3fv.html
+share/doc/html/Cg-compiler/cgGLSetParameter4d.html
+share/doc/html/Cg-compiler/cgGLSetParameter4dv.html
+share/doc/html/Cg-compiler/cgGLSetParameter4f.html
+share/doc/html/Cg-compiler/cgGLSetParameter4fv.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray1d.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray1f.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray2d.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray2f.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray3d.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray3f.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray4d.html
+share/doc/html/Cg-compiler/cgGLSetParameterArray4f.html
+share/doc/html/Cg-compiler/cgGLSetParameterPointer.html
+share/doc/html/Cg-compiler/cgGLSetStateMatrixParameter.html
+share/doc/html/Cg-compiler/cgGLSetTextureParameter.html
+share/doc/html/Cg-compiler/cgGLSetupSampler.html
+share/doc/html/Cg-compiler/cgGLUnbindProgram.html
+share/doc/html/Cg-compiler/cgGLUnloadProgram.html
+share/doc/html/Cg-compiler/cgGetAnnotationName.html
+share/doc/html/Cg-compiler/cgGetAnnotationType.html
+share/doc/html/Cg-compiler/cgGetArrayDimension.html
+share/doc/html/Cg-compiler/cgGetArrayParameter.html
+share/doc/html/Cg-compiler/cgGetArraySize.html
+share/doc/html/Cg-compiler/cgGetArrayTotalSize.html
+share/doc/html/Cg-compiler/cgGetArrayType.html
+share/doc/html/Cg-compiler/cgGetAutoCompile.html
+share/doc/html/Cg-compiler/cgGetBehavior.html
+share/doc/html/Cg-compiler/cgGetBehaviorString.html
+share/doc/html/Cg-compiler/cgGetBoolAnnotationValues.html
+share/doc/html/Cg-compiler/cgGetBoolStateAssignmentValues.html
+share/doc/html/Cg-compiler/cgGetBooleanAnnotationValues.html
+share/doc/html/Cg-compiler/cgGetBufferSize.html
+share/doc/html/Cg-compiler/cgGetCompilerIncludeCallback.html
+share/doc/html/Cg-compiler/cgGetConnectedParameter.html
+share/doc/html/Cg-compiler/cgGetConnectedStateAssignmentParameter.html
+share/doc/html/Cg-compiler/cgGetConnectedToParameter.html
+share/doc/html/Cg-compiler/cgGetContextBehavior.html
+share/doc/html/Cg-compiler/cgGetDependentAnnotationParameter.html
+share/doc/html/Cg-compiler/cgGetDependentProgramArrayStateAssignmentParameter.html
+share/doc/html/Cg-compiler/cgGetDependentStateAssignmentParameter.html
+share/doc/html/Cg-compiler/cgGetDomain.html
+share/doc/html/Cg-compiler/cgGetDomainString.html
+share/doc/html/Cg-compiler/cgGetEffectContext.html
+share/doc/html/Cg-compiler/cgGetEffectName.html
+share/doc/html/Cg-compiler/cgGetEffectParameterBuffer.html
+share/doc/html/Cg-compiler/cgGetEffectParameterBySemantic.html
+share/doc/html/Cg-compiler/cgGetEnum.html
+share/doc/html/Cg-compiler/cgGetEnumString.html
+share/doc/html/Cg-compiler/cgGetError.html
+share/doc/html/Cg-compiler/cgGetErrorCallback.html
+share/doc/html/Cg-compiler/cgGetErrorHandler.html
+share/doc/html/Cg-compiler/cgGetErrorString.html
+share/doc/html/Cg-compiler/cgGetFirstDependentParameter.html
+share/doc/html/Cg-compiler/cgGetFirstEffect.html
+share/doc/html/Cg-compiler/cgGetFirstEffectAnnotation.html
+share/doc/html/Cg-compiler/cgGetFirstEffectParameter.html
+share/doc/html/Cg-compiler/cgGetFirstError.html
+share/doc/html/Cg-compiler/cgGetFirstLeafEffectParameter.html
+share/doc/html/Cg-compiler/cgGetFirstLeafParameter.html
+share/doc/html/Cg-compiler/cgGetFirstParameter.html
+share/doc/html/Cg-compiler/cgGetFirstParameterAnnotation.html
+share/doc/html/Cg-compiler/cgGetFirstPass.html
+share/doc/html/Cg-compiler/cgGetFirstPassAnnotation.html
+share/doc/html/Cg-compiler/cgGetFirstProgram.html
+share/doc/html/Cg-compiler/cgGetFirstProgramAnnotation.html
+share/doc/html/Cg-compiler/cgGetFirstSamplerState.html
+share/doc/html/Cg-compiler/cgGetFirstSamplerStateAssignment.html
+share/doc/html/Cg-compiler/cgGetFirstState.html
+share/doc/html/Cg-compiler/cgGetFirstStateAssignment.html
+share/doc/html/Cg-compiler/cgGetFirstStructParameter.html
+share/doc/html/Cg-compiler/cgGetFirstTechnique.html
+share/doc/html/Cg-compiler/cgGetFirstTechniqueAnnotation.html
+share/doc/html/Cg-compiler/cgGetFirstUniformBufferParameter.html
+share/doc/html/Cg-compiler/cgGetFloatAnnotationValues.html
+share/doc/html/Cg-compiler/cgGetFloatStateAssignmentValues.html
+share/doc/html/Cg-compiler/cgGetIntAnnotationValues.html
+share/doc/html/Cg-compiler/cgGetIntStateAssignmentValues.html
+share/doc/html/Cg-compiler/cgGetLastErrorString.html
+share/doc/html/Cg-compiler/cgGetLastListing.html
+share/doc/html/Cg-compiler/cgGetLockingPolicy.html
+share/doc/html/Cg-compiler/cgGetMatrixParameter.html
+share/doc/html/Cg-compiler/cgGetMatrixParameterOrder.html
+share/doc/html/Cg-compiler/cgGetMatrixParameterdc.html
+share/doc/html/Cg-compiler/cgGetMatrixParameterdr.html
+share/doc/html/Cg-compiler/cgGetMatrixParameterfc.html
+share/doc/html/Cg-compiler/cgGetMatrixParameterfr.html
+share/doc/html/Cg-compiler/cgGetMatrixParameteric.html
+share/doc/html/Cg-compiler/cgGetMatrixParameterir.html
+share/doc/html/Cg-compiler/cgGetMatrixSize.html
+share/doc/html/Cg-compiler/cgGetNamedEffect.html
+share/doc/html/Cg-compiler/cgGetNamedEffectAnnotation.html
+share/doc/html/Cg-compiler/cgGetNamedEffectParameter.html
+share/doc/html/Cg-compiler/cgGetNamedEffectUniformBuffer.html
+share/doc/html/Cg-compiler/cgGetNamedParameter.html
+share/doc/html/Cg-compiler/cgGetNamedParameterAnnotation.html
+share/doc/html/Cg-compiler/cgGetNamedPass.html
+share/doc/html/Cg-compiler/cgGetNamedPassAnnotation.html
+share/doc/html/Cg-compiler/cgGetNamedProgramAnnotation.html
+share/doc/html/Cg-compiler/cgGetNamedProgramParameter.html
+share/doc/html/Cg-compiler/cgGetNamedProgramUniformBuffer.html
+share/doc/html/Cg-compiler/cgGetNamedSamplerState.html
+share/doc/html/Cg-compiler/cgGetNamedSamplerStateAssignment.html
+share/doc/html/Cg-compiler/cgGetNamedState.html
+share/doc/html/Cg-compiler/cgGetNamedStateAssignment.html
+share/doc/html/Cg-compiler/cgGetNamedStructParameter.html
+share/doc/html/Cg-compiler/cgGetNamedSubParameter.html
+share/doc/html/Cg-compiler/cgGetNamedTechnique.html
+share/doc/html/Cg-compiler/cgGetNamedTechniqueAnnotation.html
+share/doc/html/Cg-compiler/cgGetNamedUniformBufferParameter.html
+share/doc/html/Cg-compiler/cgGetNamedUserType.html
+share/doc/html/Cg-compiler/cgGetNextAnnotation.html
+share/doc/html/Cg-compiler/cgGetNextEffect.html
+share/doc/html/Cg-compiler/cgGetNextLeafParameter.html
+share/doc/html/Cg-compiler/cgGetNextParameter.html
+share/doc/html/Cg-compiler/cgGetNextPass.html
+share/doc/html/Cg-compiler/cgGetNextProgram.html
+share/doc/html/Cg-compiler/cgGetNextState.html
+share/doc/html/Cg-compiler/cgGetNextStateAssignment.html
+share/doc/html/Cg-compiler/cgGetNextTechnique.html
+share/doc/html/Cg-compiler/cgGetNumConnectedToParameters.html
+share/doc/html/Cg-compiler/cgGetNumDependentAnnotationParameters.html
+share/doc/html/Cg-compiler/cgGetNumDependentProgramArrayStateAssignmentParameters.html
+share/doc/html/Cg-compiler/cgGetNumDependentStateAssignmentParameters.html
+share/doc/html/Cg-compiler/cgGetNumParentTypes.html
+share/doc/html/Cg-compiler/cgGetNumProgramDomains.html
+share/doc/html/Cg-compiler/cgGetNumStateEnumerants.html
+share/doc/html/Cg-compiler/cgGetNumSupportedProfiles.html
+share/doc/html/Cg-compiler/cgGetNumUserTypes.html
+share/doc/html/Cg-compiler/cgGetParameterBaseResource.html
+share/doc/html/Cg-compiler/cgGetParameterBaseType.html
+share/doc/html/Cg-compiler/cgGetParameterBufferIndex.html
+share/doc/html/Cg-compiler/cgGetParameterBufferOffset.html
+share/doc/html/Cg-compiler/cgGetParameterClass.html
+share/doc/html/Cg-compiler/cgGetParameterClassEnum.html
+share/doc/html/Cg-compiler/cgGetParameterClassString.html
+share/doc/html/Cg-compiler/cgGetParameterColumns.html
+share/doc/html/Cg-compiler/cgGetParameterContext.html
+share/doc/html/Cg-compiler/cgGetParameterDefaultValue.html
+share/doc/html/Cg-compiler/cgGetParameterDefaultValuedc.html
+share/doc/html/Cg-compiler/cgGetParameterDefaultValuedr.html
+share/doc/html/Cg-compiler/cgGetParameterDefaultValuefc.html
+share/doc/html/Cg-compiler/cgGetParameterDefaultValuefr.html
+share/doc/html/Cg-compiler/cgGetParameterDefaultValueic.html
+share/doc/html/Cg-compiler/cgGetParameterDefaultValueir.html
+share/doc/html/Cg-compiler/cgGetParameterDirection.html
+share/doc/html/Cg-compiler/cgGetParameterEffect.html
+share/doc/html/Cg-compiler/cgGetParameterIndex.html
+share/doc/html/Cg-compiler/cgGetParameterName.html
+share/doc/html/Cg-compiler/cgGetParameterNamedType.html
+share/doc/html/Cg-compiler/cgGetParameterOrdinalNumber.html
+share/doc/html/Cg-compiler/cgGetParameterProgram.html
+share/doc/html/Cg-compiler/cgGetParameterResource.html
+share/doc/html/Cg-compiler/cgGetParameterResourceIndex.html
+share/doc/html/Cg-compiler/cgGetParameterResourceName.html
+share/doc/html/Cg-compiler/cgGetParameterResourceSize.html
+share/doc/html/Cg-compiler/cgGetParameterResourceType.html
+share/doc/html/Cg-compiler/cgGetParameterRows.html
+share/doc/html/Cg-compiler/cgGetParameterSemantic.html
+share/doc/html/Cg-compiler/cgGetParameterSettingMode.html
+share/doc/html/Cg-compiler/cgGetParameterType.html
+share/doc/html/Cg-compiler/cgGetParameterValue.html
+share/doc/html/Cg-compiler/cgGetParameterValuedc.html
+share/doc/html/Cg-compiler/cgGetParameterValuedr.html
+share/doc/html/Cg-compiler/cgGetParameterValuefc.html
+share/doc/html/Cg-compiler/cgGetParameterValuefr.html
+share/doc/html/Cg-compiler/cgGetParameterValueic.html
+share/doc/html/Cg-compiler/cgGetParameterValueir.html
+share/doc/html/Cg-compiler/cgGetParameterValues.html
+share/doc/html/Cg-compiler/cgGetParameterVariability.html
+share/doc/html/Cg-compiler/cgGetParentType.html
+share/doc/html/Cg-compiler/cgGetPassName.html
+share/doc/html/Cg-compiler/cgGetPassProgram.html
+share/doc/html/Cg-compiler/cgGetPassTechnique.html
+share/doc/html/Cg-compiler/cgGetProfile.html
+share/doc/html/Cg-compiler/cgGetProfileDomain.html
+share/doc/html/Cg-compiler/cgGetProfileProperty.html
+share/doc/html/Cg-compiler/cgGetProfileSibling.html
+share/doc/html/Cg-compiler/cgGetProfileString.html
+share/doc/html/Cg-compiler/cgGetProgramBuffer.html
+share/doc/html/Cg-compiler/cgGetProgramBufferMaxIndex.html
+share/doc/html/Cg-compiler/cgGetProgramBufferMaxSize.html
+share/doc/html/Cg-compiler/cgGetProgramContext.html
+share/doc/html/Cg-compiler/cgGetProgramDomain.html
+share/doc/html/Cg-compiler/cgGetProgramDomainProfile.html
+share/doc/html/Cg-compiler/cgGetProgramDomainProgram.html
+share/doc/html/Cg-compiler/cgGetProgramInput.html
+share/doc/html/Cg-compiler/cgGetProgramOptions.html
+share/doc/html/Cg-compiler/cgGetProgramOutput.html
+share/doc/html/Cg-compiler/cgGetProgramOutputVertices.html
+share/doc/html/Cg-compiler/cgGetProgramProfile.html
+share/doc/html/Cg-compiler/cgGetProgramStateAssignmentValue.html
+share/doc/html/Cg-compiler/cgGetProgramString.html
+share/doc/html/Cg-compiler/cgGetResource.html
+share/doc/html/Cg-compiler/cgGetResourceString.html
+share/doc/html/Cg-compiler/cgGetSamplerStateAssignmentParameter.html
+share/doc/html/Cg-compiler/cgGetSamplerStateAssignmentState.html
+share/doc/html/Cg-compiler/cgGetSamplerStateAssignmentValue.html
+share/doc/html/Cg-compiler/cgGetSemanticCasePolicy.html
+share/doc/html/Cg-compiler/cgGetStateAssignmentIndex.html
+share/doc/html/Cg-compiler/cgGetStateAssignmentPass.html
+share/doc/html/Cg-compiler/cgGetStateAssignmentState.html
+share/doc/html/Cg-compiler/cgGetStateContext.html
+share/doc/html/Cg-compiler/cgGetStateEnumerant.html
+share/doc/html/Cg-compiler/cgGetStateEnumerantName.html
+share/doc/html/Cg-compiler/cgGetStateEnumerantValue.html
+share/doc/html/Cg-compiler/cgGetStateLatestProfile.html
+share/doc/html/Cg-compiler/cgGetStateName.html
+share/doc/html/Cg-compiler/cgGetStateResetCallback.html
+share/doc/html/Cg-compiler/cgGetStateSetCallback.html
+share/doc/html/Cg-compiler/cgGetStateType.html
+share/doc/html/Cg-compiler/cgGetStateValidateCallback.html
+share/doc/html/Cg-compiler/cgGetString.html
+share/doc/html/Cg-compiler/cgGetStringAnnotationValue.html
+share/doc/html/Cg-compiler/cgGetStringAnnotationValues.html
+share/doc/html/Cg-compiler/cgGetStringParameterValue.html
+share/doc/html/Cg-compiler/cgGetStringStateAssignmentValue.html
+share/doc/html/Cg-compiler/cgGetSupportedProfile.html
+share/doc/html/Cg-compiler/cgGetTechniqueEffect.html
+share/doc/html/Cg-compiler/cgGetTechniqueName.html
+share/doc/html/Cg-compiler/cgGetTextureStateAssignmentValue.html
+share/doc/html/Cg-compiler/cgGetType.html
+share/doc/html/Cg-compiler/cgGetTypeBase.html
+share/doc/html/Cg-compiler/cgGetTypeClass.html
+share/doc/html/Cg-compiler/cgGetTypeSizes.html
+share/doc/html/Cg-compiler/cgGetTypeString.html
+share/doc/html/Cg-compiler/cgGetUniformBufferBlockName.html
+share/doc/html/Cg-compiler/cgGetUniformBufferParameter.html
+share/doc/html/Cg-compiler/cgGetUserType.html
+share/doc/html/Cg-compiler/cgIsAnnotation.html
+share/doc/html/Cg-compiler/cgIsBuffer.html
+share/doc/html/Cg-compiler/cgIsContext.html
+share/doc/html/Cg-compiler/cgIsEffect.html
+share/doc/html/Cg-compiler/cgIsInterfaceType.html
+share/doc/html/Cg-compiler/cgIsParameter.html
+share/doc/html/Cg-compiler/cgIsParameterGlobal.html
+share/doc/html/Cg-compiler/cgIsParameterReferenced.html
+share/doc/html/Cg-compiler/cgIsParameterUsed.html
+share/doc/html/Cg-compiler/cgIsParentType.html
+share/doc/html/Cg-compiler/cgIsPass.html
+share/doc/html/Cg-compiler/cgIsProfileSupported.html
+share/doc/html/Cg-compiler/cgIsProgram.html
+share/doc/html/Cg-compiler/cgIsProgramCompiled.html
+share/doc/html/Cg-compiler/cgIsState.html
+share/doc/html/Cg-compiler/cgIsStateAssignment.html
+share/doc/html/Cg-compiler/cgIsTechnique.html
+share/doc/html/Cg-compiler/cgIsTechniqueValidated.html
+share/doc/html/Cg-compiler/cgMapBuffer.html
+share/doc/html/Cg-compiler/cgResetPassState.html
+share/doc/html/Cg-compiler/cgSetArraySize.html
+share/doc/html/Cg-compiler/cgSetAutoCompile.html
+share/doc/html/Cg-compiler/cgSetBoolAnnotation.html
+share/doc/html/Cg-compiler/cgSetBoolArrayStateAssignment.html
+share/doc/html/Cg-compiler/cgSetBoolStateAssignment.html
+share/doc/html/Cg-compiler/cgSetBufferData.html
+share/doc/html/Cg-compiler/cgSetBufferSubData.html
+share/doc/html/Cg-compiler/cgSetCompilerIncludeCallback.html
+share/doc/html/Cg-compiler/cgSetCompilerIncludeFile.html
+share/doc/html/Cg-compiler/cgSetCompilerIncludeString.html
+share/doc/html/Cg-compiler/cgSetContextBehavior.html
+share/doc/html/Cg-compiler/cgSetEffectName.html
+share/doc/html/Cg-compiler/cgSetEffectParameterBuffer.html
+share/doc/html/Cg-compiler/cgSetErrorCallback.html
+share/doc/html/Cg-compiler/cgSetErrorHandler.html
+share/doc/html/Cg-compiler/cgSetFloatAnnotation.html
+share/doc/html/Cg-compiler/cgSetFloatArrayStateAssignment.html
+share/doc/html/Cg-compiler/cgSetFloatStateAssignment.html
+share/doc/html/Cg-compiler/cgSetIntAnnotation.html
+share/doc/html/Cg-compiler/cgSetIntArrayStateAssignment.html
+share/doc/html/Cg-compiler/cgSetIntStateAssignment.html
+share/doc/html/Cg-compiler/cgSetLastListing.html
+share/doc/html/Cg-compiler/cgSetLockingPolicy.html
+share/doc/html/Cg-compiler/cgSetMatrixParameter.html
+share/doc/html/Cg-compiler/cgSetMatrixParameterdc.html
+share/doc/html/Cg-compiler/cgSetMatrixParameterdr.html
+share/doc/html/Cg-compiler/cgSetMatrixParameterfc.html
+share/doc/html/Cg-compiler/cgSetMatrixParameterfr.html
+share/doc/html/Cg-compiler/cgSetMatrixParameteric.html
+share/doc/html/Cg-compiler/cgSetMatrixParameterir.html
+share/doc/html/Cg-compiler/cgSetMultiDimArraySize.html
+share/doc/html/Cg-compiler/cgSetParameter.html
+share/doc/html/Cg-compiler/cgSetParameter1d.html
+share/doc/html/Cg-compiler/cgSetParameter1dv.html
+share/doc/html/Cg-compiler/cgSetParameter1f.html
+share/doc/html/Cg-compiler/cgSetParameter1fv.html
+share/doc/html/Cg-compiler/cgSetParameter1i.html
+share/doc/html/Cg-compiler/cgSetParameter1iv.html
+share/doc/html/Cg-compiler/cgSetParameter2d.html
+share/doc/html/Cg-compiler/cgSetParameter2dv.html
+share/doc/html/Cg-compiler/cgSetParameter2f.html
+share/doc/html/Cg-compiler/cgSetParameter2fv.html
+share/doc/html/Cg-compiler/cgSetParameter2i.html
+share/doc/html/Cg-compiler/cgSetParameter2iv.html
+share/doc/html/Cg-compiler/cgSetParameter3d.html
+share/doc/html/Cg-compiler/cgSetParameter3dv.html
+share/doc/html/Cg-compiler/cgSetParameter3f.html
+share/doc/html/Cg-compiler/cgSetParameter3fv.html
+share/doc/html/Cg-compiler/cgSetParameter3i.html
+share/doc/html/Cg-compiler/cgSetParameter3iv.html
+share/doc/html/Cg-compiler/cgSetParameter4d.html
+share/doc/html/Cg-compiler/cgSetParameter4dv.html
+share/doc/html/Cg-compiler/cgSetParameter4f.html
+share/doc/html/Cg-compiler/cgSetParameter4fv.html
+share/doc/html/Cg-compiler/cgSetParameter4i.html
+share/doc/html/Cg-compiler/cgSetParameter4iv.html
+share/doc/html/Cg-compiler/cgSetParameterSemantic.html
+share/doc/html/Cg-compiler/cgSetParameterSettingMode.html
+share/doc/html/Cg-compiler/cgSetParameterValue.html
+share/doc/html/Cg-compiler/cgSetParameterValuedc.html
+share/doc/html/Cg-compiler/cgSetParameterValuedr.html
+share/doc/html/Cg-compiler/cgSetParameterValuefc.html
+share/doc/html/Cg-compiler/cgSetParameterValuefr.html
+share/doc/html/Cg-compiler/cgSetParameterValueic.html
+share/doc/html/Cg-compiler/cgSetParameterValueir.html
+share/doc/html/Cg-compiler/cgSetParameterVariability.html
+share/doc/html/Cg-compiler/cgSetPassProgramParameters.html
+share/doc/html/Cg-compiler/cgSetPassState.html
+share/doc/html/Cg-compiler/cgSetProgramBuffer.html
+share/doc/html/Cg-compiler/cgSetProgramOutputVertices.html
+share/doc/html/Cg-compiler/cgSetProgramProfile.html
+share/doc/html/Cg-compiler/cgSetProgramStateAssignment.html
+share/doc/html/Cg-compiler/cgSetSamplerState.html
+share/doc/html/Cg-compiler/cgSetSamplerStateAssignment.html
+share/doc/html/Cg-compiler/cgSetSemanticCasePolicy.html
+share/doc/html/Cg-compiler/cgSetStateCallbacks.html
+share/doc/html/Cg-compiler/cgSetStateLatestProfile.html
+share/doc/html/Cg-compiler/cgSetStringAnnotation.html
+share/doc/html/Cg-compiler/cgSetStringParameterValue.html
+share/doc/html/Cg-compiler/cgSetStringStateAssignment.html
+share/doc/html/Cg-compiler/cgSetTextureStateAssignment.html
+share/doc/html/Cg-compiler/cgSetUniformBufferParameter.html
+share/doc/html/Cg-compiler/cgUnmapBuffer.html
+share/doc/html/Cg-compiler/cgUpdatePassParameters.html
+share/doc/html/Cg-compiler/cgUpdateProgramParameters.html
+share/doc/html/Cg-compiler/cgValidateTechnique.html
+share/doc/html/Cg-compiler/cg_2_1_0009.html
+share/doc/html/Cg-compiler/cg_2_1_0012.html
+share/doc/html/Cg-compiler/cg_2_1_0016.html
+share/doc/html/Cg-compiler/cg_2_1_0017.html
+share/doc/html/Cg-compiler/cg_2_2_0004.html
+share/doc/html/Cg-compiler/cg_2_2_0006.html
+share/doc/html/Cg-compiler/cg_2_2_0010.html
+share/doc/html/Cg-compiler/cg_2_2_0017.html
+share/doc/html/Cg-compiler/cg_3_0_0007.html
+share/doc/html/Cg-compiler/cg_3_0_0015.html
+share/doc/html/Cg-compiler/cg_3_0_0016.html
+share/doc/html/Cg-compiler/cg_3_1_0010.html
+share/doc/html/Cg-compiler/cgc.html
+share/doc/html/Cg-compiler/cgfxcat.html
+share/doc/html/Cg-compiler/cginfo.html
+share/doc/html/Cg-compiler/clamp.html
+share/doc/html/Cg-compiler/clip.html
+share/doc/html/Cg-compiler/cos.html
+share/doc/html/Cg-compiler/cosh.html
+share/doc/html/Cg-compiler/cross.html
+share/doc/html/Cg-compiler/ddx.html
+share/doc/html/Cg-compiler/ddy.html
+share/doc/html/Cg-compiler/degrees.html
+share/doc/html/Cg-compiler/determinant.html
+share/doc/html/Cg-compiler/distance.html
+share/doc/html/Cg-compiler/dot.html
+share/doc/html/Cg-compiler/ds_5_0.html
+share/doc/html/Cg-compiler/exp.html
+share/doc/html/Cg-compiler/exp2.html
+share/doc/html/Cg-compiler/faceforward.html
+share/doc/html/Cg-compiler/findLSB.html
+share/doc/html/Cg-compiler/findMSB.html
+share/doc/html/Cg-compiler/floatToIntBits.html
+share/doc/html/Cg-compiler/floatToRawIntBits.html
+share/doc/html/Cg-compiler/floor.html
+share/doc/html/Cg-compiler/fmod.html
+share/doc/html/Cg-compiler/fp20.html
+share/doc/html/Cg-compiler/fp30.html
+share/doc/html/Cg-compiler/fp40.html
+share/doc/html/Cg-compiler/frac.html
+share/doc/html/Cg-compiler/frexp.html
+share/doc/html/Cg-compiler/fwidth.html
+share/doc/html/Cg-compiler/glsl.html
+share/doc/html/Cg-compiler/glslf.html
+share/doc/html/Cg-compiler/glslg.html
+share/doc/html/Cg-compiler/glslv.html
+share/doc/html/Cg-compiler/glut.html
+share/doc/html/Cg-compiler/gp4.html
+share/doc/html/Cg-compiler/gp4fp.html
+share/doc/html/Cg-compiler/gp4gp.html
+share/doc/html/Cg-compiler/gp4vp.html
+share/doc/html/Cg-compiler/gp5.html
+share/doc/html/Cg-compiler/gp5fp.html
+share/doc/html/Cg-compiler/gp5gp.html
+share/doc/html/Cg-compiler/gp5tcp.html
+share/doc/html/Cg-compiler/gp5tep.html
+share/doc/html/Cg-compiler/gp5vp.html
+share/doc/html/Cg-compiler/gs_4_0.html
+share/doc/html/Cg-compiler/gs_5_0.html
+share/doc/html/Cg-compiler/hlsl10.html
+share/doc/html/Cg-compiler/hlsl11.html
+share/doc/html/Cg-compiler/hlslf.html
+share/doc/html/Cg-compiler/hlslv.html
+share/doc/html/Cg-compiler/hs_5_0.html
+share/doc/html/Cg-compiler/index.html
+share/doc/html/Cg-compiler/index_bin.html
+share/doc/html/Cg-compiler/index_language.html
+share/doc/html/Cg-compiler/index_profiles.html
+share/doc/html/Cg-compiler/index_releases.html
+share/doc/html/Cg-compiler/index_runtime.html
+share/doc/html/Cg-compiler/index_runtime_cg.html
+share/doc/html/Cg-compiler/index_runtime_cgD3D10.html
+share/doc/html/Cg-compiler/index_runtime_cgD3D11.html
+share/doc/html/Cg-compiler/index_runtime_cgD3D9.html
+share/doc/html/Cg-compiler/index_runtime_cgGL.html
+share/doc/html/Cg-compiler/index_sstates.html
+share/doc/html/Cg-compiler/index_states.html
+share/doc/html/Cg-compiler/index_stdlib.html
+share/doc/html/Cg-compiler/index_topics.html
+share/doc/html/Cg-compiler/intBitsToFloat.html
+share/doc/html/Cg-compiler/inverse.html
+share/doc/html/Cg-compiler/isfinite.html
+share/doc/html/Cg-compiler/isinf.html
+share/doc/html/Cg-compiler/isnan.html
+share/doc/html/Cg-compiler/ldexp.html
+share/doc/html/Cg-compiler/length.html
+share/doc/html/Cg-compiler/lerp.html
+share/doc/html/Cg-compiler/lit.html
+share/doc/html/Cg-compiler/log.html
+share/doc/html/Cg-compiler/log10.html
+share/doc/html/Cg-compiler/log2.html
+share/doc/html/Cg-compiler/mac.html
+share/doc/html/Cg-compiler/max.html
+share/doc/html/Cg-compiler/min.html
+share/doc/html/Cg-compiler/modf.html
+share/doc/html/Cg-compiler/mul.html
+share/doc/html/Cg-compiler/normalize.html
+share/doc/html/Cg-compiler/pack.html
+share/doc/html/Cg-compiler/pow.html
+share/doc/html/Cg-compiler/ps_1_1.html
+share/doc/html/Cg-compiler/ps_1_2.html
+share/doc/html/Cg-compiler/ps_1_3.html
+share/doc/html/Cg-compiler/ps_2_0.html
+share/doc/html/Cg-compiler/ps_2_sw.html
+share/doc/html/Cg-compiler/ps_2_x.html
+share/doc/html/Cg-compiler/ps_3_0.html
+share/doc/html/Cg-compiler/ps_4_0.html
+share/doc/html/Cg-compiler/ps_5_0.html
+share/doc/html/Cg-compiler/radians.html
+share/doc/html/Cg-compiler/reflect.html
+share/doc/html/Cg-compiler/refract.html
+share/doc/html/Cg-compiler/round.html
+share/doc/html/Cg-compiler/rsqrt.html
+share/doc/html/Cg-compiler/saturate.html
+share/doc/html/Cg-compiler/sign.html
+share/doc/html/Cg-compiler/sin.html
+share/doc/html/Cg-compiler/sincos.html
+share/doc/html/Cg-compiler/sinh.html
+share/doc/html/Cg-compiler/smoothstep.html
+share/doc/html/Cg-compiler/sqrt.html
+share/doc/html/Cg-compiler/step.html
+share/doc/html/Cg-compiler/tan.html
+share/doc/html/Cg-compiler/tanh.html
+share/doc/html/Cg-compiler/tex1D.html
+share/doc/html/Cg-compiler/tex1DARRAY.html
+share/doc/html/Cg-compiler/tex1DARRAYbias.html
+share/doc/html/Cg-compiler/tex1DARRAYcmpbias.html
+share/doc/html/Cg-compiler/tex1DARRAYcmplod.html
+share/doc/html/Cg-compiler/tex1DARRAYfetch.html
+share/doc/html/Cg-compiler/tex1DARRAYlod.html
+share/doc/html/Cg-compiler/tex1DARRAYproj.html
+share/doc/html/Cg-compiler/tex1DARRAYsize.html
+share/doc/html/Cg-compiler/tex1Dbias.html
+share/doc/html/Cg-compiler/tex1Dcmpbias.html
+share/doc/html/Cg-compiler/tex1Dcmplod.html
+share/doc/html/Cg-compiler/tex1Dfetch.html
+share/doc/html/Cg-compiler/tex1Dlod.html
+share/doc/html/Cg-compiler/tex1Dproj.html
+share/doc/html/Cg-compiler/tex1Dsize.html
+share/doc/html/Cg-compiler/tex2D.html
+share/doc/html/Cg-compiler/tex2DARRAY.html
+share/doc/html/Cg-compiler/tex2DARRAYbias.html
+share/doc/html/Cg-compiler/tex2DARRAYfetch.html
+share/doc/html/Cg-compiler/tex2DARRAYlod.html
+share/doc/html/Cg-compiler/tex2DARRAYproj.html
+share/doc/html/Cg-compiler/tex2DARRAYsize.html
+share/doc/html/Cg-compiler/tex2DMSARRAYfetch.html
+share/doc/html/Cg-compiler/tex2DMSARRAYsize.html
+share/doc/html/Cg-compiler/tex2DMSfetch.html
+share/doc/html/Cg-compiler/tex2DMSsize.html
+share/doc/html/Cg-compiler/tex2Dbias.html
+share/doc/html/Cg-compiler/tex2Dcmpbias.html
+share/doc/html/Cg-compiler/tex2Dcmplod.html
+share/doc/html/Cg-compiler/tex2Dfetch.html
+share/doc/html/Cg-compiler/tex2Dlod.html
+share/doc/html/Cg-compiler/tex2Dproj.html
+share/doc/html/Cg-compiler/tex2Dsize.html
+share/doc/html/Cg-compiler/tex3D.html
+share/doc/html/Cg-compiler/tex3Dbias.html
+share/doc/html/Cg-compiler/tex3Dfetch.html
+share/doc/html/Cg-compiler/tex3Dlod.html
+share/doc/html/Cg-compiler/tex3Dproj.html
+share/doc/html/Cg-compiler/tex3Dsize.html
+share/doc/html/Cg-compiler/texBUF.html
+share/doc/html/Cg-compiler/texBUFsize.html
+share/doc/html/Cg-compiler/texCUBE.html
+share/doc/html/Cg-compiler/texCUBEARRAY.html
+share/doc/html/Cg-compiler/texCUBEARRAYbias.html
+share/doc/html/Cg-compiler/texCUBEARRAYlod.html
+share/doc/html/Cg-compiler/texCUBEARRAYsize.html
+share/doc/html/Cg-compiler/texCUBEbias.html
+share/doc/html/Cg-compiler/texCUBElod.html
+share/doc/html/Cg-compiler/texCUBEproj.html
+share/doc/html/Cg-compiler/texCUBEsize.html
+share/doc/html/Cg-compiler/texRBUF.html
+share/doc/html/Cg-compiler/texRBUFsize.html
+share/doc/html/Cg-compiler/texRECT.html
+share/doc/html/Cg-compiler/texRECTbias.html
+share/doc/html/Cg-compiler/texRECTfetch.html
+share/doc/html/Cg-compiler/texRECTlod.html
+share/doc/html/Cg-compiler/texRECTproj.html
+share/doc/html/Cg-compiler/texRECTsize.html
+share/doc/html/Cg-compiler/trace.html
+share/doc/html/Cg-compiler/transpose.html
+share/doc/html/Cg-compiler/trunc.html
+share/doc/html/Cg-compiler/unpack.html
+share/doc/html/Cg-compiler/vertexShaderConstant4.html
+share/doc/html/Cg-compiler/vp20.html
+share/doc/html/Cg-compiler/vp30.html
+share/doc/html/Cg-compiler/vp40.html
+share/doc/html/Cg-compiler/vs_1_1.html
+share/doc/html/Cg-compiler/vs_2_0.html
+share/doc/html/Cg-compiler/vs_2_sw.html
+share/doc/html/Cg-compiler/vs_2_x.html
+share/doc/html/Cg-compiler/vs_3_0.html
+share/doc/html/Cg-compiler/vs_4_0.html
+share/doc/html/Cg-compiler/vs_5_0.html
+share/doc/html/Cg-compiler/win64.html
+share/examples/Cg-compiler/Direct3D10/advanced/Direct3D10_Advanced_2005.sln
+share/examples/Cg-compiler/Direct3D10/advanced/Direct3D10_Advanced_2008.sln
+share/examples/Cg-compiler/Direct3D10/advanced/Direct3D10_Advanced_2010.sln
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/buffer_lighting.cgfx
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/materials.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/materials.h
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/matrix.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/cgfx_buffer_lighting/matrix.h
+share/examples/Cg-compiler/Direct3D10/advanced/combine_programs/C2E1v_green.cg
+share/examples/Cg-compiler/Direct3D10/advanced/combine_programs/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D10/advanced/combine_programs/combine_programs.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/combine_programs/combine_programs_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/combine_programs/combine_programs_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/combine_programs/combine_programs_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/advanced/custom_state_assignments/custom_sa.cgfx
+share/examples/Cg-compiler/Direct3D10/advanced/custom_state_assignments/custom_state_assignments.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/custom_state_assignments/custom_state_assignments_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/custom_state_assignments/custom_state_assignments_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/custom_state_assignments/custom_state_assignments_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/advanced/gs_shrinky/gs_shrinky.cg
+share/examples/Cg-compiler/Direct3D10/advanced/gs_shrinky/gs_shrinky.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/gs_shrinky/gs_shrinky_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/gs_shrinky/gs_shrinky_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/gs_shrinky/gs_shrinky_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/advanced/gs_simple/gs_simple.cg
+share/examples/Cg-compiler/Direct3D10/advanced/gs_simple/gs_simple.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/gs_simple/gs_simple_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/gs_simple/gs_simple_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/gs_simple/gs_simple_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/advanced/include_string/include_string.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/include_string/include_string_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/include_string/include_string_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/include_string/include_string_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/advanced/interpolation_modifier/interpolation_modifier.cgfx
+share/examples/Cg-compiler/Direct3D10/advanced/interpolation_modifier/interpolation_modifier.cpp
+share/examples/Cg-compiler/Direct3D10/advanced/interpolation_modifier/interpolation_modifier_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/interpolation_modifier/interpolation_modifier_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/advanced/interpolation_modifier/interpolation_modifier_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program.cpp
+share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program/C2E1v_green.cg
+share/examples/Cg-compiler/Direct3D10/basic/02_vertex_and_fragment_program/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter/03_uniform_parameter.cpp
+share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter/03_uniform_parameter_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter/03_uniform_parameter_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter/03_uniform_parameter_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D10/basic/03_uniform_parameter/C3E1v_anycolor.cg
+share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter/04_varying_parameter.cpp
+share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter/04_varying_parameter_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter/04_varying_parameter_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter/04_varying_parameter_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D10/basic/04_varying_parameter/C3E2v_varying.cg
+share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling/05_texture_sampling.cpp
+share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling/05_texture_sampling_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling/05_texture_sampling_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling/05_texture_sampling_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling/C3E2v_varying.cg
+share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling/C3E3f_texture.cg
+share/examples/Cg-compiler/Direct3D10/basic/05_texture_sampling/NVIDIA.png
+share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting/06_vertex_twisting.cpp
+share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting/06_vertex_twisting_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting/06_vertex_twisting_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting/06_vertex_twisting_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D10/basic/06_vertex_twisting/C3E4v_twist.cg
+share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses/07_two_texture_accesses.cpp
+share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses/07_two_texture_accesses_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses/07_two_texture_accesses_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses/07_two_texture_accesses_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses/C3E5v_twoTextures.cg
+share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses/C3E6f_twoTextures.cg
+share/examples/Cg-compiler/Direct3D10/basic/07_two_texture_accesses/NVIDIA.png
+share/examples/Cg-compiler/Direct3D10/basic/Direct3D10_Basic_2005.sln
+share/examples/Cg-compiler/Direct3D10/basic/Direct3D10_Basic_2008.sln
+share/examples/Cg-compiler/Direct3D10/basic/Direct3D10_Basic_2010.sln
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_buffer/cgfx_buffer.cgfx
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_buffer/cgfx_buffer.cpp
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_buffer/cgfx_buffer_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_buffer/cgfx_buffer_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_buffer/cgfx_buffer_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_simple/cgfx_simple.cgfx
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_simple/cgfx_simple.cpp
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_simple/cgfx_simple_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_simple/cgfx_simple_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_simple/cgfx_simple_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture/NVIDIA.png
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture/cgfx_texture.cgfx
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture/cgfx_texture.cpp
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture/cgfx_texture_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture/cgfx_texture_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/basic/cgfx_texture/cgfx_texture_2010.vcxproj
+share/examples/Cg-compiler/Direct3D10/miniDXUT/DXUT.cpp
+share/examples/Cg-compiler/Direct3D10/miniDXUT/DXUT.h
+share/examples/Cg-compiler/Direct3D10/miniDXUT/DXUTenum.cpp
+share/examples/Cg-compiler/Direct3D10/miniDXUT/DXUTenum.h
+share/examples/Cg-compiler/Direct3D10/miniDXUT/DXUTmisc.cpp
+share/examples/Cg-compiler/Direct3D10/miniDXUT/DXUTmisc.h
+share/examples/Cg-compiler/Direct3D10/miniDXUT/Direct3D10_miniDXUT_2005.sln
+share/examples/Cg-compiler/Direct3D10/miniDXUT/Direct3D10_miniDXUT_2008.sln
+share/examples/Cg-compiler/Direct3D10/miniDXUT/Direct3D10_miniDXUT_2010.sln
+share/examples/Cg-compiler/Direct3D10/miniDXUT/ReadMe.txt
+share/examples/Cg-compiler/Direct3D10/miniDXUT/miniDXUT_2005.vcproj
+share/examples/Cg-compiler/Direct3D10/miniDXUT/miniDXUT_2008.vcproj
+share/examples/Cg-compiler/Direct3D10/miniDXUT/miniDXUT_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/Direct3D11_Advanced_2005.sln
+share/examples/Cg-compiler/Direct3D11/advanced/Direct3D11_Advanced_2008.sln
+share/examples/Cg-compiler/Direct3D11/advanced/Direct3D11_Advanced_2010.sln
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/buffer_lighting.cgfx
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/materials.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/materials.h
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/matrix.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_buffer_lighting/matrix.h
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/C8E4f_specSurf.cg
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/C8E6v_torus.cg
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/bumpdemo.cgfx
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/bumpmap.png
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/cgfx_bumpdemo.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/C8E4f_specSurf.cg
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/C8E6v_torus.cg
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/bumpdemo_array.cgfx
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/bumpmap.png
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest/bumpmap.png
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest/cgfx_latest.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest/cgfx_latest_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest/cgfx_latest_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest/cgfx_latest_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/cgfx_latest/latest.cgfx
+share/examples/Cg-compiler/Direct3D11/advanced/combine_programs/C2E1v_green.cg
+share/examples/Cg-compiler/Direct3D11/advanced/combine_programs/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D11/advanced/combine_programs/combine_programs.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/combine_programs/combine_programs_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/combine_programs/combine_programs_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/combine_programs/combine_programs_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/custom_state_assignments/custom_sa.cgfx
+share/examples/Cg-compiler/Direct3D11/advanced/custom_state_assignments/custom_state_assignments.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/custom_state_assignments/custom_state_assignments_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/custom_state_assignments/custom_state_assignments_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/custom_state_assignments/custom_state_assignments_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/gs_shrinky/gs_shrinky.cg
+share/examples/Cg-compiler/Direct3D11/advanced/gs_shrinky/gs_shrinky.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/gs_shrinky/gs_shrinky_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/gs_shrinky/gs_shrinky_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/gs_shrinky/gs_shrinky_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/gs_simple/gs_simple.cg
+share/examples/Cg-compiler/Direct3D11/advanced/gs_simple/gs_simple.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/gs_simple/gs_simple_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/gs_simple/gs_simple_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/gs_simple/gs_simple_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/include_string/include_string.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/include_string/include_string_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/include_string/include_string_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/include_string/include_string_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/advanced/interpolation_modifier/interpolation_modifier.cgfx
+share/examples/Cg-compiler/Direct3D11/advanced/interpolation_modifier/interpolation_modifier.cpp
+share/examples/Cg-compiler/Direct3D11/advanced/interpolation_modifier/interpolation_modifier_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/interpolation_modifier/interpolation_modifier_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/advanced/interpolation_modifier/interpolation_modifier_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program.cpp
+share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program/C2E1v_green.cg
+share/examples/Cg-compiler/Direct3D11/basic/02_vertex_and_fragment_program/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter/03_uniform_parameter.cpp
+share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter/03_uniform_parameter_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter/03_uniform_parameter_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter/03_uniform_parameter_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D11/basic/03_uniform_parameter/C3E1v_anycolor.cg
+share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter/04_varying_parameter.cpp
+share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter/04_varying_parameter_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter/04_varying_parameter_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter/04_varying_parameter_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D11/basic/04_varying_parameter/C3E2v_varying.cg
+share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling/05_texture_sampling.cpp
+share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling/05_texture_sampling_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling/05_texture_sampling_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling/05_texture_sampling_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling/C3E2v_varying.cg
+share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling/C3E3f_texture.cg
+share/examples/Cg-compiler/Direct3D11/basic/05_texture_sampling/NVIDIA.png
+share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting/06_vertex_twisting.cpp
+share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting/06_vertex_twisting_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting/06_vertex_twisting_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting/06_vertex_twisting_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D11/basic/06_vertex_twisting/C3E4v_twist.cg
+share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses/07_two_texture_accesses.cpp
+share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses/07_two_texture_accesses_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses/07_two_texture_accesses_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses/07_two_texture_accesses_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses/C3E5v_twoTextures.cg
+share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses/C3E6f_twoTextures.cg
+share/examples/Cg-compiler/Direct3D11/basic/07_two_texture_accesses/NVIDIA.png
+share/examples/Cg-compiler/Direct3D11/basic/Direct3D11_Basic_2005.sln
+share/examples/Cg-compiler/Direct3D11/basic/Direct3D11_Basic_2008.sln
+share/examples/Cg-compiler/Direct3D11/basic/Direct3D11_Basic_2010.sln
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_buffer/cgfx_buffer.cgfx
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_buffer/cgfx_buffer.cpp
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_buffer/cgfx_buffer_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_buffer/cgfx_buffer_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_buffer/cgfx_buffer_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_simple/cgfx_simple.cgfx
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_simple/cgfx_simple.cpp
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_simple/cgfx_simple_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_simple/cgfx_simple_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_simple/cgfx_simple_2010.vcxproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture/NVIDIA.png
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture/cgfx_texture.cgfx
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture/cgfx_texture.cpp
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture/cgfx_texture_2005.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture/cgfx_texture_2008.vcproj
+share/examples/Cg-compiler/Direct3D11/basic/cgfx_texture/cgfx_texture_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/advanced/Direct3D9_Advanced_2005.sln
+share/examples/Cg-compiler/Direct3D9/advanced/Direct3D9_Advanced_2008.sln
+share/examples/Cg-compiler/Direct3D9/advanced/Direct3D9_Advanced_2010.sln
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/buffer_lighting.cgfx
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting.cpp
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/cgfx_buffer_lighting_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/materials.cpp
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/materials.h
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/matrix.cpp
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_buffer_lighting/matrix.h
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/C8E4f_specSurf.cg
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/C8E6v_torus.cg
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/brick_image.h
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/bumpdemo.cgfx
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/cgfx_bumpdemo.cpp
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/advanced/cgfx_bumpdemo/normcm_image.h
+share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program/01_vertex_program.cpp
+share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program/01_vertex_program_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program/01_vertex_program_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program/01_vertex_program_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program/01_vertex_program_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/basic/01_vertex_program/C2E1v_green.cg
+share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program.cpp
+share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program/C2E1v_green.cg
+share/examples/Cg-compiler/Direct3D9/basic/02_vertex_and_fragment_program/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter/03_uniform_parameter.cpp
+share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter/03_uniform_parameter_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter/03_uniform_parameter_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter/03_uniform_parameter_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter/03_uniform_parameter_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D9/basic/03_uniform_parameter/C3E1v_anycolor.cg
+share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter/04_varying_parameter.cpp
+share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter/04_varying_parameter_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter/04_varying_parameter_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter/04_varying_parameter_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter/04_varying_parameter_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D9/basic/04_varying_parameter/C3E2v_varying.cg
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/05_texture_sampling.cpp
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/05_texture_sampling_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/05_texture_sampling_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/05_texture_sampling_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/05_texture_sampling_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/C3E2v_varying.cg
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/C3E3f_texture.cg
+share/examples/Cg-compiler/Direct3D9/basic/05_texture_sampling/demon_image.h
+share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting/06_vertex_twisting.cpp
+share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting/06_vertex_twisting_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting/06_vertex_twisting_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting/06_vertex_twisting_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting/06_vertex_twisting_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting/C2E2f_passthru.cg
+share/examples/Cg-compiler/Direct3D9/basic/06_vertex_twisting/C3E4v_twist.cg
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/07_two_texture_accesses.cpp
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/07_two_texture_accesses_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/07_two_texture_accesses_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/07_two_texture_accesses_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/07_two_texture_accesses_2010.vcxproj
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/C3E5v_twoTextures.cg
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/C3E6f_twoTextures.cg
+share/examples/Cg-compiler/Direct3D9/basic/07_two_texture_accesses/demon_image.h
+share/examples/Cg-compiler/Direct3D9/basic/Direct3D9_Basic_2003.sln
+share/examples/Cg-compiler/Direct3D9/basic/Direct3D9_Basic_2005.sln
+share/examples/Cg-compiler/Direct3D9/basic/Direct3D9_Basic_2008.sln
+share/examples/Cg-compiler/Direct3D9/basic/Direct3D9_Basic_2010.sln
+share/examples/Cg-compiler/Direct3D9/miniDXUT/DXUT.cpp
+share/examples/Cg-compiler/Direct3D9/miniDXUT/DXUT.h
+share/examples/Cg-compiler/Direct3D9/miniDXUT/DXUTenum.cpp
+share/examples/Cg-compiler/Direct3D9/miniDXUT/DXUTenum.h
+share/examples/Cg-compiler/Direct3D9/miniDXUT/DXUTmisc.cpp
+share/examples/Cg-compiler/Direct3D9/miniDXUT/DXUTmisc.h
+share/examples/Cg-compiler/Direct3D9/miniDXUT/Direct3D9_miniDXUT_2003.sln
+share/examples/Cg-compiler/Direct3D9/miniDXUT/Direct3D9_miniDXUT_2005.sln
+share/examples/Cg-compiler/Direct3D9/miniDXUT/Direct3D9_miniDXUT_2008.sln
+share/examples/Cg-compiler/Direct3D9/miniDXUT/Direct3D9_miniDXUT_2010.sln
+share/examples/Cg-compiler/Direct3D9/miniDXUT/ReadMe.txt
+share/examples/Cg-compiler/Direct3D9/miniDXUT/dxstdafx.cpp
+share/examples/Cg-compiler/Direct3D9/miniDXUT/dxstdafx.h
+share/examples/Cg-compiler/Direct3D9/miniDXUT/miniDXUT_2003.vcproj
+share/examples/Cg-compiler/Direct3D9/miniDXUT/miniDXUT_2005.vcproj
+share/examples/Cg-compiler/Direct3D9/miniDXUT/miniDXUT_2008.vcproj
+share/examples/Cg-compiler/Direct3D9/miniDXUT/miniDXUT_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/OpenGL_Advanced_2003.sln
+share/examples/Cg-compiler/OpenGL/advanced/OpenGL_Advanced_2005.sln
+share/examples/Cg-compiler/OpenGL/advanced/OpenGL_Advanced_2008.sln
+share/examples/Cg-compiler/OpenGL/advanced/OpenGL_Advanced_2010.sln
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/Makefile.cgfx_boxfilter
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/cgfx_boxfilter
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/cgfx_boxfilter.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/cgfx_boxfilter.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/cgfx_boxfilter_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/cgfx_boxfilter_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/cgfx_boxfilter_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/cgfx_boxfilter_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_boxfilter/demon_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/C8E4f_specSurf.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/C8E6v_torus.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/Makefile.cgfx_bumpdemo
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/Makefile.cgfx_bumpdemo2
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/brick_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/bumpdemo.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/bumpdemo2.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo2
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo2.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo2_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo2_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo2_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo2_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/cgfx_bumpdemo_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/noBump.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/normcm_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/specSurfNormalize.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo/specSurfSelfShadow.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/C8E4f_specSurf.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/C8E6v_torus.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/Makefile.cgfx_bumpdemo_array
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/brick_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/bumpdemo_array.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/cgfx_bumpdemo_array_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_bumpdemo_array/normcm_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/Makefile.cgfx_interfaces
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/cgfx_interfaces
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/cgfx_interfaces.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/cgfx_interfaces_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/cgfx_interfaces_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/cgfx_interfaces_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/cgfx_interfaces_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_interfaces/layers.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/Makefile.cgfx_latest
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/brick_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/cgfx_latest
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/cgfx_latest.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/cgfx_latest_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/cgfx_latest_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/cgfx_latest_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/cgfx_latest_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_latest/latest.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/C8E4f_specSurf.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/C8E6v_torus.cg
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/Makefile.cgfx_procfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/brick_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_dump.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_dump.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_procfx
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_procfx.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_procfx_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_procfx_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_procfx_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/cgfx_procfx_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_procfx/normcm_image.h
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/Makefile.cgfx_texture_array
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/cgfx_texture_array
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/cgfx_texture_array.c
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/cgfx_texture_array_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/cgfx_texture_array_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/cgfx_texture_array_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/cgfx_texture_array_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/cgfx_texture_array/texture_array.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/C8E4f_specSurf.cg
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/C8E6v_torus.cg
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/Makefile.combine_info
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/Makefile.combine_program
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/brick_image.h
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_info
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_info.c
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_info_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_info_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_info_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_info_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_program
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_program.c
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_program_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_program_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_program_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/combine_program_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/combine_program/normcm_image.h
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/Makefile.custom_state_assignments
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/custom_sa.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/custom_state_assignments
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/custom_state_assignments.c
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/custom_state_assignments_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/custom_state_assignments_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/custom_state_assignments_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/custom_state_assignments/custom_state_assignments_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/C6E3v_keyFrame.cg
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/C6E4v_litKeyFrame.cg
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/Makefile.generic_attribs
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/colorinterp.cg
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/generic_attribs
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/generic_attribs.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/generic_attribs_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/generic_attribs_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/generic_attribs_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/generic_attribs_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/gli.h
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/gli_convert.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/gli_misc.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/gli_scale.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/gli_tga.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/gli_tga.h
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/knight.md2
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/knight.tga
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/loadtex.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/loadtex.h
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/md2.h
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/md2file.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/md2file.h
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/md2normals.c
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/md2render.cpp
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/md2render.h
+share/examples/Cg-compiler/OpenGL/advanced/generic_attribs/texmodulate.cg
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/Makefile.gs_interp_quad
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/gs_interp_quad
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/gs_interp_quad.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/gs_interp_quad.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/gs_interp_quad_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/gs_interp_quad_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/gs_interp_quad_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/gs_interp_quad_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_interp_quad/request_vsync.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/Makefile.gs_md2bump
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/Makefile.gs_md2shadow
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/Makefile.gs_md2shadowvol
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gli.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gli_convert.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gli_merge.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gli_misc.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gli_scale.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gli_tga.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gli_tga.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2bump
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2bump.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2bump.cg
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2bump_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2bump_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2bump_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2bump_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadow
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadow.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadow.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadow_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadow_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadow_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadow_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadowvol
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadowvol.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadowvol.cg
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadowvol_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadowvol_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadowvol_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/gs_md2shadowvol_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/knight.md2
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/knight_decal.tga
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/knight_gloss.tga
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/knight_height.tga
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/loadtex.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/loadtex.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/matrix.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/matrix.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/md2.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/md2edge.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/md2file.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/md2file.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/md2normals.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/md2render.cpp
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/md2render.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/normalmap.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/normalmap.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/request_vsync.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/showfps.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/showfps.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/vecutil.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_md2render/vecutil.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/Makefile.gs_quadnormal
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/fast_teapot.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/fast_teapot.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/gs_quadnormal
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/gs_quadnormal.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/gs_quadnormal.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/gs_quadnormal_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/gs_quadnormal_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/gs_quadnormal_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/gs_quadnormal_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_quadnormal/request_vsync.h
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/Makefile.gs_shrinky
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/gs_shrinky
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/gs_shrinky.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/gs_shrinky.cg
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/gs_shrinky_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/gs_shrinky_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/gs_shrinky_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_shrinky/gs_shrinky_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/Makefile.gs_simple
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/gs_simple
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/gs_simple.c
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/gs_simple.cg
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/gs_simple_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/gs_simple_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/gs_simple_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/gs_simple/gs_simple_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/include_string/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/include_string/Makefile.include_string
+share/examples/Cg-compiler/OpenGL/advanced/include_string/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/include_string/include_string
+share/examples/Cg-compiler/OpenGL/advanced/include_string/include_string.c
+share/examples/Cg-compiler/OpenGL/advanced/include_string/include_string_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/include_string/include_string_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/include_string/include_string_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/include_string/include_string_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/Makefile.interpolation_modifier
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/interpolation_modifier
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/interpolation_modifier.c
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/interpolation_modifier.cgfx
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/interpolation_modifier_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/interpolation_modifier_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/interpolation_modifier_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/interpolation_modifier/interpolation_modifier_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/Makefile.texture_array
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/texture_array
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/texture_array.c
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/texture_array.cg
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/texture_array_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/texture_array_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/texture_array_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/texture_array/texture_array_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/Makefile
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/Makefile.vertex_texture
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/bumps.pgm
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/mesh2d.c
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/mesh2d.h
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/pgm_load.c
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/pgm_load.h
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/request_vsync.h
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/surface.pgm
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/vertex_texture
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/vertex_texture.c
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/vertex_texture.cg
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/vertex_texture_2003.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/vertex_texture_2005.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/vertex_texture_2008.vcproj
+share/examples/Cg-compiler/OpenGL/advanced/vertex_texture/vertex_texture_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/01_vertex_program
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/01_vertex_program.c
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/01_vertex_program_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/01_vertex_program_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/01_vertex_program_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/01_vertex_program_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/C2E1v_green.cg
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/Makefile
+share/examples/Cg-compiler/OpenGL/basic/01_vertex_program/Makefile.01_vertex_program
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program.c
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/02_vertex_and_fragment_program_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/C2E1v_green.cg
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/C2E2f_passthru.cg
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/Makefile
+share/examples/Cg-compiler/OpenGL/basic/02_vertex_and_fragment_program/Makefile.02_vertex_and_fragment_program
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/03_uniform_parameter
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/03_uniform_parameter.c
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/03_uniform_parameter_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/03_uniform_parameter_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/03_uniform_parameter_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/03_uniform_parameter_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/C3E1v_anycolor.cg
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/Makefile
+share/examples/Cg-compiler/OpenGL/basic/03_uniform_parameter/Makefile.03_uniform_parameter
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/04_varying_parameter
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/04_varying_parameter.c
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/04_varying_parameter_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/04_varying_parameter_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/04_varying_parameter_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/04_varying_parameter_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/C2E2f_passthru.cg
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/C3E2v_varying.cg
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/Makefile
+share/examples/Cg-compiler/OpenGL/basic/04_varying_parameter/Makefile.04_varying_parameter
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/05_texture_sampling
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/05_texture_sampling.c
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/05_texture_sampling_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/05_texture_sampling_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/05_texture_sampling_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/05_texture_sampling_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/C3E2v_varying.cg
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/C3E3f_texture.cg
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/Makefile
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/Makefile.05_texture_sampling
+share/examples/Cg-compiler/OpenGL/basic/05_texture_sampling/demon_image.h
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/06_vertex_twisting
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/06_vertex_twisting.c
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/06_vertex_twisting_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/06_vertex_twisting_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/06_vertex_twisting_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/06_vertex_twisting_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/C2E2f_passthru.cg
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/C3E4v_twist.cg
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/Makefile
+share/examples/Cg-compiler/OpenGL/basic/06_vertex_twisting/Makefile.06_vertex_twisting
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/07_two_texture_accesses
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/07_two_texture_accesses.c
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/07_two_texture_accesses_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/07_two_texture_accesses_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/07_two_texture_accesses_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/07_two_texture_accesses_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/C3E5v_twoTextures.cg
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/C3E6f_twoTextures.cg
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/Makefile
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/Makefile.07_two_texture_accesses
+share/examples/Cg-compiler/OpenGL/basic/07_two_texture_accesses/demon_image.h
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/08_vertex_transform
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/08_vertex_transform.c
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/08_vertex_transform_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/08_vertex_transform_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/08_vertex_transform_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/08_vertex_transform_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/C4E1v_transform.cg
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/Makefile
+share/examples/Cg-compiler/OpenGL/basic/08_vertex_transform/Makefile.08_vertex_transform
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/09_vertex_lighting
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/09_vertex_lighting.c
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/09_vertex_lighting_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/09_vertex_lighting_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/09_vertex_lighting_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/09_vertex_lighting_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/C5E1v_basicLight.cg
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/Makefile
+share/examples/Cg-compiler/OpenGL/basic/09_vertex_lighting/Makefile.09_vertex_lighting
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/10_fragment_lighting
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/10_fragment_lighting.c
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/10_fragment_lighting_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/10_fragment_lighting_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/10_fragment_lighting_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/10_fragment_lighting_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/C5E2v_fragmentLighting.cg
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/C5E3f_basicLight.cg
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/Makefile
+share/examples/Cg-compiler/OpenGL/basic/10_fragment_lighting/Makefile.10_fragment_lighting
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/11_two_lights_with_structs
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/11_two_lights_with_structs.c
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/11_two_lights_with_structs_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/11_two_lights_with_structs_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/11_two_lights_with_structs_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/11_two_lights_with_structs_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/C5E4v_twoLights.cg
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/Makefile
+share/examples/Cg-compiler/OpenGL/basic/11_two_lights_with_structs/Makefile.11_two_lights_with_structs
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/12_light_attenuation
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/12_light_attenuation.c
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/12_light_attenuation_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/12_light_attenuation_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/12_light_attenuation_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/12_light_attenuation_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/C5E2v_fragmentLighting.cg
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/C5E7_attenuateLighting.cg
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/Makefile
+share/examples/Cg-compiler/OpenGL/basic/12_light_attenuation/Makefile.12_light_attenuation
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/13_spotlight
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/13_spotlight.c
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/13_spotlight_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/13_spotlight_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/13_spotlight_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/13_spotlight_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/C5E10_spotAttenLighting.cg
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/C5E2v_fragmentLighting.cg
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/Makefile
+share/examples/Cg-compiler/OpenGL/basic/13_spotlight/Makefile.13_spotlight
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/14_bulge
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/14_bulge.c
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/14_bulge_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/14_bulge_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/14_bulge_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/14_bulge_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/C6E1v_bulge.cg
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/Makefile
+share/examples/Cg-compiler/OpenGL/basic/14_bulge/Makefile.14_bulge
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/15_particle_system
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/15_particle_system.c
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/15_particle_system_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/15_particle_system_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/15_particle_system_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/15_particle_system_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/C6E2v_particle.cg
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/Makefile
+share/examples/Cg-compiler/OpenGL/basic/15_particle_system/Makefile.15_particle_system
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/16_keyframe_interpolation
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/16_keyframe_interpolation.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/16_keyframe_interpolation_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/16_keyframe_interpolation_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/16_keyframe_interpolation_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/16_keyframe_interpolation_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/C6E3v_keyFrame.cg
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/C6E4v_litKeyFrame.cg
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/Makefile
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/Makefile.16_keyframe_interpolation
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/colorinterp.cg
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/gli.h
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/gli_convert.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/gli_misc.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/gli_scale.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/gli_tga.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/gli_tga.h
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/knight.md2
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/knight.tga
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/loadtex.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/loadtex.h
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/md2.h
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/md2file.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/md2file.h
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/md2normals.c
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/md2render.cpp
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/md2render.h
+share/examples/Cg-compiler/OpenGL/basic/16_keyframe_interpolation/texmodulate.cg
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/18_cube_map_reflection
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/18_cube_map_reflection.c
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/18_cube_map_reflection_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/18_cube_map_reflection_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/18_cube_map_reflection_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/18_cube_map_reflection_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/C7E1v_reflection.cg
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/C7E2f_reflection.cg
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/CloudyHillsCubemap.dds
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/Makefile
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/Makefile.18_cube_map_reflection
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/MonkeyHead.h
+share/examples/Cg-compiler/OpenGL/basic/18_cube_map_reflection/TilePattern.dds
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/19_cube_map_refraction
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/19_cube_map_refraction.c
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/19_cube_map_refraction_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/19_cube_map_refraction_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/19_cube_map_refraction_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/19_cube_map_refraction_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/C7E3v_refraction.cg
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/C7E4f_refraction.cg
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/CloudyHillsCubemap.dds
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/Makefile
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/Makefile.19_cube_map_refraction
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/MonkeyHead.h
+share/examples/Cg-compiler/OpenGL/basic/19_cube_map_refraction/TilePattern.dds
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/20_chromatic_dispersion
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/20_chromatic_dispersion.c
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/20_chromatic_dispersion_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/20_chromatic_dispersion_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/20_chromatic_dispersion_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/20_chromatic_dispersion_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/C7E5v_dispersion.cg
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/C7E6f_dispersion.cg
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/CloudyHillsCubemap.dds
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/Makefile
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/Makefile.20_chromatic_dispersion
+share/examples/Cg-compiler/OpenGL/basic/20_chromatic_dispersion/MonkeyHead.h
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/21_bump_map_wall
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/21_bump_map_wall.c
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/21_bump_map_wall_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/21_bump_map_wall_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/21_bump_map_wall_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/21_bump_map_wall_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/C8E1v_bumpWall.cg
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/C8E2f_bumpSurf.cg
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/Makefile
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/Makefile.21_bump_map_wall
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/brick_image.h
+share/examples/Cg-compiler/OpenGL/basic/21_bump_map_wall/normcm_image.h
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/22_specular_bump_map
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/22_specular_bump_map.c
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/22_specular_bump_map_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/22_specular_bump_map_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/22_specular_bump_map_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/22_specular_bump_map_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/C8E3v_specWall.cg
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/C8E4f_specSurf.cg
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/Makefile
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/Makefile.22_specular_bump_map
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/brick_image.h
+share/examples/Cg-compiler/OpenGL/basic/22_specular_bump_map/normcm_image.h
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/23_bump_map_floor
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/23_bump_map_floor.c
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/23_bump_map_floor_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/23_bump_map_floor_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/23_bump_map_floor_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/23_bump_map_floor_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/C8E2f_bumpSurf.cg
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/C8E5v_bumpAny.cg
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/Makefile
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/Makefile.23_bump_map_floor
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/brick_image.h
+share/examples/Cg-compiler/OpenGL/basic/23_bump_map_floor/normcm_image.h
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/24_bump_map_torus
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/24_bump_map_torus.c
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/24_bump_map_torus_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/24_bump_map_torus_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/24_bump_map_torus_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/24_bump_map_torus_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/C8E4f_specSurf.cg
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/C8E6v_torus.cg
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/Makefile
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/Makefile.24_bump_map_torus
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/brick_image.h
+share/examples/Cg-compiler/OpenGL/basic/24_bump_map_torus/normcm_image.h
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/25_uniform_fog
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/25_uniform_fog.c
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/25_uniform_fog_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/25_uniform_fog_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/25_uniform_fog_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/25_uniform_fog_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/BuildingRoof.dds
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/BuildingWindows.dds
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/C9E1f_fog.cg
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/C9E2v_fog.cg
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/Makefile
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/Makefile.25_uniform_fog
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/Pavement.dds
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/matrix.c
+share/examples/Cg-compiler/OpenGL/basic/25_uniform_fog/matrix.h
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/26_toon_shading
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/26_toon_shading.c
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/26_toon_shading_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/26_toon_shading_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/26_toon_shading_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/26_toon_shading_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/C9E3v_toonShading.cg
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/C9E4f_toonShading.cg
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/Makefile
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/Makefile.26_toon_shading
+share/examples/Cg-compiler/OpenGL/basic/26_toon_shading/MonkeyHead.h
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/27_projective_texturing
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/27_projective_texturing.c
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/27_projective_texturing_2003.vcproj
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/27_projective_texturing_2005.vcproj
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/27_projective_texturing_2008.vcproj
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/27_projective_texturing_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/C9E5v_projTex.cg
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/C9E6f_projTex.cg
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/Makefile
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/Makefile.27_projective_texturing
+share/examples/Cg-compiler/OpenGL/basic/27_projective_texturing/demon_image.h
+share/examples/Cg-compiler/OpenGL/basic/Makefile
+share/examples/Cg-compiler/OpenGL/basic/OpenGL_Basic_2003.sln
+share/examples/Cg-compiler/OpenGL/basic/OpenGL_Basic_2005.sln
+share/examples/Cg-compiler/OpenGL/basic/OpenGL_Basic_2008.sln
+share/examples/Cg-compiler/OpenGL/basic/OpenGL_Basic_2010.sln
+share/examples/Cg-compiler/OpenGL/buffers/Makefile
+share/examples/Cg-compiler/OpenGL/buffers/OpenGL_Buffers_2003.sln
+share/examples/Cg-compiler/OpenGL/buffers/OpenGL_Buffers_2005.sln
+share/examples/Cg-compiler/OpenGL/buffers/OpenGL_Buffers_2008.sln
+share/examples/Cg-compiler/OpenGL/buffers/OpenGL_Buffers_2010.sln
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/Makefile
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/Makefile.buffer_lighting
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/buffer_lighting
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/buffer_lighting.c
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/buffer_lighting.cg
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/buffer_lighting_2003.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/buffer_lighting_2005.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/buffer_lighting_2008.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/buffer_lighting_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/materials.c
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/materials.h
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/matrix.c
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/matrix.h
+share/examples/Cg-compiler/OpenGL/buffers/buffer_lighting/request_vsync.h
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/Makefile
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/Makefile.cgfx_buffer_lighting
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/buffer_lighting.cgfx
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/cgfx_buffer_lighting
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/cgfx_buffer_lighting.cpp
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/cgfx_buffer_lighting_2003.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/cgfx_buffer_lighting_2005.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/cgfx_buffer_lighting_2008.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/cgfx_buffer_lighting_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/materials.cpp
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/materials.h
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/matrix.cpp
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/matrix.h
+share/examples/Cg-compiler/OpenGL/buffers/cgfx_buffer_lighting/request_vsync.h
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/Makefile
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/Makefile.ubo_lighting
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/materials.c
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/materials.h
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/matrix.c
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/matrix.h
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/request_vsync.h
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/ubo_lighting
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/ubo_lighting.c
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/ubo_lighting.cg
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/ubo_lighting_2003.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/ubo_lighting_2005.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/ubo_lighting_2008.vcproj
+share/examples/Cg-compiler/OpenGL/buffers/ubo_lighting/ubo_lighting_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/glew/LICENSE.txt
+share/examples/Cg-compiler/OpenGL/glew/Makefile
+share/examples/Cg-compiler/OpenGL/glew/Makefile.glew
+share/examples/Cg-compiler/OpenGL/glew/Makefile.glewinfo
+share/examples/Cg-compiler/OpenGL/glew/Makefile.glewlib
+share/examples/Cg-compiler/OpenGL/glew/Makefile.visualinfo
+share/examples/Cg-compiler/OpenGL/glew/glew_2003.sln
+share/examples/Cg-compiler/OpenGL/glew/glew_2003.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glew_2005.sln
+share/examples/Cg-compiler/OpenGL/glew/glew_2005.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glew_2008.sln
+share/examples/Cg-compiler/OpenGL/glew/glew_2008.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glew_2010.sln
+share/examples/Cg-compiler/OpenGL/glew/glew_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/glew/glewinfo
+share/examples/Cg-compiler/OpenGL/glew/glewinfo_2003.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glewinfo_2005.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glewinfo_2008.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glewinfo_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/glew/glewlib_2003.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glewlib_2005.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glewlib_2008.vcproj
+share/examples/Cg-compiler/OpenGL/glew/glewlib_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/glew/include/GL/glew.h
+share/examples/Cg-compiler/OpenGL/glew/include/GL/glxew.h
+share/examples/Cg-compiler/OpenGL/glew/include/GL/wglew.h
+share/examples/Cg-compiler/OpenGL/glew/src/glew.c
+share/examples/Cg-compiler/OpenGL/glew/src/glewinfo.c
+share/examples/Cg-compiler/OpenGL/glew/src/visualinfo.c
+share/examples/Cg-compiler/OpenGL/glew/visualinfo
+share/examples/Cg-compiler/OpenGL/glew/visualinfo_2003.vcproj
+share/examples/Cg-compiler/OpenGL/glew/visualinfo_2005.vcproj
+share/examples/Cg-compiler/OpenGL/glew/visualinfo_2008.vcproj
+share/examples/Cg-compiler/OpenGL/glew/visualinfo_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/tessellation/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/OpenGL_Tessellation_2003.sln
+share/examples/Cg-compiler/OpenGL/tessellation/OpenGL_Tessellation_2005.sln
+share/examples/Cg-compiler/OpenGL/tessellation/OpenGL_Tessellation_2008.sln
+share/examples/Cg-compiler/OpenGL/tessellation/OpenGL_Tessellation_2010.sln
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/Makefile.cgfx_tessellation
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/cgfx_tessellation
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/cgfx_tessellation.c
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/cgfx_tessellation.cgfx
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/cgfx_tessellation_2003.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/cgfx_tessellation_2005.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/cgfx_tessellation_2008.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/cgfx_tessellation_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/demon_image.h
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/showfps.c
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/showfps.h
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/teapot.c
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/zpr.c
+share/examples/Cg-compiler/OpenGL/tessellation/cgfx_tessellation/zpr.h
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/Makefile.phong_tess
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/armadillo_500.h
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/bunny_1k.h
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/monkey_head.h
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess.c
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_2003.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_2005.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_2008.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_fp.cg
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_tcp.cg
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_tep.cg
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/phong_tess_vp.cg
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/spin.c
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/spin.h
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/timer.c
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/timer.h
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/zpr.c
+share/examples/Cg-compiler/OpenGL/tessellation/phong_tess/zpr.h
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/Makefile.pn_triangles
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/armadillo_500.h
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/bunny_1k.h
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/main.c
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/monkey_head.h
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_2003.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_2005.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_2008.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_fp.cg
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_tcp.cg
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_tep.cg
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/pn_triangles_vp.cg
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/spin.c
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/spin.h
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/timer.c
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/timer.h
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/zpr.c
+share/examples/Cg-compiler/OpenGL/tessellation/pn_triangles/zpr.h
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/Makefile.quad_tri_bezier
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/gumbo.h
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/quad_tri_bezier
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/quad_tri_bezier.c
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/quad_tri_bezier.cg
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/quad_tri_bezier_2003.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/quad_tri_bezier_2005.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/quad_tri_bezier_2008.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/quad_tri_bezier_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/spin.c
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/spin.h
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/timer.c
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/timer.h
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/zpr.c
+share/examples/Cg-compiler/OpenGL/tessellation/quad_tri_bezier/zpr.h
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/Makefile.terrain_tess
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/spin.c
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/spin.h
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain.h
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain_tess
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain_tess.c
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain_tess.cgfx
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain_tess_2003.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain_tess_2005.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain_tess_2008.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/terrain_tess_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/timer.c
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/timer.h
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/zpr.c
+share/examples/Cg-compiler/OpenGL/tessellation/terrain_tess/zpr.h
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/Makefile.tess_bezier
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/tess_bezier
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/tess_bezier.c
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/tess_bezier.cg
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/tess_bezier_2003.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/tess_bezier_2005.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/tess_bezier_2008.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/tess_bezier/tess_bezier_2010.vcxproj
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/Makefile
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/Makefile.tess_simple
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/ReadMe.txt
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/tess_simple
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/tess_simple.c
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/tess_simple.cg
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/tess_simple_2003.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/tess_simple_2005.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/tess_simple_2008.vcproj
+share/examples/Cg-compiler/OpenGL/tessellation/tess_simple/tess_simple_2010.vcxproj
+share/examples/Cg-compiler/README
+share/examples/Cg-compiler/Tools/Makefile
+share/examples/Cg-compiler/Tools/Tools_2003.sln
+share/examples/Cg-compiler/Tools/Tools_2005.sln
+share/examples/Cg-compiler/Tools/Tools_2008.sln
+share/examples/Cg-compiler/Tools/Tools_2010.sln
+share/examples/Cg-compiler/Tools/cgfxcat/Makefile
+share/examples/Cg-compiler/Tools/cgfxcat/Makefile.cgfxcat
+share/examples/Cg-compiler/Tools/cgfxcat/StateAssignmentIds.h
+share/examples/Cg-compiler/Tools/cgfxcat/cgfxcat.c
+share/examples/Cg-compiler/Tools/cgfxcat/cgfxcat_2003.vcproj
+share/examples/Cg-compiler/Tools/cgfxcat/cgfxcat_2005.vcproj
+share/examples/Cg-compiler/Tools/cgfxcat/cgfxcat_2008.vcproj
+share/examples/Cg-compiler/Tools/cgfxcat/cgfxcat_2010.vcxproj
+share/examples/Cg-compiler/Tools/cgfxcat/register_states.c
+share/examples/Cg-compiler/Tools/cgfxcat/register_states.h
+share/examples/Cg-compiler/Tools/cginfo/Makefile
+share/examples/Cg-compiler/Tools/cginfo/Makefile.cginfo
+share/examples/Cg-compiler/Tools/cginfo/cginfo.c
+share/examples/Cg-compiler/Tools/cginfo/cginfo_2003.vcproj
+share/examples/Cg-compiler/Tools/cginfo/cginfo_2005.vcproj
+share/examples/Cg-compiler/Tools/cginfo/cginfo_2008.vcproj
+share/examples/Cg-compiler/Tools/cginfo/cginfo_2010.vcxproj
+share/examples/Cg-compiler/Tools/cginfo/loadCg.c
+share/examples/Cg-compiler/Tools/cginfo/loadCg.h
+share/examples/Cg-compiler/Tools/cginfo/loadCgD3D10.c
+share/examples/Cg-compiler/Tools/cginfo/loadCgD3D10.h
+share/examples/Cg-compiler/Tools/cginfo/loadCgD3D11.c
+share/examples/Cg-compiler/Tools/cginfo/loadCgD3D11.h
+share/examples/Cg-compiler/Tools/cginfo/loadCgD3D9.c
+share/examples/Cg-compiler/Tools/cginfo/loadCgD3D9.h
+share/examples/Cg-compiler/Tools/cginfo/loadCgGL.c
+share/examples/Cg-compiler/Tools/cginfo/loadCgGL.h
+share/examples/Cg-compiler/Trace/Makefile
+share/examples/Cg-compiler/Trace/Makefile.trace
+share/examples/Cg-compiler/Trace/Makefile.traceCg
+share/examples/Cg-compiler/Trace/Makefile.traceCgGL
+share/examples/Cg-compiler/Trace/Makefile.traceGL
+share/examples/Cg-compiler/Trace/Makefile.traceGLUT
+share/examples/Cg-compiler/Trace/Trace_2003.sln
+share/examples/Cg-compiler/Trace/Trace_2005.sln
+share/examples/Cg-compiler/Trace/Trace_2008.sln
+share/examples/Cg-compiler/Trace/Trace_2010.sln
+share/examples/Cg-compiler/Trace/b64.c
+share/examples/Cg-compiler/Trace/b64.h
+share/examples/Cg-compiler/Trace/libCg.so
+share/examples/Cg-compiler/Trace/libCgGL.so
+share/examples/Cg-compiler/Trace/libGL.so.1
+share/examples/Cg-compiler/Trace/libglut.so.3
+share/examples/Cg-compiler/Trace/libtrace.so
+share/examples/Cg-compiler/Trace/trace.c
+share/examples/Cg-compiler/Trace/trace.h
+share/examples/Cg-compiler/Trace/traceCg.c
+share/examples/Cg-compiler/Trace/traceCgGL.c
+share/examples/Cg-compiler/Trace/traceCgGL_2003.vcproj
+share/examples/Cg-compiler/Trace/traceCgGL_2005.vcproj
+share/examples/Cg-compiler/Trace/traceCgGL_2008.vcproj
+share/examples/Cg-compiler/Trace/traceCgGL_2010.vcxproj
+share/examples/Cg-compiler/Trace/traceCgState.h
+share/examples/Cg-compiler/Trace/traceCg_2003.vcproj
+share/examples/Cg-compiler/Trace/traceCg_2005.vcproj
+share/examples/Cg-compiler/Trace/traceCg_2008.vcproj
+share/examples/Cg-compiler/Trace/traceCg_2010.vcxproj
+share/examples/Cg-compiler/Trace/traceFilter.c
+share/examples/Cg-compiler/Trace/traceGL.c
+share/examples/Cg-compiler/Trace/traceGL.def
+share/examples/Cg-compiler/Trace/traceGLUT.c
+share/examples/Cg-compiler/Trace/traceGLUT.def
+share/examples/Cg-compiler/Trace/traceGLUT_2003.vcproj
+share/examples/Cg-compiler/Trace/traceGLUT_2005.vcproj
+share/examples/Cg-compiler/Trace/traceGLUT_2008.vcproj
+share/examples/Cg-compiler/Trace/traceGLUT_2010.vcxproj
+share/examples/Cg-compiler/Trace/traceGLX.c
+share/examples/Cg-compiler/Trace/traceGL_2003.vcproj
+share/examples/Cg-compiler/Trace/traceGL_2005.vcproj
+share/examples/Cg-compiler/Trace/traceGL_2008.vcproj
+share/examples/Cg-compiler/Trace/traceGL_2010.vcxproj
+share/examples/Cg-compiler/Trace/traceOutput.c
+share/examples/Cg-compiler/Trace/traceTime.c
+share/examples/Cg-compiler/Trace/traceWGL.c
+share/examples/Cg-compiler/Trace/trace_2003.vcproj
+share/examples/Cg-compiler/Trace/trace_2005.vcproj
+share/examples/Cg-compiler/Trace/trace_2008.vcproj
+share/examples/Cg-compiler/Trace/trace_2010.vcxproj
+share/examples/Cg-compiler/Trace/uthash.h
+@pkgdir share/exmaples/Cg-compiler/Direct3D10/advanced/include_string
diff --git a/lang/Cg-compiler/PLIST.linux-i386 b/lang/Cg-compiler/PLIST.linux-i386
new file mode 100644
index 00000000000..993d0aa45fe
--- /dev/null
+++ b/lang/Cg-compiler/PLIST.linux-i386
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.linux-i386,v 1.1 2013/06/30 03:14:43 rodent Exp $
+${EMULSUBDIRSLASH}lib/libCg.so
+${EMULSUBDIRSLASH}lib/libCgGL.so
diff --git a/lang/Cg-compiler/PLIST.linux-x86_64 b/lang/Cg-compiler/PLIST.linux-x86_64
new file mode 100644
index 00000000000..c0ed39a440b
--- /dev/null
+++ b/lang/Cg-compiler/PLIST.linux-x86_64
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST.linux-x86_64,v 1.1 2013/06/30 03:14:43 rodent Exp $
+${EMULSUBDIRSLASH}lib64/libCg.so
+${EMULSUBDIRSLASH}lib64/libCgGL.so
diff --git a/lang/Cg-compiler/buildlink3.mk b/lang/Cg-compiler/buildlink3.mk
index d89152e9691..4ce0b315518 100644
--- a/lang/Cg-compiler/buildlink3.mk
+++ b/lang/Cg-compiler/buildlink3.mk
@@ -1,13 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.8 2012/05/07 01:53:39 dholland Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2013/06/30 03:14:43 rodent Exp $
BUILDLINK_TREE+= Cg-compiler
.if !defined(CG_COMPILER_BUILDLINK3_MK)
CG_COMPILER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.Cg-compiler+= Cg-compiler>=1.2.1
-BUILDLINK_ABI_DEPENDS.Cg-compiler+= Cg-compiler>=1.3beta2nb1
+BUILDLINK_API_DEPENDS.Cg-compiler+= Cg-compiler>=3.1
BUILDLINK_PKGSRCDIR.Cg-compiler?= ../../lang/Cg-compiler
-.endif # CG_COMPILER_BUILDLINK3_MK
+.endif # CG_COMPILER_BUILDLINK3_MK
BUILDLINK_TREE+= -Cg-compiler
diff --git a/lang/Cg-compiler/distinfo b/lang/Cg-compiler/distinfo
index cea5ddbfc76..5e1bf86b3c3 100644
--- a/lang/Cg-compiler/distinfo
+++ b/lang/Cg-compiler/distinfo
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 09:03:05 agc Exp $
+$NetBSD: distinfo,v 1.4 2013/06/30 03:14:43 rodent Exp $
-SHA1 (CgLinux-1.3.0408-0400.tar.gz) = 56adb5f8e9859f422e21a6f71d0dc832c7e0fb69
-RMD160 (CgLinux-1.3.0408-0400.tar.gz) = 4e2b27defaaf59999246bf30ae6d1a50d1861dd3
-Size (CgLinux-1.3.0408-0400.tar.gz) = 4901909 bytes
+SHA1 (Cg-3.1_April2012_x86.tgz) = b0cdbcacd85716a80a90b7c65b817b6931df9d5b
+RMD160 (Cg-3.1_April2012_x86.tgz) = 43c0834948b48a18ca6511b59bc98e82c0e53bc4
+Size (Cg-3.1_April2012_x86.tgz) = 23332348 bytes
+SHA1 (Cg-3.1_April2012_x86_64.tgz) = 7e3d70fcb2246a577654e6b7fb141db907560c53
+RMD160 (Cg-3.1_April2012_x86_64.tgz) = eb2dbe1883297efa6ab1dc7f091b5a8d5dbbfdba
+Size (Cg-3.1_April2012_x86_64.tgz) = 24829131 bytes