Mercurial > hg > Game > Cerium
annotate Renderer/Engine/RenderingTasks.h @ 898:302ebfc75a79 draft
merge
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Jul 2010 19:00:49 +0900 |
parents | 0ad733bd134a |
children | aa9728394194 |
rev | line source |
---|---|
649 | 1 INIT, |
2 SDL_INIT, | |
3 FINISH, | |
4 | |
747 | 5 DataLoad, |
6 DataUpdate, | |
7 | |
649 | 8 Create_SGP, |
9 Update_SGP, | |
10 CreatePolygon, | |
11 CreatePolygonFromSceneGraph, | |
12 CreateSpan, | |
13 | |
14 DrawSpan, | |
15 DrawBack, | |
16 | |
17 LoadTexture, | |
18 SetTexture, | |
19 | |
20 Move, | |
751
1666dba6f6d9
rendering, move_coll parallel running
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
747
diff
changeset
|
21 RunMove, |
759
45f7ab7101ea
first of all commit, not work Rendering/Test/create_task
hiroki
parents:
755
diff
changeset
|
22 ExecMove, |
649 | 23 Draw, |
24 | |
674
07351a5a51c9
fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
672
diff
changeset
|
25 // Dummy, |
649 | 26 |
27 UpdateKey, | |
28 InitKey, | |
29 | |
30 Switch, | |
31 | |
32 ChainMove, | |
33 ChainCal, | |
34 ChainInit, | |
755
8aaa29d3e874
add Test/create_task {spe, task}/Property
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
751
diff
changeset
|
35 PropertyTask, |
768
06302c1dc87d
add add spe/chain_move Test/property_chain, not workd
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
759
diff
changeset
|
36 UniverseTask, |
771
0ad733bd134a
Test/property_chain is work
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
768
diff
changeset
|
37 ChainTask, |
649 | 38 |
39 RUN_FINISH, | |
40 |