From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 8 17:10:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F2C16A469 for ; Fri, 8 Feb 2008 17:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D425B13C465 for ; Fri, 8 Feb 2008 17:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m18HA1uh001809 for ; Fri, 8 Feb 2008 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m18HA1RP001808; Fri, 8 Feb 2008 17:10:01 GMT (envelope-from gnats) Resent-Date: Fri, 8 Feb 2008 17:10:01 GMT Resent-Message-Id: <200802081710.m18HA1RP001808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Pietro Cerutti" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEC4B16A41B for ; Fri, 8 Feb 2008 17:05:20 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from cpanel03.rubas-s03.net (cpanel03.rubas-s03.net [195.182.222.73]) by mx1.freebsd.org (Postfix) with ESMTP id 1774D13C4CC for ; Fri, 8 Feb 2008 17:05:20 +0000 (UTC) (envelope-from gahr@gahr.ch) Received: from 80-218-191-236.dclient.hispeed.ch ([80.218.191.236] helo=gahrtop.localhost) by cpanel03.rubas-s03.net with esmtpa (Exim 4.68) (envelope-from ) id 1JNWf9-0001AP-0d for FreeBSD-gnats-submit@freebsd.org; Fri, 08 Feb 2008 18:05:19 +0100 Received: from gahrtop.localhost (localhost [127.0.0.1]) by gahrtop.localhost (Postfix) with ESMTP id 1D24750841 for ; Fri, 8 Feb 2008 18:05:16 +0100 (CET) Message-Id: <1202490316.33532@gahrtop.localhost> Date: Fri, 8 Feb 2008 18:05:16 +0100 From: "Pietro Cerutti" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Cc: Subject: ports/120417: [patch] graphics/pixie unbreak fix build with GCC + update to 2.2.3 + adopt maintainship X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2008 17:10:02 -0000 >Number: 120417 >Category: ports >Synopsis: [patch] graphics/pixie unbreak fix build with GCC + update to 2.2.3 + adopt maintainship >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Feb 08 17:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pietro Cerutti >Release: FreeBSD 8.0-CURRENT i386 >Organization: >Environment: System: FreeBSD 8.0-CURRENT #2: Fri Feb 8 02:46:14 CET 2008 root@gahrtop.localhost:/usr/obj/usr/src/sys/MSI1034 >Description: >How-To-Repeat: >Fix: --- _pixie.diff begins here --- --- distinfo.orig 2008-02-08 15:33:16.000000000 +0100 +++ distinfo 2008-02-08 15:33:34.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (Pixie-src-1.6.3.tgz) = fa36424619d5dda8515f009e01df2207 -SHA256 (Pixie-src-1.6.3.tgz) = 19cd9aee4b360cde8bb12862b6e312498fd3a257d58d6d133150324a433180b6 -SIZE (Pixie-src-1.6.3.tgz) = 6125284 +MD5 (Pixie-src-2.2.3.tgz) = 08fb16c406d191254afbf55689ff8352 +SHA256 (Pixie-src-2.2.3.tgz) = 17ed11db18ae3ff49086073ae89c2b74d58c2f96a11fc857d796dbeee9c49ff0 +SIZE (Pixie-src-2.2.3.tgz) = 10003905 --- files/patch-configure.in 2006-06-05 01:47:03.000000000 +0200 +++ /dev/null 2008-02-08 17:56:04.000000000 +0100 @@ -1,50 +0,0 @@ ---- configure.in.orig -+++ configure.in -@@ -23,9 +23,9 @@ - dnl --------------------------------------------------- - dnl Check standard libraries - dnl --AC_CHECK_LIB(dl, dlopen,,[AC_MSG_ERROR([dl library is not found])],) -+dnl AC_CHECK_LIB(dl, dlopen,,[AC_MSG_ERROR([dl library is not found])],) - AC_CHECK_LIB(m, sin,,[AC_MSG_ERROR([math library is not found])],) --AC_CHECK_LIB(pthread, pthread_create,,[AC_MSG_ERROR([pthread library is not found])],) -+dnl AC_CHECK_LIB(pthread, pthread_create,,[AC_MSG_ERROR([pthread library is not found])],) - - dnl --------------------------------------------------- - dnl Find X -@@ -52,18 +52,24 @@ - dnl Find FLTK - dnl - -+saved_LIBS="${LIBS}" -+ -+LIBS="$LIBS -lGL" -+ - have_fltk=false - AC_CHECK_LIB(fltk,main,LIBFLTK="-lfltk") --AC_CHECK_LIB(fltk_gl,main,[LIBFLTKGL="-lfltk_gl -lGL" have_fltk=true]) -+AC_CHECK_LIB(fltk_gl,main,[LIBFLTKGL="-lfltk_gl -lGL -lstdc++" have_fltk=true]) - AM_CONDITIONAL(BUILD_SHOW, test x$have_fltk = xtrue) - -+LIBS="${saved_LIBS}" -+ - dnl --------------------------------------------------- - dnl Find libtiff - dnl - - saved_LIBS="$LIBS" - --AC_CHECK_HEADER(tiffio.h,,AC_MSG_ERROR([tiffio.h not found])) -+dnl AC_CHECK_HEADER(tiffio.h,,AC_MSG_ERROR([tiffio.h not found])) - AC_CHECK_LIB(tiff,TIFFOpen,,[AC_MSG_ERROR([libtiff not found])],) - - TIFF_LIBS="$LIBS" -@@ -141,7 +147,7 @@ - dnl - - AC_ARG_ENABLE(selfcontained, --AS_HELP_STRING([--enable-selfcontained],[Build for a selfcontained setup (overrides custom directory settings)]), -+AC_HELP_STRING([--enable-selfcontained],[Build for a selfcontained setup (overrides custom directory settings)]), - [case "${enableval}" in - yes) docdir="${prefix}/doc" - shaderdir="${prefix}/shaders" --- files/patch-src_common_containers.h 2004-11-06 20:48:00.000000000 +0100 +++ /dev/null 2008-02-08 17:56:04.000000000 +0100 @@ -1,11 +0,0 @@ ---- src/common/containers.h.orig -+++ src/common/containers.h -@@ -591,7 +591,7 @@ - memoryBase = new unsigned char[pageSize+16]; - memory = memoryBase+16; - available = pageSize; -- savedPages = NULL; -+ savedPages = (T64*)NULL; - } - - ~CMemStack() { --- files/patch-src_file_file.cpp 2004-10-28 20:24:08.000000000 +0200 +++ /dev/null 2008-02-08 18:00:00.000000000 +0100 @@ -1,36 +0,0 @@ ---- src/file/file.cpp.orig -+++ src/file/file.cpp -@@ -56,13 +56,13 @@ - // Date last edited : 5/9/2002 - CFramebuffer(const char *name,int width,int height,int numSamples,const char *samples,TDisplayParameterFunction findParameter) { - int i; -- char *comment = NULL; -+ char *comment = (char*)NULL; - float *tmp; - float worldToNDC[16]; - float worldToCamera[16]; - char *software; - char desc[1024]; -- const char *compression = NULL; -+ const char *compression = (char*)NULL; - - // Open the image file - image = TIFFOpen(name,"w"); -@@ -189,7 +189,7 @@ - scanlineUsage = new int[height]; - - for (i=0;i - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - post-patch: @${FIND} -X ${WRKSRC} -name '*.cpp' -or -name '*.h' | \ ${XARGS} ${REINPLACE_CMD} -i '' -e 's|malloc\.h|stdlib\.h|g' @@ -51,54 +45,4 @@ pre-configure: @${REINPLACE_CMD} -e '/^_LT_AC_SHELL_INIT/d' ${WRKSRC}/aclocal.m4 -do-install: -# exes -.for i in ${PIXIE_EXES} - if [ "`${FILE} -b ${WRKSRC}/src/${i}/${i} | ${GREP} script`" ]; then \ - ${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/${i} ${PREFIX}/bin; \ - else \ - ${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/${i} ${PREFIX}/bin; \ - fi; -.endfor - -# libs - # avoid conflicts by installing in separate dir - @${MKDIR} ${PREFIX}/lib/${PORTNAME} -.for i in sdr ri common - ${INSTALL_DATA} ${WRKSRC}/src/${i}/.libs/lib${i}.a \ - ${PREFIX}/lib/${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/lib${i}.so.0 \ - ${PREFIX}/lib/${PORTNAME} - ${LN} -sf ${PREFIX}/lib/${PORTNAME}/lib${i}.so.0 \ - ${PREFIX}/lib/${PORTNAME}/lib${i}.so -.endfor - -.for i in ${PIXIE_SHLIBS} - ${INSTALL_PROGRAM} ${WRKSRC}/src/${i}/.libs/${i}.so \ - ${PREFIX}/lib/${PORTNAME} -.endfor - -# includes - @${MKDIR} ${PREFIX}/include/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/src/sdr/sdr.h ${PREFIX}/include/${PORTNAME} -.for i in dlo dsply implicit ri shadeop - ${INSTALL_DATA} ${WRKSRC}/src/ri/${i}.h ${PREFIX}/include/${PORTNAME} -.endfor - -# shaders - @${MKDIR} ${DATADIR} - @${MKDIR} ${DATADIR}/shaders - ${INSTALL_DATA} ${WRKSRC}/shaders/* ${DATADIR}/shaders - -# docs -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.jpg ${DOCSDIR} -.for i in figures rayshadow running softshadow - @${MKDIR} ${DOCSDIR}/${i} - ${INSTALL_DATA} ${WRKSRC}/doc/${i}/* ${DOCSDIR}/${i} -.endfor -.endif - -.include +.include --- pkg-plist.orig 2006-10-16 07:50:55.000000000 +0200 +++ pkg-plist 2008-02-08 18:04:24.000000000 +0100 @@ -1,83 +1,3 @@ -bin/precomp -bin/rndr -bin/sdrc -bin/sdrinfo -bin/show -bin/texmake -include/pixie/dlo.h -include/pixie/dsply.h -include/pixie/implicit.h -include/pixie/ri.h -include/pixie/sdr.h -include/pixie/shadeop.h -lib/pixie/file.so -lib/pixie/framebuffer.so -lib/pixie/libcommon.a -lib/pixie/libcommon.so -lib/pixie/libcommon.so.0 -lib/pixie/libri.a -lib/pixie/libri.so -lib/pixie/libri.so.0 -lib/pixie/libsdr.a -lib/pixie/libsdr.so -lib/pixie/libsdr.so.0 -lib/pixie/rgbe.so -%%PORTDOCS%%%%DOCSDIR%%/attributes.htm -%%PORTDOCS%%%%DOCSDIR%%/autoraytracing.htm -%%PORTDOCS%%%%DOCSDIR%%/display.htm -%%PORTDOCS%%%%DOCSDIR%%/dso.htm -%%PORTDOCS%%%%DOCSDIR%%/figures/Thumbs.db -%%PORTDOCS%%%%DOCSDIR%%/figures/caustic1.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/caustic2.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/directPhoton.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/ex1_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/ex1_precompute.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/ex3_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/ex3g_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/ex5_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/ex6.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tcaustic1.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tcaustic2.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tdirectPhoton.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tex1_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tex1_precompute.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tex3_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tex5_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tex6.jpg -%%PORTDOCS%%%%DOCSDIR%%/figures/tx3g_beauty.jpg -%%PORTDOCS%%%%DOCSDIR%%/gi.htm -%%PORTDOCS%%%%DOCSDIR%%/hardshaders.htm -%%PORTDOCS%%%%DOCSDIR%%/hiders.htm -%%PORTDOCS%%%%DOCSDIR%%/index.htm -%%PORTDOCS%%%%DOCSDIR%%/logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/network.htm -%%PORTDOCS%%%%DOCSDIR%%/occlusionculling.htm -%%PORTDOCS%%%%DOCSDIR%%/options.htm -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/index.html -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadow.rib -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadow1.jpg -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadow2.jpg -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/shadowShade.rib -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/tshadow1.jpg -%%PORTDOCS%%%%DOCSDIR%%/rayshadow/tshadow2.jpg -%%PORTDOCS%%%%DOCSDIR%%/raytracing.htm -%%PORTDOCS%%%%DOCSDIR%%/raytracingsl.htm -%%PORTDOCS%%%%DOCSDIR%%/running/index.html -%%PORTDOCS%%%%DOCSDIR%%/running/logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/sdrlib.htm -%%PORTDOCS%%%%DOCSDIR%%/softshadow/Thumbs.db -%%PORTDOCS%%%%DOCSDIR%%/softshadow/index.html -%%PORTDOCS%%%%DOCSDIR%%/softshadow/logo.jpg -%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow.JPG -%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow.rib -%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow.tif -%%PORTDOCS%%%%DOCSDIR%%/softshadow/shadow2.JPG -%%PORTDOCS%%%%DOCSDIR%%/softshadow/tshadow.JPG -%%PORTDOCS%%%%DOCSDIR%%/softshadow/tshadow2.JPG -%%PORTDOCS%%%%DOCSDIR%%/tips.htm -%%PORTDOCS%%%%DOCSDIR%%/tsm.htm -%%PORTDOCS%%%%DOCSDIR%%/versions.htm %%DATADIR%%/shaders/ambientindirect.sdr %%DATADIR%%/shaders/ambientindirect.sl %%DATADIR%%/shaders/ambientlight.sdr @@ -132,12 +52,184 @@ %%DATADIR%%/shaders/shadowspot.sl %%DATADIR%%/shaders/spotlight.sdr %%DATADIR%%/shaders/spotlight.sl +%%DOCSDIR%%/css/images/magnify-clip.png +%%DOCSDIR%%/css/images/poweredby_mediawiki_88x31.png +%%DOCSDIR%%/css/IE50Fixes.css +%%DOCSDIR%%/css/IE55Fixes.css +%%DOCSDIR%%/css/IE60Fixes.css +%%DOCSDIR%%/css/IE70Fixes.css +%%DOCSDIR%%/css/IEFixes.js +%%DOCSDIR%%/css/KHTMLFixes.css +%%DOCSDIR%%/css/MediaWiki_Common.css +%%DOCSDIR%%/css/MediaWiki_Monobook.css +%%DOCSDIR%%/css/Opera6Fixes.css +%%DOCSDIR%%/css/Opera7Fixes.css +%%DOCSDIR%%/css/WikiExtraCss.css +%%DOCSDIR%%/css/WikiExtraJs.js +%%DOCSDIR%%/css/audio.png +%%DOCSDIR%%/css/broswerforms_compact.css +%%DOCSDIR%%/css/browserdefaults_compact.css +%%DOCSDIR%%/css/bullet.gif +%%DOCSDIR%%/css/commonPrint.css +%%DOCSDIR%%/css/document.png +%%DOCSDIR%%/css/discussionitem_icon.gif +%%DOCSDIR%%/css/external.png +%%DOCSDIR%%/css/file_icon.gif +%%DOCSDIR%%/css/handheld.css +%%DOCSDIR%%/css/headbg.jpg +%%DOCSDIR%%/css/lock_icon.gif +%%DOCSDIR%%/css/mail_icon.gif +%%DOCSDIR%%/css/main.css +%%DOCSDIR%%/css/news_icon.png +%%DOCSDIR%%/css/pixie-docs.png +%%DOCSDIR%%/css/pixie-wiki.png +%%DOCSDIR%%/css/video.png +%%DOCSDIR%%/css/wikibits.js +%%DOCSDIR%%/Documentation/Attributes.html +%%DOCSDIR%%/Documentation/Baking_3D_Textures.html +%%DOCSDIR%%/Documentation/Conditional_RIB.html +%%DOCSDIR%%/Documentation/DSO_shading.html +%%DOCSDIR%%/Documentation/Display_drivers.html +%%DOCSDIR%%/Documentation/Global_illumination.html +%%DOCSDIR%%/Documentation/Hardcoded_shaders.html +%%DOCSDIR%%/Documentation/Hiders.html +%%DOCSDIR%%/Documentation/Installing_And_Running.html +%%DOCSDIR%%/Documentation/Multithreading.html +%%DOCSDIR%%/Documentation/Network_parallel_rendering.html +%%DOCSDIR%%/Documentation/Occlusion_culling.html +%%DOCSDIR%%/Documentation/Options.html +%%DOCSDIR%%/Documentation/Performance_And_Quality_Tips.html +%%DOCSDIR%%/Documentation/Ptc_API.html +%%DOCSDIR%%/Documentation/Point_based_GI.html +%%DOCSDIR%%/Documentation/RIB_Resources.html +%%DOCSDIR%%/Documentation/Raytraced_shadows_and_reflections.html +%%DOCSDIR%%/Documentation/Raytracing_from_C.html +%%DOCSDIR%%/Documentation/Raytracing_in_SL.html +%%DOCSDIR%%/Documentation/SL_Functions.html +%%DOCSDIR%%/Documentation/Shader_library.html +%%DOCSDIR%%/Documentation/Source_at_a_Glance.html +%%DOCSDIR%%/Documentation/Source_at_a_first_glance.html +%%DOCSDIR%%/Documentation/Transparency_shadow_maps.html +%%DOCSDIR%%/Documentation/User_Attributes_And_Options.html +%%DOCSDIR%%/Documentation/Version_management.html +%%DOCSDIR%%/favicon.ico +%%DOCSDIR%%/Category_Documentation.html +%%DOCSDIR%%/Category_Tutorials.html +%%DOCSDIR%%/Documentation.html +%%DOCSDIR%%/Examples.html +%%DOCSDIR%%/FAQ.html +%%DOCSDIR%%/NotIncludedStatic.html +%%DOCSDIR%%/NotSupportedStatic.html +%%DOCSDIR%%/Previous_Releases.html +%%DOCSDIR%%/StaticSite_NotIncludedStatic.html +%%DOCSDIR%%/Tutorials.html +%%DOCSDIR%%/index.html +%%DOCSDIR%%/Tutorials/BakeToTexture.html +%%DOCSDIR%%/Tutorials/Basics_Running_Pixie.html +%%DOCSDIR%%/Tutorials/Dispersion.html +%%DOCSDIR%%/Tutorials/Global_Illumination.html +%%DOCSDIR%%/Tutorials/Raytraced_shadows.html +%%DOCSDIR%%/Tutorials/Soft_raytraced_shadows.html +%%DOCSDIR%%/FAQ/Installing_On_OSX.html +%%DOCSDIR%%/FAQ/Whats_Wrong_With_My_Render.html +%%DOCSDIR%%/FAQ/Why_Wont_Pixie_Run.html +%%DOCSDIR%%/images/2DBake.png +%%DOCSDIR%%/images/2DBakeBetter.png +%%DOCSDIR%%/images/Bake2DPointCloud.png +%%DOCSDIR%%/images/CausticsPrismSphere.png +%%DOCSDIR%%/images/Cornell_bake.png +%%DOCSDIR%%/images/Cornell_pointbased.png +%%DOCSDIR%%/images/Cornell_ptc.png +%%DOCSDIR%%/images/DispersionPhotons.png +%%DOCSDIR%%/images/DispersionTutorial.zip +%%DOCSDIR%%/images/Docs_Caustic1.jpg +%%DOCSDIR%%/images/Docs_Caustic2.jpg +%%DOCSDIR%%/images/Docs_DirectPhoton.jpg +%%DOCSDIR%%/images/Docs_ex1_beauty.jpg +%%DOCSDIR%%/images/Docs_ex1_precompute.jpg +%%DOCSDIR%%/images/Docs_ex3_beauty.jpg +%%DOCSDIR%%/images/Docs_ex5_beauty.jpg +%%DOCSDIR%%/images/Docs_ex3g_beauty.jpg +%%DOCSDIR%%/images/GSHGICullError.jpg +%%DOCSDIR%%/images/GSHGIReusedError.png +%%DOCSDIR%%/images/GSHGiBakePass.jpg +%%DOCSDIR%%/images/GSHICacheVis.png +%%DOCSDIR%%/images/GSHPhotonMapVis.png +%%DOCSDIR%%/images/Pointbased_occlude.png +%%DOCSDIR%%/images/RaytraceReflections.jpg +%%DOCSDIR%%/images/Shadow1.jpg +%%DOCSDIR%%/images/Shadow2.jpg +%%DOCSDIR%%/images/Shadow3.jpg +%%DOCSDIR%%/images/Shadow4.jpg +%%DOCSDIR%%/images/TexDisplacePatchCrack.jpg +%%DOCSDIR%%/thumbs/1/16/DispersionPhotons.png/400px-DispersionPhotons.png +%%DOCSDIR%%/thumbs/1/1f/Docs_ex3_beauty.jpg/320px-Docs_ex3_beauty.jpg +%%DOCSDIR%%/thumbs/4/40/Docs_ex5_beauty.jpg/320px-Docs_ex5_beauty.jpg +%%DOCSDIR%%/thumbs/4/47/Docs_ex1_beauty.jpg/160px-Docs_ex1_beauty.jpg +%%DOCSDIR%%/thumbs/4/47/Docs_ex1_beauty.jpg/320px-Docs_ex1_beauty.jpg +%%DOCSDIR%%/thumbs/4/4e/Docs_DirectPhoton.jpg/320px-Docs_DirectPhoton.jpg +%%DOCSDIR%%/thumbs/5/52/Docs_Caustic1.jpg/320px-Docs_Caustic1.jpg +%%DOCSDIR%%/thumbs/5/54/Docs_ex3g_beauty.jpg/320px-Docs_ex3g_beauty.jpg +%%DOCSDIR%%/thumbs/7/7c/Docs_Caustic2.jpg/320px-Docs_Caustic2.jpg +%%DOCSDIR%%/thumbs/8/8c/GSHICacheVis.png/180px-GSHICacheVis.png +%%DOCSDIR%%/thumbs/c/c7/GSHPhotonMapVis.png/180px-GSHPhotonMapVis.png +%%DOCSDIR%%/thumbs/d/d6/GSHGIReusedError.png/180px-GSHGIReusedError.png +%%DOCSDIR%%/thumbs/e/e6/Docs_ex1_precompute.jpg/320px-Docs_ex1_precompute.jpg +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/DEVNOTES +%%DOCSDIR%%/LICENSE +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +@dirrm %%DOCSDIR%%/css/images +@dirrm %%DOCSDIR%%/css +@dirrm %%DOCSDIR%%/Tutorials +@dirrm %%DOCSDIR%%/FAQ +@dirrm %%DOCSDIR%%/Documentation +@dirrm %%DOCSDIR%%/images +@dirrm %%DOCSDIR%%/thumbs/e/e6/Docs_ex1_precompute.jpg +@dirrm %%DOCSDIR%%/thumbs/e/e6 +@dirrm %%DOCSDIR%%/thumbs/e +@dirrm %%DOCSDIR%%/thumbs/d/d6/GSHGIReusedError.png +@dirrm %%DOCSDIR%%/thumbs/d/d6 +@dirrm %%DOCSDIR%%/thumbs/d +@dirrm %%DOCSDIR%%/thumbs/c/c7/GSHPhotonMapVis.png +@dirrm %%DOCSDIR%%/thumbs/c/c7 +@dirrm %%DOCSDIR%%/thumbs/c +@dirrm %%DOCSDIR%%/thumbs/8/8c/GSHICacheVis.png +@dirrm %%DOCSDIR%%/thumbs/8/8c +@dirrm %%DOCSDIR%%/thumbs/8 +@dirrm %%DOCSDIR%%/thumbs/7/7c/Docs_Caustic2.jpg +@dirrm %%DOCSDIR%%/thumbs/7/7c +@dirrm %%DOCSDIR%%/thumbs/7 +@dirrm %%DOCSDIR%%/thumbs/5/54/Docs_ex3g_beauty.jpg +@dirrm %%DOCSDIR%%/thumbs/5/54 +@dirrm %%DOCSDIR%%/thumbs/5/52/Docs_Caustic1.jpg +@dirrm %%DOCSDIR%%/thumbs/5/52 +@dirrm %%DOCSDIR%%/thumbs/5 +@dirrm %%DOCSDIR%%/thumbs/4/4e/Docs_DirectPhoton.jpg +@dirrm %%DOCSDIR%%/thumbs/4/4e +@dirrm %%DOCSDIR%%/thumbs/4/47/Docs_ex1_beauty.jpg +@dirrm %%DOCSDIR%%/thumbs/4/47 +@dirrm %%DOCSDIR%%/thumbs/4/40/Docs_ex5_beauty.jpg +@dirrm %%DOCSDIR%%/thumbs/4/40 +@dirrm %%DOCSDIR%%/thumbs/4 +@dirrm %%DOCSDIR%%/thumbs/1/16/DispersionPhotons.png +@dirrm %%DOCSDIR%%/thumbs/1/16 +@dirrm %%DOCSDIR%%/thumbs/1/1f/Docs_ex3_beauty.jpg +@dirrm %%DOCSDIR%%/thumbs/1/1f +@dirrm %%DOCSDIR%%/thumbs/1 +@dirrm %%DOCSDIR%%/thumbs @dirrm %%DATADIR%%/shaders @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/softshadow -%%PORTDOCS%%@dirrm %%DOCSDIR%%/running -%%PORTDOCS%%@dirrm %%DOCSDIR%%/rayshadow -%%PORTDOCS%%@dirrm %%DOCSDIR%%/figures -%%PORTDOCS%%@dirrm %%DOCSDIR%% +lib/pixie/file.a +lib/pixie/file.la +lib/pixie/file.so +lib/pixie/framebuffer.a +lib/pixie/framebuffer.la +lib/pixie/framebuffer.so +lib/pixie/rgbe.a +lib/pixie/rgbe.la +lib/pixie/rgbe.so @dirrm lib/pixie -@dirrm include/pixie --- _pixie.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: