Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: resources/slides_content.lua

Issue 692543004: break transitions into separate file (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « resources/slides.lua ('k') | resources/slides_transitions.lua » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: resources/slides_content.lua
diff --git a/resources/slides_content.lua b/resources/slides_content.lua
index 85f3a2629534f5cf19b065ff84364caa8669be89..a2f376af086435a547b80133e666fb2d38da3bb0 100644
--- a/resources/slides_content.lua
+++ b/resources/slides_content.lua
@@ -1,4 +1,6 @@
-Skia Overview [Fall '13]
+Skia Overview 2014
+
+< transition =slide>
One API -- many backends
- Raster [8888, 565, A8]
@@ -8,6 +10,8 @@ One API -- many backends
- Picture
- Pipe
+<transition= fade>
+
One Team -- many clients
- Chrome
- ChromeOS
@@ -15,11 +19,15 @@ One Team -- many clients
- Android Framework
- 3rd parties (e.g. FireFox)
+<transition= rotate>
+
Optimize for CPU variety
- x86 - 32bit (SSE, SSE2, ...), 64bit
- Arm - thumb, arm, NEON, ... 64bit?
- MIPS (just starting)
+<transition= zoom>
+
Optimize for GPU variety
- Nvidia
- Qualcom
« no previous file with comments | « resources/slides.lua ('k') | resources/slides_transitions.lua » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698