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

Side by Side 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, 1 month 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 unified diff | Download patch
« no previous file with comments | « resources/slides.lua ('k') | resources/slides_transitions.lua » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Skia Overview [Fall '13] 1 Skia Overview 2014
2 2
3 < transition =slide>
4
3 One API -- many backends 5 One API -- many backends
4 - Raster [8888, 565, A8] 6 - Raster [8888, 565, A8]
5 - GPU [opengl] 7 - GPU [opengl]
6 - PDF 8 - PDF
7 - XPS 9 - XPS
8 - Picture 10 - Picture
9 - Pipe 11 - Pipe
10 12
13 <transition= fade>
14
11 One Team -- many clients 15 One Team -- many clients
12 - Chrome 16 - Chrome
13 - ChromeOS 17 - ChromeOS
14 - Clank 18 - Clank
15 - Android Framework 19 - Android Framework
16 - 3rd parties (e.g. FireFox) 20 - 3rd parties (e.g. FireFox)
17 21
22 <transition= rotate>
23
18 Optimize for CPU variety 24 Optimize for CPU variety
19 - x86 - 32bit (SSE, SSE2, ...), 64bit 25 - x86 - 32bit (SSE, SSE2, ...), 64bit
20 - Arm - thumb, arm, NEON, ... 64bit? 26 - Arm - thumb, arm, NEON, ... 64bit?
21 - MIPS (just starting) 27 - MIPS (just starting)
22 28
29 <transition= zoom>
30
23 Optimize for GPU variety 31 Optimize for GPU variety
24 - Nvidia 32 - Nvidia
25 - Qualcom 33 - Qualcom
26 - Imagination 34 - Imagination
27 - ... 35 - ...
28 - ES2 -vs- ES3 -vs- Desktop profiles 36 - ES2 -vs- ES3 -vs- Desktop profiles
29 37
30 Lots of testing and measuring 38 Lots of testing and measuring
31 - build-bots 39 - build-bots
32 -- unittests, micro-benchmarks, image-regressions 40 -- unittests, micro-benchmarks, image-regressions
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 - DirectWrite on windows 84 - DirectWrite on windows
77 -- subpixel positioning! 85 -- subpixel positioning!
78 - new FontMgr -- extended styles 86 - new FontMgr -- extended styles
79 87
80 Roadmap : PDF 88 Roadmap : PDF
81 - Android 89 - Android
82 -- perspective, color-filters 90 -- perspective, color-filters
83 - New Viewer project 91 - New Viewer project
84 -- print-preview and more 92 -- print-preview and more
85 -- can output picture / gpu directly 93 -- can output picture / gpu directly
OLDNEW
« 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