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

Side by Side Diff: samples/o3djs/js_list.manifest

Issue 652016: Added the bulk of the algorithm for GPU accelerated 2D vector curve... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « samples/o3djs/gpu2d.js ('k') | samples/third_party/xmljs/COPYING » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009, Google Inc. 1 # Copyright 2009, Google Inc.
2 # All rights reserved. 2 # All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 20 matching lines...) Expand all
31 'base.js', 31 'base.js',
32 'camera.js', 32 'camera.js',
33 'canvas.js', 33 'canvas.js',
34 'debug.js', 34 'debug.js',
35 'dump.js', 35 'dump.js',
36 'effect.js', 36 'effect.js',
37 'element.js', 37 'element.js',
38 'error.js', 38 'error.js',
39 'event.js', 39 'event.js',
40 'fps.js', 40 'fps.js',
41 'gpu2d.js',
41 'io.js', 42 'io.js',
42 'loader.js', 43 'loader.js',
43 'material.js', 44 'material.js',
44 'manipulators.js', 45 'manipulators.js',
45 'math.js', 46 'math.js',
46 'pack.js', 47 'pack.js',
47 'particles.js', 48 'particles.js',
48 'performance.js', 49 'performance.js',
49 'picking.js', 50 'picking.js',
50 'primitives.js', 51 'primitives.js',
51 'lineprimitives.js', # lineprimitives.js must come after primitives.js 52 'lineprimitives.js', # lineprimitives.js must come after primitives.js
52 'quaternions.js', 53 'quaternions.js',
53 'rendergraph.js', 54 'rendergraph.js',
54 'scene.js', 55 'scene.js',
55 'serialization.js', 56 'serialization.js',
56 'shape.js', 57 'shape.js',
57 'simple.js', 58 'simple.js',
58 'test.js', 59 'test.js',
59 'texture.js', 60 'texture.js',
60 'util.js', 61 'util.js',
61 ] 62 ]
62 63
OLDNEW
« no previous file with comments | « samples/o3djs/gpu2d.js ('k') | samples/third_party/xmljs/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698