Mercurial > hg > Game > Cerium
view Renderer/test_render/renderer.xml @ 503:516d5c91d5b4 draft double-linked-task-list
comment
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 11 Oct 2009 19:35:33 +0900 |
parents | 628cb162be88 |
children |
line wrap: on
line source
<!-- Cerium Task Configuration CPU_PPE = 0, // default CPU_SPE = 1, SPE_ANY = CPU_SPE, SPE_0 = 2, SPE_1 = 3, SPE_2 = 4, SPE_3 = 5, SPE_4 = 6, SPE_5 = 7, --> <directory> <path> ${CERIUM}/Renderer/Task </path> <task name="Renderer"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> Renderer.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="CreatePolygon"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> CreatePolygon.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="CreateSpan"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> CreateSpan.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="DrawBack"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> DrawBack.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="DrawSpan"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> DrawSpan.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="DrawSpanRenew"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> DrawSpanRenew.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="Load_Texture"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> Load_Texture.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="Set_Texture"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> Set_Texture.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="TileHash"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> TileHash.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="viewer_types"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> viewer_types.cc </source> </task> </directory> <directory> <path> ${CERIUM}/Renderer/test_render </path> <task name="Set_Texture"> <target name="cell"> <path> spe </path> <cpu> SPE_ANY </cpu> <cc cc:compiler="spu-g++"/> </target> <target name="cell"> <path> ppe </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="ppu-g++"/> </target> <target name="macosx"> <path> macosx </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="mac-g++"/> </target> <target name="linux"> <path> linux </path> <cpu> CPU_PPE </cpu> <cc cc:compiler="linux-g++"/> </target> <source> Set_Texture.cc </source> </task> </directory>