Mercurial > hg > Members > kono > Cerium
annotate Renderer/Engine/RenderingTasks.h @ 927:651251d56f36
remove garbage codes from viewerGL
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 30 Jul 2010 17:57:49 +0900 |
parents | ad10d6d39ca6 |
children | 7a7acecd0f8f |
rev | line source |
---|---|
649 | 1 INIT, |
2 SDL_INIT, | |
3 FINISH, | |
4 | |
915
ad10d6d39ca6
create_polygon_task ..not worked yet.
yutaka@localhost.localdomain
parents:
772
diff
changeset
|
5 DataAllocate, |
678
e201be3f6897
add Load light info for some spe
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
674
diff
changeset
|
6 DataUpdate, |
915
ad10d6d39ca6
create_polygon_task ..not worked yet.
yutaka@localhost.localdomain
parents:
772
diff
changeset
|
7 DataFree, |
678
e201be3f6897
add Load light info for some spe
yutaka@henri.cr.ie.u-ryukyu.ac.jp
parents:
674
diff
changeset
|
8 |
649 | 9 Create_SGP, |
10 Update_SGP, | |
11 CreatePolygon, | |
12 CreatePolygonFromSceneGraph, | |
13 CreateSpan, | |
14 | |
15 DrawSpan, | |
16 DrawBack, | |
17 | |
18 LoadTexture, | |
19 SetTexture, | |
20 | |
21 Move, | |
752
5d23ffea34e3
rendering, move_coll parallel running
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
678
diff
changeset
|
22 RunMove, |
760
24a37fe8419a
first of all commit, not work Rendering/Test/create_task
hiroki
parents:
756
diff
changeset
|
23 ExecMove, |
649 | 24 Draw, |
25 | |
674
bde5f13adf10
fix many task example (sort).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
672
diff
changeset
|
26 // Dummy, |
649 | 27 |
28 UpdateKey, | |
29 InitKey, | |
30 | |
31 Switch, | |
32 | |
33 ChainMove, | |
34 ChainCal, | |
35 ChainInit, | |
756
2575791a333a
add Test/create_task {spe, task}/Property
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
752
diff
changeset
|
36 PropertyTask, |
769
2a00c1f470b7
add add spe/chain_move Test/property_chain, not workd
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
760
diff
changeset
|
37 UniverseTask, |
772
e53ae444ac6f
Test/property_chain is work
hiroki@henri.cr.ie.u-ryukyu.ac.jp
parents:
769
diff
changeset
|
38 ChainTask, |
649 | 39 |
40 RUN_FINISH, | |
41 |