changeset 1:5a7ca6b47d28

contents fix.
author tkaito
date Sat, 08 Jan 2011 23:12:24 +0900
parents e2a1c9895c12
children f13c79964b99
files paper/ceriumprogramming.tex paper/implement.tex paper/master_paper.tex paper/programming.tex paper/rendering.tex paper/taskmanager.tex paper/vertify.tex
diffstat 7 files changed, 26 insertions(+), 32 deletions(-) [+]
line wrap: on
line diff
--- a/paper/ceriumprogramming.tex	Wed Jan 05 02:17:06 2011 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-\chapter{Cerium Programming} \label{chapter:ceriumprogramming}
-
-\section{PS3 Linux上でのプログラミング}
-\section{Cerium を用いたプログラミング}
-\section{Cerium を用いた学生によるゲーム開発}
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/implement.tex	Sat Jan 08 23:12:24 2011 +0900
@@ -0,0 +1,6 @@
+\chapter{Task を用いたパイプラインの実装} \label{chapter:implement}
+
+\section{Task}
+\section{Scheduler}
+\section{評価}
+
--- a/paper/master_paper.tex	Wed Jan 05 02:17:06 2011 +0900
+++ b/paper/master_paper.tex	Sat Jan 08 23:12:24 2011 +0900
@@ -51,14 +51,13 @@
 \listoftables
 
 %chapters
-\input{introduciton.tex}
-\input{cell.tex}
-\input{cerium.tex}
-\input{rendering.tex}
-\input{taskmanager.tex}
-\input{ceriumprogramming.tex}
-\input{compare.tex}
-\input{conclusion.tex}
+\input{introduciton.tex} %1
+\input{cell.tex} %2
+\input{cerium.tex} %3
+\input{implement.tex} %4
+\input{vertify.tex} %5
+\input{taskprogramming.tex} %6
+\input{conclusion.tex} %7
 
 %謝辞
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/programming.tex	Sat Jan 08 23:12:24 2011 +0900
@@ -0,0 +1,6 @@
+\chapter{Task Programming} \label{chapter:programming}
+
+\section{PS3 Linux上でのプログラミング}
+\section{Cerium を用いたプログラミング}
+\section{Cerium を用いた学生によるゲーム開発}
+
--- a/paper/rendering.tex	Wed Jan 05 02:17:06 2011 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-\chapter{Rendering Engine} \label{chapter:rendering}
-
-\section{Rendering で用いるモデルの作成}
-\section{Rendering で使うデータ構造}
-\section{CreatePolygonFromSceneGraph}
-\section{CreateSpan}
-\section{Rendering する上での Texture の管理}
-\section{DrawSpan}
-
-
--- a/paper/taskmanager.tex	Wed Jan 05 02:17:06 2011 +0900
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-\chapter{Task Manager} \label{chapter:taskmanager}
-
-\section{TaskManager クラス}
-\section{メインスレッドの実装}
-\section{CPU スレッドの実装}
-\section{メインスレッドと各 CPU スレッド間の同期}
-\section{評価}
-
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/paper/vertify.tex	Sat Jan 08 23:12:24 2011 +0900
@@ -0,0 +1,7 @@
+\chapter{Task を用いたパイプラインの検証} \label{chapter:vertify}
+
+\section{パイプラインの検証手法}
+\subsection{Task の依存関係を用いた検証}
+\subsection{Task の実行時嘉永列を用いた検証}
+\section{評価}
+