changed title
[webkit_codecamp] / codecamp.tex
index a5367be..1f0b139 100644 (file)
 \setbeamertemplate{blocks}[default]
 \setbeamercolor{block title}{fg=amber,bg=black}
 
-\title{\textbf{Sharing texture data between drivers}}
+\title{\textbf{Sharing texture data across EGL drivers}}
 \author[Eleni Maria Stea <estea@igalia.com>]{\small{Eleni Maria Stea
 <estea@igalia.com>}\\\\\includegraphics{data/igalia.eps}}
 \date{\tiny{WebKit Codecamp}}
 \end{comment}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\section[Introduction]{Introduction: Using ANGLE in WebGL2}
+\section[Introduction]{Introduction: Using ANGLE in WebGL2 (WebKit)}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \begin{frame}[fragile,c]
@@ -733,7 +733,7 @@ program}
                \setbeamercolor{block body}{bg=white}
                \setbeamercolor{block title}{bg=white, fg=coolblack}
                \begin{block}{\scriptsize{There is a Linux kernel framework that can be used for
-                       content sharing between different Linux drivers!}}
+                       content sharing across different Linux drivers!}}
 
                        \vspace{-0.1cm}
                        \begin{table}[t]
@@ -976,24 +976,7 @@ program}
     \frametitle{WIP WebKit:}
        \center{\normalsize{\textbf{\color{coolblack}{Ongoing work on WebKit}}}}
 
-       \vspace{0.3cm}
-
-       {\footnotesize{
-       \begin{block}{DONE/WIP/TODO}
-            \begin{itemize}
-                \item{Use the right CMake options (one can't simply enable
-                    \texttt{USE\_ANGLE\_WEBGL} ☺):
-                    \color{coolblack}{\textbf{FIXED }}}
-                \item{There were compile errors when ANGLE was used: 
-                    \color{coolblack}{\textbf{FIXED/Pending to send the patches}}}
-                \item{Link errors when ANGLE is used:
-                    \color{coolblack}{\textbf{WIP/Partially FIXED}}}
-                \item{Copy replacement: \color{coolblack}{\textbf{WIP/TODO}}}
-            \end{itemize}
-       \end{block}
-       }}
-
-       \vspace{0.2cm}
+       \vspace{0.1cm}
        \begin{center}
                \setbeamertemplate{itemize/enumerate body begin}{\scriptsize}
                \setbeamertemplate{itemize/enumerate subbody begin}[circle]{\tiny}
@@ -1008,6 +991,22 @@ program}
                                        something else (libgbm? copying?)}
                        \end{itemize}
        \end{center}
+       \vspace{0.05cm}
+       {\scriptsize{
+       \begin{block}{DONE/WIP/TODO}
+            \begin{itemize}
+                \item{Use the right CMake options (one can't simply enable
+                    \texttt{USE\_ANGLE\_WEBGL}!):
+                    \color{coolblack}{\textbf{FIXED }}}
+                \item{There were compile errors when ANGLE was used: 
+                    \color{coolblack}{\textbf{FIXED/Pending to send the patches}}}
+                \item{Link errors when ANGLE is used:
+                    \color{coolblack}{\textbf{WIP/Partially FIXED}}}
+                \item{Copy replacement: \color{coolblack}{\textbf{WIP/TODO}}}
+            \end{itemize}
+       \end{block}
+       }}
+
 \end{frame}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%